A key challenge in improving data governance is keeping track of permissions within your environment. To ensure that data is secured in a manner that meets your business needs, you must be able to easily identify who has been given access and manage that access appropriately.
The following commands are available to you to manage resource access.
Use this command |
If you want to |
---|---|
Export-QResourceAccess |
Export the security information on a selected resource. |
Get-QChildResources |
View the resources contained in a specific root on a managed host. You can use this to enumerate the contents of remote folders and shares. In particular, it would be similar to the standard Windows PowerShell Get-ChildItems cmdlet but it functions using the Data Governance server as a proxy, so the client machine does not necessarily need direct access to the target machine. For more information, see Get-QChildResources. NOTE: This PowerShell cmdlet does not support Cloud managed hosts. |
Get-QFileSystemSearchResults |
Search an NTFS folder or share for files. Using this command, you can search multiple data roots at once. |
Get-QHostResourceActivities |
Retrieve a list of the operations, including the resource ID assigned to each operation, performed against a managed host during a given time frame. For more information, see Get-QHostResourceActivities. NOTE: This PowerShell cmdlet does not support Cloud managed hosts. |
Get-QPerceivedOwners |
Calculate the perceived owners for a resource. This information can help to determine the true business owners and custodian for data. NOTE: The perceived owner for data is calculated from the resource activity history or security information collected by Data Governance Edition. Activity is collected based on the aggregation time span settings and recorded in the Data Governance Resource Activity database. |
Get-QResourceAccess |
Retrieve the security information of selected resources from a specific managed host, and child objects whose security differs from the parent. |
Get-QResourceActivity |
Retrieve the activity associated with a resource. For more information, see Get-QResourceActivity. NOTE: Resource activity collection (and therefore this cmdlet) is not supported for the following host types:
|
Get-QResourceSecurity |
View the security on a given resource in the SSDL format. |
Set-QResourceSecurity |
Set security on a given resource. NOTE: The existing security descriptor is completely replaced. |