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: The Scripting Wife presents networking ideas for Windows PowerShell scripters.
Microsoft Scripting Guy, Ed Wilson, is here. Today the Scripting Wife is going to write the blog post...
Hello fellow scripters!
The Scripting Guy, Ed Wilson, is not feeling so great, so I thought I would be nice to him on this Sunday morning and write this...
Summary: Find Windows PowerShell module information from a cmdlet.
(image) How can I find more information about the module that provides a Windows PowerShell cmdlet?
(image) Use the Get-Command cmdlet, pipe the results to the Foreach-Object cmdlet, then inside the script block,  ...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to retrieve latitude and longitude information.
Microsoft Scripting Guy, Ed Wilson, is here. Today it is cold and dreary, so I thought it would be a nice time to play around with Windows PowerShell. One of the things I have always wanted to do is use Windows ...
Summary: Use Windows PowerShell to get a list of FSMO role holders in Active Directory.
(image) I use NETDOM QUERY FSMO to list my domain controllers that hold the FSMO roles, but can I do it with Windows PowerShell?
(image) As usual, there is more than one way to do most things in Windows PowerShell, but here are some syntax ...
Summary: Learn three essential steps for Windows PowerShell when upgrading from Windows Server 2003.
Microsoft Scripting Guy, Ed Wilson, is here. Today we have the final post in the series about Active Directory PowerShell by Ashley McGlone. Before you begin, you might enjoy reading these posts from the series:
Over the years ...