Remove-AdvancedSetting Command | Vmware PowerCLI Reference

Remove-AdvancedSetting

This cmdlet removes the specified advanced setting.

Syntax

Remove-AdvancedSetting
-AdvancedSetting < AdvancedSetting[] >
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
AdvancedSetting AdvancedSetting[] named
  • pipeline
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.

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.