Showing archive results for February 2015

Feb 13, 2015
Post comments count0
Post likes count0

PowerTip: Find Assigned Virtual Machine Network Adapters

Doctor Scripto
Doctor Scripto

Summary: Learn how to find network adapters that are assigned to virtual machines.  How can I use Windows PowerShell to find what network adapters are assigned to my virtual machines?  Use the Get-VM cmdlet and pipe the results to the Get-VMNetworkAdapter cmdlet, for example: Get-VM | Get-VMNetworkAdapter   &...

Scripting Guy!Windows PowerShellPowerTip
Feb 13, 2015
Post comments count0
Post likes count0

Use PowerShell to View and Filter Information

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to view and filter information.  Hey, Scripting Guy! I am not a scripter—never have been, never will be. But over the years I have used lots of people's scripts to do different things. I actually got some of my favorite scripts from the Scripting Guys&...

Scripting Guy!Windows PowerShellgetting started
Feb 12, 2015
Post comments count0
Post likes count0

PowerTip: Run Part of PowerShell Command

Doctor Scripto
Doctor Scripto

Summary: Learn how to run part of a command in the Windows PowerShell ISE.  I am having problems with a small part of a script that I am working on in the Windows PowerShell ISE—           how can I test only that code?  Highlight only the portion of the script you want to test, and press the F-8 key or...

Scripting Guy!Windows PowerShellPowerTip
Feb 12, 2015
Post comments count0
Post likes count0

Don’t Learn PowerShell: Reaching Out

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about running commands on remote servers.  Hey, Scripting Guy! One of the things I really don’t understand is why Windows PowerShell is broken. I look at commands like you suggest, but they don’t work. Specifically, I wanted to see the status of services on my servers, but the comm...

Scripting Guy!Windows PowerShellgetting started
Feb 11, 2015
Post comments count0
Post likes count0

Dia's Test Post

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Tim Warner, talks about using Windows PowerShell conceptual Help. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Timothy Warner as our guest blogger today. Let’s say you need to identify and extract all email addresses from a huge text file. To solve the issue, you decide to employ the Select-String cmdlet with re...

Scripting Guy!Windows PowerShellguest blogger