Use PowerShell to Start or Stop Virtual Machines in Order
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using a Windows PowerShell workflow to start or stop virtual machines in a specific order.Microsoft Scripting Guy, Ed Wilson, is here. This...
View ArticleThe MVP Summit–Posting 1
Summary: Windows PowerShell MVPs, Teresa Wilson and Richard Siddaway, provide initial impressions fromthe MVP Summit.Hello everyone. This is Teresa. My flight was uneventful. Actually, it was better...
View ArticlePowerTip: Find Information about Started Virtual Machine
Summary: Use Windows PowerShell to find detailed information about a started virtual machine. I use the Start-VM cmdlet on my computer running Hyper-V, but how can I use Windows PowerShell...
View ArticleUninstalling the PowerShell ISE by Using a Workflow
Summary: Microsoft Scripting Guy, Ed Wilson, talks about removing a Windows feature by using a Windows PowerShell workflow.Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a cup...
View ArticleMVP Summit–First Day Reports
Summary: Windows PowerShell MVPs share their Summit experiences.Here is a report Windows PowerShell MVP, Steve MurawskiThe MVP Summit is one of my favorite times of the year despite the fact that...
View ArticlePowerTip: Find Help about Specific PowerShell Parameter
Summary: Learn how to find Help about a specific Windows PowerShell parameter. How can I easily find what values a specific Windows PowerShell cmdlet accepts? Use the Get-Help cmdlet and specify the...
View ArticleRemotely Run a PowerShell Workflow
Summary: Microsoft Scripting Guy, Ed Wilson, talks about running a Windows PowerShell workflow on a remote computer.Microsoft Scripting Guy, Ed Wilson, is here. This morning it is beautiful outside. I...
View ArticlePowerTip: Wait for PowerShell Job to Complete
Summary: Learn how to wait for a Windows PowerShell job to complete. How can I use Windows PowerShell to wait for a job that I have run to complete? Use the Wait-Job cmdlet, and specify the job ID, for...
View ArticleA Day in the Life of MVPs at the Summit
Summary: Windows PowerShell MVPs, Sean Kearney, Steve Murawski, and Shane Hoey, talk more about the MVP Summit.An update from Sean...The last day of the MVP Summit is upon us.Aside from of all of the...
View ArticlePowerTip: Find All PowerShell MVPs
Summary: Learn how to find all of the Windows PowerShell MVPs. How can I find a list of all of the Windows PowerShell MVPs? Use the search engine on the MVP site with the PowerShell Technical expertise...
View ArticleWhat It Means to Be a PowerShell MVP
Summary: Four Windows PowerShell MVPs share what the title means to them.Microsoft Scripting Guy, Ed Wilson, is here. The MVP Summit is over. Many MVPs began their long trek home last night. Others...
View ArticlePowerTip: Use PowerShell to Find MAC Address
Summary: Easily find your MAC address with Windows PowerShell. How can I use Windows PowerShell to find the MAC address on my computer? Use the Getmac command-line reference.-or-Use WMI, for...
View ArticleWeekend Scripter: Use PowerShell to Update Help on Remote Servers
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to update Windows PowerShell Help on remote servers.Microsoft Scripting Guy, Ed Wilson, is here. One of the great...
View ArticlePowerTip: Save Offline Version of PowerShell Help
Summary: Learn how to save Windows PowerShell Help into offline files. How can I get the files to update Windows PowerShell Help on my servers that are inside a screened subnet and do not...
View ArticleWeekend Scripter: Install PowerShell 4.0 in Windows 7
Summary: Windows PowerShell MVP, Teresa Wilson, talks about upgrading Windows PowerShell 2.0 to Windows PowerShell 4.0 in Windows 7.Hello everyone. The Scripting Wife, here. The Scripting Guy is off...
View ArticlePowerTip: Use PowerShell to Find Windows Version
Summary: Use Windows PowerShell to find what version of Windows you are running. How can I use Windows PowerShell to find the version of Windows that is installed on a group of computers? To...
View ArticleSix Comments about PowerShell Commenting
Summary: Microsoft Scripting Guy, Ed Wilson, talks about adding comments to Windows PowerShell scripts.Microsoft Scripting Guy, Ed Wilson, is here. This morning brings another cool fall day in...
View ArticlePowerTip: Add Multiple-line Comments in PowerShell
Summary: Learn how to add multiple-line comments in Windows PowerShell. How can I use Windows PowerShell to add a comment that will wrap over several lines if I do not want to use a hash tag...
View ArticleTop Four Suggestions for Effective PowerShell Comments
Summary: Microsoft Scripting Guy, Ed Wilson, lists his top four ideas to include in comments in Windows PowerShell scripts.Microsoft Scripting Guy, Ed Wilson, is here. It is a new week. This one is...
View ArticlePowerTip: Examine PowerShell Cmdlet Coverage
Summary: Learn how to examine where Windows PowerShell cmdlets come from. How can I use Windows PowerShell to find which modules supply the most cmdlets of a particular type? Use the Get-Command cmdlet...
View Article