Scripting Blog

A place to learn about PowerShell and share stories of automation

Automating DiskPart with Windows PowerShell: Part 3

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 how you could pull information from DISKPART with Windows PowerShell. I noticed the size of the disks was shown in GB or MB. Is there any way to convert that to tell...

Automating DiskPart with Windows PowerShell: Part 2

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