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: Honorary Scripting Guy, Sean Kearney, continues his series about using Windows Powershell to build scripts to automate DiskPart.
(image) Hey, Scripting Guy! I saw yesterday that you can use Windows PowerShell to build a small script for DiskPart, but how can I make the information useful?
—SH
(image) Hello SH,
...
Summary: Learn how to easily automate commands by using DiskPart.exe.
(image) How can I use Windows PowerShell to automatically run DiskPart.exe commands that I use to make bootable keys?
(image) Store the commands you use in DiskPart.exe in a text file (runme.txt in this example), and run them automatically by adding the /s ...
Summary: Honorary Scripting Guy, Sean Kearney, talks about using Windows Powershell to build scripts to automate DiskPart.
(image) Hey, Scripting Guy! I know I can create a bootable USB key by using DiskPart, but is there any way to have it automated so the computer does the work for me?
—SH
(image) Hello SH,
Honorary ...
Summary: Use Windows PowerShell to find PowerShell related events and levels.
(image) How can I find events that are related to Windows PowerShell in the event and diagnostic logs, and see the level for those events?
(image) Use the Get-WinEvent cmdlet and a wildcard character for LogName, select the logname&...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about installing the free Remote Server Administration Tools for Windows PowerShell 3.0 in Windows 8.
Microsoft Scripting Guy, Ed Wilson, is here. This morning is an awesome morning. Our friends from Hamburg, Germany have been hanging out all weekend, and it has been a blast. We have...