VMware Cloud Community
nicholas1982
Hot Shot
Hot Shot
Jump to solution

Delete All Configs in $Cluster.ExtensionData.ConfigurationEx.DasConfig.Option

Hi All,

Just wondering if there is a quick way to remove the HA isolation config via Powrcli ?

Nicholas
Reply
0 Kudos
1 Solution

Accepted Solutions
nicholas1982
Hot Shot
Hot Shot
Jump to solution

Never mind found it..

Get-AdvancedSetting -Entity (Get-Cluster -Name $cluster) | Remove-AdvancedSetting -Confirm:$false

Nicholas

View solution in original post

Reply
0 Kudos
1 Reply
nicholas1982
Hot Shot
Hot Shot
Jump to solution

Never mind found it..

Get-AdvancedSetting -Entity (Get-Cluster -Name $cluster) | Remove-AdvancedSetting -Confirm:$false

Nicholas
Reply
0 Kudos