Win32_RDCentralPublishedDeploymentSettings class

Contains the deployment settings used to generate RDP files for resources published from a farm.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[provider("Win32_TSCentralPublisher_Prov"), dynamic]
class Win32_RDCentralPublishedDeploymentSettings : CIM_LogicalElement
{
  string   Caption;
  string   Description;
  datetime InstallDate;
  string   Name;
  string   Status;
  string   PublishingFarm;
  sint32   Port;
  string   FarmName;
  sint32   GatewayUsage;
  string   GatewayName;
  sint32   GatewayAuthMode;
  boolean  GatewayUseCachedCreds;
  sint32   ColorBitDepth;
  boolean  AllowFontSmoothing;
  boolean  UseMultimon;
  sint32   RedirectionOptions;
  boolean  HasCertificate;
  uint8    CertificateHash[];
  string   CustomRDPSettings;
  string   DeploymentRDPSettings;
};

Members

The Win32_RDCentralPublishedDeploymentSettings class has these types of members:

Properties

The Win32_RDCentralPublishedDeploymentSettings class has these properties.

AllowFontSmoothing

Data type: boolean

Access type: Read/write

true to allow font smoothing; otherwise, false.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short description (one-line string) of the object.

This property is inherited from CIM_ManagedSystemElement.

CertificateHash

Data type: uint8 array

Access type: Read/write

The certificate used to sign the RDP files; necessarily only if HasCertificate is true.

ColorBitDepth

Data type: sint32

Access type: Read/write

Contains the color bit depth:

4 ()

8 ()

15 ()

16 ()

24 ()

32 ()

CustomRDPSettings

Data type: string

Access type: Read/write

Contains the contents of the RDP file corresponding to the custom RDP settings.

DeploymentRDPSettings

Data type: string

Access type: Read/write

Contains the contents of the RDP file corresponding to the deployment settings. If this parameter is set, the system will use this RDP file, and ignore the other RDP settings in this call.

Description

Data type: string

Access type: Read-only

Description of the object.

This property is inherited from CIM_ManagedSystemElement.

FarmName

Data type: string

Access type: Read/write

The name of the farm.

GatewayAuthMode

Data type: sint32

Access type: Read/write

Contains the gateway authentication mode:

Password(0) (0)

Smartcard(1) (1)

Allow User to Choose(4) (4)

GatewayName

Data type: string

Access type: Read/write

The name of the gateway.

GatewayUsage

Data type: sint32

Access type: Read/write

Describes how the gateway is used:

NoGateway (0)

No gateway.

UseGatewayBypassLocal (1)

Use gateway pass by local.

UseGateway (2)

Use gateway.

DetectGateway (3)

Detect gateway.

GatewayUseCachedCreds

Data type: boolean

Access type: Read/write

true to use the same user credentials for TS gateway and TS server when possible; otherwise, false.

HasCertificate

Data type: boolean

Access type: Read/write

true to use a certificate to sign the RDP files; otherwise, false.

InstallDate

Data type: datetime

Access type: Read-only

Qualifiers: Mappingstrings ("MIF.DMTF|ComponentID|001.5")

The date the object was installed. A lack of a value does not indicate that the object is not installed.

This property is inherited from CIM_ManagedSystemElement.

Name

Data type: string

Access type: Read-only

The name of the object.

This property is inherited from CIM_ManagedSystemElement.

Port

Data type: sint32

Access type: Read/write

The RDP port.

PublishingFarm

Data type: string

Access type: Read/write

Qualifiers: key

The alias of the farm that published the application.

RedirectionOptions

Data type: sint32

Access type: Read/write

Redirection Options:

0

None

1

Drives

2

Printers

4

Clipboard

8

Plug and Play

16

Smart Card

Status

Data type: string

Access type: Read-only

Qualifiers: MaxLen (10)

Current status of the object. Various operational and nonoperational statuses can be defined. Operational statuses include: "OK", "Degraded", and "Pred Fail" (an element, such as a SMART-enabled hard disk drive, may be functioning properly but predicting a failure in the near future). Nonoperational statuses include: "Error", "Starting", "Stopping", and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.

This property is inherited from CIM_ManagedSystemElement.

("OK")

("Error")

("Degraded")

("Unknown")

("Pred Fail")

("Starting")

("Stopping")

("Service")

UseMultimon

Data type: boolean

Access type: Read/write

true to enable multi-monitor for desktop (not RAIL); otherwise, false.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\cimv2\TerminalServices
MOF
Tscpub.mof
DLL
TscPubWmi.dll