Retrieves details about a managed resource type domain object from the Data Governance Edition deployment.
Syntax:
Get-QManagedResourceTypeDomain [-ManagedResourceID [<String>]] [-DomainID [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
ManagedResourceTypeID |
(Optional) Specify the ID (GUID format) of the managed resource type to retrieve. If no parameters are specified, all objects in the database are returned. NOTE: If this parameter is included, the DomainID parameter must also be specified; otherwise, all objects are returned. |
DomainID |
(Optional) Specify the ID (GUID format) of the Active Directory domain to retrieve. If no parameters are specified, all objects in the database are returned. NOTE: If this parameter is included, the ManagedResourceTypeID must also be specified; otherwise, all objects are returned. |
Examples:
Example | Description |
---|---|
Get-QManagedResourceTypeDomain | Returns all managed resource type domain objects in the database. |
Get-QManagedResourceTypeDomain -ManagedResourceTypeID 7ade8b8d-a400-4fb1-ab82-6d424feeb63e -DomainID 50905871-5379-455d-8b65-c4bd02360bdb | Returns the managed resource type domain object defined for the specified resource type and domain. |
Details retrieved:
Detail | Description (Associated key or property in QAMManagedResourceTypeDomain table) |
---|---|
ManagedResourceTypeID | The value (GUID) assigned to the managed resource type (UID_QAMManagedResourceType). |
ADSDomainID | The value (GUID) assigned to the ADS domain (UID_ADSDomain). |
ADSContainerID | The value (GUID) assigned to the ADS group container (UID_ADSContainer). |
FullControlGroup | The value (GUID) assigned to the full control group (UID_FullControlGroup). |
FileOperationsServerTagID | The value (ID or GUID) assigned to the Server tag (Server Function) that identifies which job servers can fulfill functions involving file operations (UID_FileOperationsServerTag). |