Skip to content

Set-VCenterCEIP

Synopsis

Enables or Disables the Customer Experience Improvement Program (CEIP) setting for vCenter Server

Syntax

Set-VCenterCEIP [-Enabled] [-Disabled] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Set-VCenterCEIP cmdlet enables or disables the CEIP setting for vCenter Server.

Examples

Example 1

Set-VCenterCEIP  -Enabled

Example 2

Set-VCenterCEIP  -Disabled

Parameters

-Enabled

Enables the CEIP setting for vCenter Server.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Disabled

Disables the CEIP setting for vCenter Server.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.