Showing archive results for August 2013

Aug 27, 2013
Post comments count0
Post likes count0

Automating DiskPart with Windows PowerShell: Part 2

Doctor Scripto

Summary: Honorary Scripting Guy, Sean Kearney, continues his series about using Windows Powershell to build scripts to automate DiskPart.  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  Hello SH, Honorary Scripting Guy, Sea...

Scripting Guy!scripting techniquesguest blogger
Aug 26, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Automate Commands with DiskPart

Doctor Scripto

Summary: Learn how to easily automate commands by using DiskPart.exe.  How can I use Windows PowerShell to automatically run DiskPart.exe commands that I use to make bootable keys?  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 parameter: DISKPART.EXE /s ...

Windows PowerShellPowerTipguest blogger
Aug 26, 2013
Post comments count0
Post likes count0

Automating DiskPart with Windows PowerShell: Part 1

Doctor Scripto

Summary: Honorary Scripting Guy, Sean Kearney, talks about using Windows Powershell to build scripts to automate DiskPart.  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  Hello SH, Honorary Scripting Guy, Sean Kearney,...

Scripting Guy!scripting techniquesguest blogger
Aug 25, 2013
Post comments count0
Post likes count0

PowerTip: Find PowerShell Events and Levels

Doctor Scripto

Summary: Use Windows PowerShell to find PowerShell related events and levels.  How can I find events that are related to Windows PowerShell in the event and diagnostic logs, and see the level for those events?  Use the Get-WinEvent cmdlet and a wildcard character for LogName, select the logname and level ...

Scripting Guy!Windows PowerShellPowerTip
Aug 25, 2013
Post comments count0
Post likes count0

Weekend Scripter: Install Free PowerShell Remote Server Admin Tools

Doctor Scripto

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 spen...

Scripting Guy!Windows PowerShellWeekend Scripter