Power-NTNX NUTANIX PowerShell Extensions
Note
Requirements: NutanixCmdlets
To install this module, drop the entire Power-NTNX
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 Power-NTNX -Force -Verbose
To see the commands imported, type Get-Command -Module Power-NTNX
For help on each individual cmdlet or function, run Get-Help CmdletName -Full [-Online][-Examples]
To start using the functions, connect to your Cluster by Connect-NTNXCluster
cmdlet
No | Cmdlet | Description |
---|---|---|
1 | Wait-NTNXTask | Wait for any Nutanix task and its subtasks with Progress bar |