Powershell-in-VsphereSous Windows 11, installer le module PowerCLI pour pouvoir se connecter à une infrastructure Vsphere 8.0. PS C:\> Install-Module -Name VMware.PowerCLI -Scope CurrentUser PS C:\> Connect-VIServer -Server 100.74.20.9 -User administrator@vsphere.local -Password VxR@il123! PS C:\> Get-Datacenter PS C:\> Disconnect-VIServer -Confirm:$false |