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

Repoint to a Different SSO from vCenter Server 8

  Hello Guys, In this post I'm going to show you how to make a repoint of Single Sign On in VMware vCenter Server Before: Collect the FQ...