Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 705 Bytes

A collection of scripts to perform usefull Nutanix funsctions using Posh

USAGE WindowsNGTInstall.ps1 -vmname "" -clusterServer "" -errorlogpath "" -$showInfoMessages <Default $true>

Parameters vmname - (required) Specify a Vmname or a vm list i.e a text a file with a list of vms line by line. The vmnames must coincide with the vmnames in AHV clusterServer - (required) The dns name or IP of your prism elements cluster. errorLogPath - (optional) Specify a full path to record errors. showInfoMessages - (optional) set to $false to not write-out any process messages. Default value is $true.