Remove-AdvancedSetting
This cmdlet removes the specified advanced setting.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
AdvancedSetting | AdvancedSetting[] | named |
|
Specifies the advanced settings you want to remove. Note: You can only remove advanced settings from virtual machines in ESXi or vCenter Server environments version 5.5 or later. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
Get-AdvancedSetting -Entity (Get-Cluster -Name Cluster) | Remove-AdvancedSetting -Confirm:$false
Removes the advanced settings of the cluster named Cluster.
Related Commands
AdvancedSetting
This cmdlet retrieves the advanced settings for the specified entity.
This cmdlet creates a new advanced setting for the specified entity.
This cmdlet removes the specified advanced setting.
This cmdlet modifies the specified advanced setting.