Informs the Data Governance server that the managed host state should be updated.
Syntax:
Set-QManagedHostUpdated [-ManagedHostId] <String> [<CommonParameters>]
Parameter | Description |
---|---|
ManagedHostId |
Specify the ID (GUID format) of the managed host whose state should be updated. |
Examples:
Example | Description |
---|---|
Set-QManagedHostUpdated -ManagedHostId 6834E1A6-B6C5-4508-867A-1E85B7B81578 | Updates the managed host specified by the given managed host id. |