Skip to content

Latest commit

 

History

History
314 lines (187 loc) · 6.31 KB

win32-rdcentralpublishedremotedesktop.md

File metadata and controls

314 lines (187 loc) · 6.31 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
Win32_RDCentralPublishedRemoteDesktop class
Desktop published on another computer, for remote use through Terminal Services.
2b28a2d3-048f-446f-9ce0-eb684b393eaa
multiple
Win32_RDCentralPublishedRemoteDesktop class Remote Desktop Services
Win32_RDCentralPublishedRemoteDesktop class Remote Desktop Services , described
apiref
Win32_RDCentralPublishedRemoteDesktop
Win32_RDCentralPublishedRemoteDesktop.Caption
Win32_RDCentralPublishedRemoteDesktop.Description
Win32_RDCentralPublishedRemoteDesktop.InstallDate
Win32_RDCentralPublishedRemoteDesktop.Name
Win32_RDCentralPublishedRemoteDesktop.Status
Win32_RDCentralPublishedRemoteDesktop.PublishingFarm
Win32_RDCentralPublishedRemoteDesktop.Alias
Win32_RDCentralPublishedRemoteDesktop.IconContents
Win32_RDCentralPublishedRemoteDesktop.ShowInPortal
Win32_RDCentralPublishedRemoteDesktop.RDPFileContents
Win32_RDCentralPublishedRemoteDesktop.Folders
TscPubWmi.dll
DllExport
reference
05/31/2018

Win32_RDCentralPublishedRemoteDesktop class

Desktop published on another computer, for remote use through Terminal Services

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

Syntax

[dynamic, provider("Win32_TSCentralPublisher_Prov")]
class Win32_RDCentralPublishedRemoteDesktop : CIM_LogicalElement
{
  string   Caption;
  string   Description;
  datetime InstallDate;
  string   Name;
  string   Status;
  string   PublishingFarm;
  string   Alias;
  uint8    IconContents[];
  boolean  ShowInPortal;
  string   RDPFileContents;
  string   Folders[];
};

Members

The Win32_RDCentralPublishedRemoteDesktop class has these types of members:

Properties

The Win32_RDCentralPublishedRemoteDesktop class has these properties.

Alias

Data type: string

Access type: Read/write

Qualifiers: key

Alias of the desktop.

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.

Folders

Data type: string array

Access type: Read/write

List of the folders where this resource should be displayed.

IconContents

Data type: uint8 array

Access type: Read/write

Qualifiers: optional

Contents of the icon corresponding to the application.

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.

PublishingFarm

Data type: string

Access type: Read/write

Qualifiers: key

Alias of the farm that published the desktop.

RDPFileContents

Data type: string

Access type: Read-only

Contents of the RDP file corresponding to the desktop.

ShowInPortal

Data type: boolean

Access type: Read/write

true if this application should be shown in the TS Web Access; otherwise, false.

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

Requirements

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