The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Learn how to find required parameters by using the Windows PowerShell Get-Command cmdlet in Windows PowerShell 3.0.
(image) How can I find cmdlets in Windows PowerShell 3.0 that support the PassThru parameter?
(...
Summary: Microsoft PFE Chris Wu writes a guest blog article about using Windows PowerShell to work with Windows Libraries.
Microsoft Scripting Guy, Ed Wilson, is here. Today, we welcome guest blogger and Microsoft PFE Chris Wu back to the keyboard. Read more about Chris and his previous guest blogs here. The keyboard is yours, Chris.
...
Summary: Learn how to start a process in a minimized window by using Windows PowerShell.
(image) How can I start a new process in a minimized window?
(image) Use the Start-Process cmdlet and specify a window style of minimized, as shown here.
&...
Summary: Guest blogger Microsoft PFE Chris Weaver talks about the greatest SharePoint 2010 Windows PowerShell cmdlet.
Microsoft Scripting Guy, Ed Wilson, is here. This weekend is going to be a guest blogger weekend. Today we have back with us Microsoft PFE Chris Weaver. Read more about Chris and his previous guest blog posts here. Take it...
Summary: Learn how to use a single cmdlet to identify the existence of Hyper-V virtual switches.
(image) How can I use Windows PowerShell 3.0 on Windows 8 to identify Hyper-V virtual switches?
(image) Use the Get-VMSwitch ...