update
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
### NOT WORKING ###
|
||||
|
||||
. /opt/idssys/powerwall/settings.ps1
|
||||
|
||||
Connect-VIServer -Server $VCENTERHOST -Protocol https -User $VCENTERUSER -Password $VCENTERPASS | Out-Null
|
||||
|
||||
$vm = Get-VM "System VMs (S)"
|
||||
Set-DrsRule -Rule $affinityRule -VM $vm -Enabled $false;
|
||||
Set-DrsRule -Rule 'System VMs (S)' -Enabled $false;
|
||||
|
||||
Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false
|
||||
Reference in New Issue
Block a user