Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created December 14, 2017 08:06
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 PrateekKumarSingh/79d1f5b453c9279ab65e546b8cbb222f to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/79d1f5b453c9279ab65e546b8cbb222f to your computer and use it in GitHub Desktop.
# Installation on PowerShell v5 from Powershell Gallery
# [Recommended] Install to your personal PowerShell Modules folder
Install-Module PSDecode -scope CurrentUser
# [Requires Elevation] Install for Everyone (computer PowerShell Modules folder)
Install-Module PSDecode
# Installation PowerShell V4 and Earlier from Github repository
# To install to your personal modules folder run:
iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/PrateekKumarSingh/PSDecode/master/Install.ps1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment