Showing tag results for files

Aug 15, 2015
Post comments count0
Post likes count0

Weekend Scripter: Compressed Archives—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, created a video to illustrate using Windows PowerShell 5.0 to create compressed archives.Microsoft Scripting Guy, Ed Wilson, is here. The sky is a deep blue, and the early morning haze on the horizon hides the fluffy white clouds causing them to blend into the sky like a brush stroke by an impressio...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 14, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell 5 to Compress Files

Doctor Scripto
Doctor Scripto

Summary: Learn how to use the new Compress-Archive cmdlet to compress selected files in Windows PowerShell 5.0.  How can I compress a bunch of files on my computer that match a pattern I supply to Get-ChildItem?  Use Get-ChildItem to find the files you want to compress, and pipe the results to the Compress-Ar...

Scripting Guy!Windows PowerShellPowerTip
Aug 14, 2015
Post comments count0
Post likes count0

Working with Compressed Files in PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the new compressed file cmdlets in Windows PowerShell 5.0 on Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. It finally happened. I ran out of Gunpowder Green tea over the weekend. I have been making lots of Gunpowder Green tea with hibiscus flowers, rose hips, lemon grass, and other ...

Scripting Guy!Windows PowerShellstorage
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
Jun 8, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Add Content to File

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to add content to a file.  How can I use Windows PowerShell to add content to a file?  Use the Add-Content cmdlet, and specify the path to the file and the value of the content, for example: Add-Content C:\fso\AnEmptyFile.txt -Value "This is content"

Scripting Guy!Windows PowerShellPowerTip