Showing results for December 2013 - Page 12 of 14 - Scripting Blog [archived]

Dec 6, 2013
Post comments count0
Post likes count0

Security Series: Using PowerShell to Enable BYOD–Part 1

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and security expert, Yuri Diogenes, talks about using Windows PowerShell to enable BYOD. Microsoft Scripting Guy, Ed Wilson, is here. Today’s guest blogger is Yuri Diogenes, who is bringing us the beginning of a new security series. Yuri is a senior knowledge engineer, and he is a coauthor of the book Windows Server&nbs...

Scripting Guy!Windows PowerShellguest blogger
Dec 5, 2013
Post comments count0
Post likes count0

PowerTip: Use Special Formatting from Types XML File in WMI

Doctor Scripto
Doctor Scripto

Summary: Use special formatting from the types .xml file to choose properties in Windows PowerShell and WMI.  How can I use Windows PowerShell to find the status of the BIOS on my computer without viewing the default output?  Use the special PSStatus view when you select properties: Get-WmiObject win32_bios | select psstatus

Scripting Guy!Windows PowerShellPowerTip
Dec 5, 2013
Post comments count0
Post likes count0

Getting Started with PowerShell: The Basics of WMI

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about querying WMI in this excerpt of his book, Windows PowerShell 3.0 First Steps. Microsoft Scripting Guy, Ed Wilson, is here. Today I have the last excerpt from my new Microsoft Press book, Windows PowerShell 3.0 First Steps. In most situations, when you use WMI, you are performing some sort of...

Scripting Guy!Windows PowerShellscripting techniques
Dec 4, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get List of Authorized Root Certificates

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get a list of authorized root certificates for the current user.  How can I examine the authorized root certificates for the current user?  Use the Get-ChildItem cmdlet (dir is an alias) and explore the cert:\CurrentUser\AuthRoot folder: dir Cert:\CurrentUser\AuthRoot

Scripting Guy!Windows PowerShellPowerTip
Dec 4, 2013
Post comments count0
Post likes count0

Getting Started with PowerShell: The Certificate Provider

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Certificate provider. Microsoft Scripting Guy, Ed Wilson, is here. Today I have an excerpt from my new Microsoft Press book, Windows PowerShell 3.0 First Steps. To find information about the Windows PowerShell Certificate provider, use the Get-Help cmdlet. If you...

Scripting Guy!Windows PowerShellscripting techniques