Showing archive results for 2013

Dec 10, 2013
Post comments count0
Post likes count0

Use PowerShell to Create Registry Keys

Doctor Scripto

Summary: Use Windows PowerShell to create and manage registry keys. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to provide you with an excerpt from my book, Windows PowerShell 3.0 Step by Step, published by Microsoft Press. Note  The registry contains information that is vital to the operation and configuration of your compu...

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

PowerTip: Use PowerShell to Resolve DNS Names

Doctor Scripto

Summary: Use Windows PowerShell to find IP addresses for DNS names.  How can I use Windows PowerShell to resolve a DNS name to an IP address?  With Windows PowerShell 4.0 in Windows 8.1, use the Resolve-DnsName command,           and then select the IP4address from the results: (Resol...

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

Find Hidden Message Embedded in Image

Doctor Scripto

Summary: Learn how to find a hidden message embedded in an image. Microsoft Scripting Guy, Ed Wilson, is here. Today we have an extra post from Shane Nelson with a recap of an interesting challenge presented to us at our Charlotte PowerShell User Group. Shane is an associate Windows system administrator for a large-scale healthcare provider in the ...

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

See How Naming Makes PowerShell Easy to Learn

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shares an excerpt from his book, Windows PowerShell 3.0 Step by Step, which explains how the Windows PowerShell naming convention makes it easy to learn. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to provide you with an excerpt from my book, Windows PowerShell 3.0 Step by Step, publish...

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

PowerTip: Use PowerShell to Get WinSat Score on Windows 8.1

Doctor Scripto

Summary:  Use Windows PowerShell to read the WinSat score on your computer running Windows 8.1.  How can I use Windows PowerShell to obtain the WinSat score from my computer running Windows 8.1, if I cannot find the utility I used on earlier versions of Windows?  Use the Get-CimInstance cmdlet and read the values from ...

Scripting Guy!Windows PowerShellPowerTip