Created
August 6, 2019 11:55
-
-
Save ghotz/f4edbbcf243cd0cf20c8d4a6da7beb0b to your computer and use it in GitHub Desktop.
Compress Perfmon BLG files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dir C:\PerfLogs\Admin\PAL | % { Compress-Archive -Path $_.FullName -CompressionLevel Optimal -DestinationPath (Join-Path $_.DirectoryName $_.BaseName) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment