Hi Luc, Can you please approve the README.md file, it contains the links to the articles about every function and little help about module usage.
3.3 KiB
3.3 KiB
VMware infrastructure Module
[Vi-Module.psm1] (https://github.com/vmware/PowerCLI-Example-Scripts/tree/master/Modules/Vi-Module)
To install this module, drop the entire 'Vi-Module' folder into one of your module directories.
The default PowerShell module paths are listed in the $env:PSModulePath environment variable.
To make it look better, split the paths in this manner $env:PSModulePath -split ';'
The default per-user module path is: "$env:HOMEDRIVE$env:HOMEPATH\Documents\WindowsPowerShell\Modules".
The default computer-level module path is: "$env:windir\System32\WindowsPowerShell\v1.0\Modules".
To use the module, type following command: Import-Module Vi-Module -Force -Verbose.
To see the commands imported, type Get-Command -Module Vi-Module.
For help on each individual cmdlet or function, run Get-Help CmdletName -Full [-Online][-Examples].