Search notes:

PowerShell cmdLet set-psRepository

Setting installation policy

set-psRepository can be used to set the installation policy of a repository to trusted (see You are installing the modules from an untrusted repository …):
PS C:\> set-psRepository -name PSGallery -installationPolicy trusted

See also

Powershell command noun: psRepository

Index