Set-Wms System

Modifies system properties.

Syntax

Set-WmsSystem
   [-BootToConsoleMode <Boolean>]
   [-DesktopMonitoring <Boolean>]
   [-IM <Boolean>]
   [-IPPerSession <Boolean>]
   [-Mode <SystemOperatingModePS>]
   [-SingleSessionPerUser <Boolean>]
   [-SuppressPrivacyNotification <Boolean>]
   [-AdminOrchestration <Boolean>]
   [-Server <String>]
   [<CommonParameters>]

Description

The Set-WmsSystem cmdlet modifies system properties for a MultiPoint Server system.

Examples

Example 1: Modify system settings

PS C:\> Set-WmsSystem -CEIP $True -DesktopMonitoring $True

This command enables the Customer Experience Improvement Program (CEIP) for the current system and also enables the current system desktop to be monitored.

Parameters

-AdminOrchestration

Indicates whether to allow Admin Orchestration.

Type: Boolean
Aliases: IsAdminOrchestrationEnabled
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-BootToConsoleMode

Indicates whether to enable Boot to Console Mode.

Type: Boolean
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-DesktopMonitoring

Indicates whether to allow desktop monitoring.

Type: Boolean
Aliases: IsDesktopMonitoringAllowed
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-IM

Indicates whether to enable the chat feature.

Type: Boolean
Aliases: IsChatEnabled
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-IPPerSession

Indicates whether to assign each session a unique IP address.

Type: Boolean
Aliases: IsIPPerSessionEnabled
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-Mode

Specifies the mode. The acceptable values for this parameter are: Console, MultiStation.

Type: SystemOperatingModePS
Accepted values: Console, MultiStation
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Server

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Type: String
Aliases: ComputerName
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-SingleSessionPerUser

Indicates whether a user can log on to multiple stations with the same user account.

Type: Boolean
Aliases: IsSingleSessionPerUser
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-SuppressPrivacyNotification

Indicates whether to disable privacy notificationfor standard users.

Type: Boolean
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

Inputs

Nullable<T> [ [ System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ] ]

String

Outputs

Object