Edit

Share via


Set-WmsSystem

Modifies system properties.

Syntax

Default (Default)

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.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False
Aliases:IsAdminOrchestrationEnabled

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-BootToConsoleMode

Indicates whether to enable Boot to Console Mode.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-DesktopMonitoring

Indicates whether to allow desktop monitoring.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False
Aliases:IsDesktopMonitoringAllowed

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-IM

Indicates whether to enable the chat feature.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False
Aliases:IsChatEnabled

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-IPPerSession

Indicates whether to assign each session a unique IP address.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False
Aliases:IsIPPerSessionEnabled

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Mode

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

Parameter properties

Type:SystemOperatingModePS
Default value:None
Accepted values:Console, MultiStation
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Server

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ComputerName

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-SingleSessionPerUser

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

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False
Aliases:IsSingleSessionPerUser

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-SuppressPrivacyNotification

Indicates whether to disable privacy notificationfor standard users.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

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

Inputs

Nullable<T>

String

Outputs

Object