Retrieves details about a managed shared root path that defines where a share is to be created under for a given QAMNode.
Get-QManagedShareRootPath [-Id [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id |
(Optional) Specify the ID (GUID format) of the managed share root path to be retrieved. If this parameter is not specified, all managed share root paths in the database are returned. |
Example | Description |
---|---|
Get-QManagedShareRootPath | Returns a list of all managed share root paths in the database. |
Get-QManagedShareRootPath -Id ca65709c-5d80-43e6-a56f-de6468ca6b51 | Returns information on the specified managed share root path. |
Detail | Description (Associated key or property in QAMManagedShareRootPath table) |
---|---|
RootPath | The value assigned to the managed share root path (RootPath). |
Description | The description of the managed share root path (Description). |
QAMNodeID | The value (GUID) assigned to the QAMNode where this root path resides (UID_QAMNode). |
Id | The value (GUID) assigned to the managed share root path (UID_QAMManagedShareRootPath). |
Removes an existing managed shared root path from the Data Governance Edition deployment.
Remove-QManagedShareRootPath -Id <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
Id |
Specify the ID (GUID format) of the managed share root path to be removed.
|
Example | Description |
---|---|
Remove-QManagedShareRootPath -Id ca65709c-5d80-43e6-a56f-de6468ca6b51 | Removes the specified managed share root path from the database. |
Updates a managed shared root path in the Data Governance Edition deployment.
Set-QManagedShareRootPath -Id <String> [-RootPath [<String>]] [-Description [<String>]] [-QAMNodeID [<String>]] [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
Id |
Specify the ID of the managed share root path to be updated.
| ||
RootPath |
(Optional) Specify this parameter to change the share root path.
| ||
Description | (Optional) Specify this parameter to add or change the description of the shared root path. | ||
QAMNodeID | (Optional) Specify this parameter to change the managed host (QAMNode) to which the path applies. |
Example | Description |
---|---|
Set-QManagedShareRootPath -Id ca65709c-5d80-43e6-a56f-de6468ca6b51 -RootPath C$\ShareRoot1 | Updates the specified managed share root path in the database. |
A type group permissions object correlates possible permissions and group hierarchies within a managed resource type.
The default managed resource types defined include:
|
TIP: Prior to adding or modifying a type group permission object, see The security model for an overview of this feature. |
The following commands are available to manage your type group permissions objects, which are used in file system share requests in the IT Shop. For full parameter details and examples, click a command in the table or see the command help, using the Get-Help command.
Use this command |
If you want to | ||
---|---|---|---|
Add-QTypeGroupPermissions | Add a new type group permissions object to the Data Governance Edition deployment. | ||
Get-QTypeGroupPermissions |
Retrieve a type group permissions object from the Data Governance Edition deployment.
| ||
Remove-QTypeGroupPermissions | Remove a type group permissions object from the Data Governance Edition deployment. | ||
Set-QTypeGroupPermissions | Update an existing type group permissions object in the Data Governance Edition deployment. |
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy