Win32_RDCentralPublishedFarm class

The list of farms from which desktops or applications have been published.

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_RDCentralPublishedFarm : CIM_LogicalElement
{
  string   Caption;
  string   Description;
  datetime InstallDate;
  string   Name;
  string   Status;
  string   Alias;
  uint32   FarmType;
  boolean  IsUserAdmin;
  boolean  RollbackEnabled;
  string   SecurityDescriptor;
  string   VmFarmSettings;
};

Members

The Win32_RDCentralPublishedFarm class has these types of members:

Properties

The Win32_RDCentralPublishedFarm class has these properties.

Alias

Data type: string

Access type: Read/write

Qualifiers: key

The name of the farm from which desktops or applications have been published.

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.

Description

Data type: string

Access type: Read-only

Description of the object.

This property is inherited from CIM_ManagedSystemElement.

FarmType

Data type: uint32

Access type: Read/write

Qualifiers: optional

The kind of farm:

RDSH (0)

TempVM (1)

ManualPersonalVM (2)

AutoPersonalVM (3)

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.

IsUserAdmin

Data type: boolean

Access type: Read/write

Qualifiers: optional

true if a user needs to be added to local administrator group upon connection; otherwise, false. Applicable only to ManualPersonalVm and AutoPersonalVM farm types.

Name

Data type: string

Access type: Read-only

The name of the object.

This property is inherited from CIM_ManagedSystemElement.

RollbackEnabled

Data type: boolean

Access type: Read/write

Qualifiers: optional

true to auto rollback VM to a snapshot after user logoff; otherwise, false. Applicable only to TempVm farm types.

SecurityDescriptor

Data type: string

Access type: Read/write

Qualifiers: optional

The name of the security descriptor controlling access to the application, in SDDL Format. Using an empty string implies allow all access.

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")

VmFarmSettings

Data type: string

Access type: Read/write

Qualifiers: optional

The virtual machine farm settings.

Requirements

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