lunes, 22 de octubre de 2018

PowerCLI: Configuration vSphere Folders


CLUSTER CONFIGURATIONS


FOLDER CONFIGURATIONS


PowerCLI C:\>Connect-VIServer -Server 10.60.105.77 -User administrator@vsphere.local -Password Passw0rd!


CREATE VM AND TEMPLATE FOLDER

Get-Folder -NoRecursion | New-Folder -Name MGMT01

DELETE VM AND TEMPLATE FOLDER

Get-Folder -Name MGMT01  | Remove-Folder -Confirm:$false


No hay comentarios:

Publicar un comentario

VMware Tools Using VIB

 Hello Guys, In this post I'm going to show you how to apply a VMware Tools VIB to update the version propagated by the ESXi Host. First...