-
Notifications
You must be signed in to change notification settings - Fork 4
rnelson0/powercli-modules
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Some simple modules for interacting with PowerCLI. To install for the first time, launch PowerShell ISE. Cd to the directory where the files are and run these commands: Import-Module .\Copy-Module.psm1 Copy-Module Copy-Module.psm1 Copy-Module PowerCLI-Administrator-Cmdlets.psm1 Copy-Module PowerCLI-User-Cmdlets.psm1 To upgrade to a new version: Copy-Module Copy-Module.psm1 -Overwrite Copy-Module PowerCLI-Administrator-Cmdlets.psm1 -Overwrite Copy-Module PowerCLI-User-Cmdlets.psm1 -Overwrite To list the cmdlets provided: Get-Command -Module PowerCLI-Administrator-Cmdlets Get-Command -Module PowerCLI-User-Cmdlets
About
Some modules for interacting with PowerCLI
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published