Skip to content

Instantly share code, notes, and snippets.

@ghotz
Created August 6, 2019 11:55
Show Gist options
  • Save ghotz/f4edbbcf243cd0cf20c8d4a6da7beb0b to your computer and use it in GitHub Desktop.
Save ghotz/f4edbbcf243cd0cf20c8d4a6da7beb0b to your computer and use it in GitHub Desktop.
Compress Perfmon BLG files
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