JuryA
9/30/2019 - 10:20 AM

Personal PowerShell Cheatsheet

# Provide functionality for PowerShellGet inspired by Linux command apt-get update.
# You can 100 times faster search for online modules, scripts, updatable modules, etc.
Install-Module psaptgetupdate -Scope CurrentUser

# If called without any names, this command will update all modules in the system:
Update-ModuleFromCache -Verbose


Install-Module CredentialsManager -scope CurrentUser