Updates an existing name pattern resolver in the Data Governance Edition deployment.
Set-QNamePatternResolver -Id <String> [-VariableName [<String>]] [-DialogScriptID [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id | Specify the ID (GUID format) of the name pattern resolver script to be updated. |
VariableName | (Optional) Specify this parameter to change the variable to be specified in the group naming pattern. |
DialogScriptID | (Optional) Specify this parameter to change the script to be used to resolve the variable. Enter the value assigned to a pre-defined script. |
Example | Description |
---|---|
Set -QNamePatternResolver -Id b4626325-1b4e-4f28-9276-4723d2655d77 -VariableName "DeptName" | Updates the variable name assigned to the "QAM_GetDepartmentShortName" name pattern resolver. |
A server selection script can be used to select a QAMNode to host a new file share. Available server selection scripts appear on the Sever Selection Scripts dialog when the Data Governance Administrator selects to assign a file share host using the script option on the File Share page of the New File Share dialog.
|
TIP: Prior to adding or modifying a server selection script, see Server selection scripts for an overview of this feature. |
The following commands are available to manage your server selection scripts, 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-QServerSelectionScript | Add a server selection script to the Data Governance Edition deployment. | ||
Get-QServerSelectionScript |
Retrieve a server selection script from the Data Governance Edition deployment.
| ||
Remove-QServerSelectionScript | Remove a server selection script from the Data Governance Edition deployment. | ||
Set-QServerSelectionScript | Update an existing server selection script in the Data Governance Edition deployment. |
Adds a server selection script to the Data Governance Edition deployment, which can be used to select a managed host server to host a managed resource.
Add-QServerSelectionScript -DialogScriptID <String> [<CommonParameters>]
Parameter | Description |
---|---|
DialogScriptID | Specify the ID of an existing script to be run to determine an eligible server to create the share on. |
Example | Description |
---|---|
Add-QServerSelectionScript -DialogScriptID "QAM-381B1818DC66DC367DA5AA2DA30663B1" | Adds a new server selection script to the database. |
Retrieves details about a server selection script from the Data Governance Edition deployment.
Get-QServerSelectionScript [-Id [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id |
(Optional) Specify the ID (GUID format) of the server selection script to be retrieved. If this parameter is not specified, all server selection scripts in the database are returned. |
Example | Description |
---|---|
Get-QServerSelectionScript | Returns a list of all the server selection scripts in the database. |
Get-QServerSelectionScript -Id 2196674d-e227-4ce9-af29-1bb9f69a7718 | Returns information on the specified server selection script. |
Detail | Description (Associated key or property in QAMServerSelectionScript table) |
---|---|
DialogScriptID | The value assigned to the server selection script when it was created (UID_DialogScript). |
Id | The value (GUID) assigned to the server selection script (UID_QAMServerSelectionScript). |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy