Misha305 / NutanixScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:PowerShell 100.0%