This module acts as a wrapper for the Nutanix REST API, allowing you to create scripts that run system administration tasks against the Nutanix cluster
- Save the MyNutanix folder to your Powershell modules folder
- Set your Nutanix server name in the Settings.json file (typically PRISM Central URL)
- Import-Module MyNutanix
- Note that VM names are all case-sensitive in the Nutanix REST API
Get-Help is available for all functions in this module
Submit a PR on GitHub