Retrieves details about a managed shared root path that defines where a share is to be created under for a given QAMNode.
Syntax:
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.  | 
Examples:
| 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. | 
Details retrieved:
| 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). |