Skip to content

code365opensource/powershellextension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The readme about powershellextension

Description

PowerShell Gallery Version PowerShell Gallery https://img.shields.io/powershellgallery/p/powershellextension.svg

Install the module

Install-Module -Name powershellextension -Scope CurrentUser

# or if you want to install the preview version
Install-Module -Name powershellextension -Scope CurrentUser -AllowPrerelease

Update the module

Update-Module -Name powershellextension -Scope CurrentUser

Uninstall the module

Uninstall-Module -Name powershellextension -Scope CurrentUser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published