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 ...
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 ...
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 ...
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video he made as an overview of Windows PowerShell 5.0.Microsoft Scripting Guy, Ed Wilson, is here. It has been a great week. It is a nice sunny day here in central Florida, and I am sipping a cup of Earl Grey tea. I decided to make a video to summarize the things I have been talking ...
Summary: Easily find Windows PowerShell 5.0 cmdlets with the NoNewLine parameter.
I heard that Windows PowerShell 5.0 introduces a NoNewLine parameter for some cmdlets, but how can I find the cmdlets?
Use the Get-Command cmdlet (gcm is an alias), and search for the&...