Showing archive results for 2013

Dec 12, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Show IP Interface Overview

Doctor Scripto

Summary: Use Windows PowerShell to provide an overview of IP interfaces.  How can I use Windows PowerShell to provide me with a quick overview of the IP interfaces on my computer?  In your computer running Windows 8.1, use Windows PowerShell 4.0, and call the Get-NetIPInterface command.   

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

Understanding the PowerShell While Statement

Doctor Scripto

Summary: Learn how to use the While statement in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to provide you with an excerpt from my new book Windows PowerShell 3.0 Step by Step, published by Microsoft Press. In VBScript, you had the While…Wend loop. An example of using the While…Wend loop is the ...

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

PowerTip: Find Net Route with PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to find a net route to a remote host.  How can I use the Find-NetRoute function in Windows 8.1 to find a route to a remote host if I do not have the IP address?  Use the Resolve-DnsName command to find the IP address of the remote host,           and feed the res...

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

Use PowerShell to Create Remote Session

Doctor Scripto

Summary: Learn how to use Windows PowerShell to create a remote management session. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to provide you with an excerpt from my new book, Windows PowerShell 3.0 Step by Step, published by Microsoft Press. For a simple configuration on a single remote machine, entering a remote Windows PowerS...

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

PowerTip: Use PowerShell to Display Routing Table

Doctor Scripto

Summary: Use Windows PowerShell to display the routing table.  How can I use Windows PowerShell to display the routing table?  In your computer running Windows 8.1, use Windows PowerShell 4.0, and call the Get-NetRoute command.

Scripting Guy!Windows PowerShellPowerTip