Showing results for storage - Scripting Blog [archived]

Aug 13, 2015
Post comments count0
Post likes count0

New Feature in PowerShell 5: Compress Files

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the compressing files feature in Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. This morning, the sun is shining, the air is dead calm, and I am sitting outside under a gigantic old oak tree with my Windows Surface Pro 3 that I upgraded to Windows 10. I am sipping a...

Scripting Guy!Windows PowerShellstorage
Mar 25, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Virtual Hard Disks

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find virtual hard disks on your system.  I notice that my disk space appears to be disappearing at a rapid rate, and I suspect someone is creating            virtual hard disks (VHDs) and forgetting about them. How can I use Windows PowerShell to find all the      ...

Scripting Guy!Windows PowerShellPowerTip
Mar 25, 2015
Post comments count0
Post likes count0

Use PowerShell to Explore Old Windows VHDs

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to explore old Windows VHDs.  Hey, Scripting Guy! It is time for spring clean-up around our datacenter. I am not talking about chasing out dust bunnies, although that is part of it. What I am talking about is trying to determine what can be safely deleted without...

Scripting Guy!Windows PowerShellscripting techniques
Mar 12, 2015
Post comments count0
Post likes count0

Use PowerShell to Create Archive and Send Email

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to create a .zip archive and email it.  Hey, Scripting Guy! I have a number of files that I would like to archive on a regular basis to a .zip file. I need to email that .zip file as an attachment. I do this every week, and it takes me like nearly 15 minutes to cr...

Scripting Guy!Windows PowerShellscripting techniques
Mar 11, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Copy Source to Multiple Destinations

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to copy a source directory to multiple destinations.  How can I use Windows PowerShell to make multiple backup copies of a source directory without wasting a            lot of time mousing around?  Copying a single source directory to multiple destinations can be a single line ...

Scripting Guy!Windows PowerShellPowerTip