Désactivation SSH via Powercli
Get-VMHost monex | Get-VMHostService | Where Key -EQ « TSM-SSH » | Stop-VMHostService -Confirm:$False
Get-VMHost monex | Get-VMHostService | Where Key -EQ « TSM-SSH » | Stop-VMHostService -Confirm:$False
Get-VMHost Monexi| Get-VMHostService | Where Key -EQ « TSM-SSH » | Start-VMHostService