Skip to content

kassainov/pwsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usefull PowerShell Scripts saved to reuse

<Here will be some text>


Install PowerShellGet module if you use PowerShell 5.
Windows PowerShell 5.1 comes with PowerShellGet version 1.0.0.1, which doesn't include the NuGet provider. The provider is required by PowerShellGet when working with the PowerShell Gallery.
Use Install-PackageProvider to install NuGet before installing other modules
Run the following command to install the NuGet provider:

Install-PackageProvider -Name NuGet -Force

After you have installed the provider you should be able to use any of the PowerShellGet cmdlets with the PowerShell Gallery. Just run this command to set PowerShellGallery as trusted source:

Set-PSRepository -Name PSGallery -InstallationPolicy Trusted

About

Usefull PowerShell Scripts (Public)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published