Showing results for December 2015 - Page 6 of 15 - Scripting Blog [archived]

Dec 21, 2015
0
0

A Holiday Special: Rusty the Red-Eyed Scripter, Part 1

Doctor Scripto
Doctor Scripto

Summary: Rusty the Red-Eyed Scripter discovers compressing files and working with the Clipboard in PowerShell 5.0. It’s that time again folks—time for the long awaited holiday tradition on the Hey, Scripting Guys! Blog. Get ready for some horrible music and a fun story involving PowerShell. This is our sixth year running the holiday spe...

Windows PowerShellguest bloggerSean Kearney
Dec 20, 2015
0
0

PowerTip: Determine Size of Folder with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to determine the size of a folder. How can I use Windows PowerShell to easily get the size of a folder structure? Use a combination of Get-Childitem and Measure-Object. For example, to see the size of the C:\Foo folder            structure in Windows PowerShell 5...

Windows PowerShellPowerTipguest blogger
Dec 20, 2015
0
0

PowerTip: Determine Size of Folder with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to determine the size of a folder.  How can I use Windows PowerShell to easily get the size of a folder structure?  Use a combination of Get-Childitem and Measure-Object. For example, to see the size of the C:\Foo folder            structure in Windows PowerShe...

Dec 20, 2015
0
0

Build a Better Copy-Item Cmdlet

Doctor Scripto
Doctor Scripto

Summary: Sean Kearney investigates how to navigate file system content. Honorary Scripting Guy, Sean Kearney, is here with an early holiday gift—a way to deal with copying many files and getting some kind of progress on the update. I ran into this problem when I was duplicating file structures onto USB keys for Windows to Go a few months ag...

Dec 20, 2015
0
0

Build a Better Copy-Item Cmdlet

Doctor Scripto
Doctor Scripto

Summary: Sean Kearney investigates how to navigate file system content.Honorary Scripting Guy, Sean Kearney, is here with an early holiday gift—a way to deal with copying many files and getting some kind of progress on the update.I ran into this problem when I was duplicating file structures onto USB keys for Windows to Go a few months ago. M...

Windows PowerShellguest bloggerWeekend Scripter