Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Get-InstalledModule | % {
- Get-InstalledModule $_.Name -AllVersions
- } | Group-Object -Property Name | ? Count -gt 1 | % {
- $_.Group | Sort-Object -Property Version | Select-Object -SkipLast 1
- } | Uninstall-Module -Verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement