Skip to content

Instantly share code, notes, and snippets.

@Christwiest
Created April 22, 2017 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Christwiest/92d9ac33b76011ad3666e1ba7651c4ee to your computer and use it in GitHub Desktop.
Save Christwiest/92d9ac33b76011ad3666e1ba7651c4ee to your computer and use it in GitHub Desktop.
Write-Progress -Activity "Loading App-V Module"
Import-Module AppvClient
Write-Progress -Activity "Removing App-V Packages"
Remove-AppvClientPackage -Name *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment