A company policy has been created to detect with the Domain Users group has been granted access to governed data. In testing, we are not seeing this show up as a violation after a change is made.
By default, security information is sent to the Q1IM database every 24 hours. So the violation will not appear right away.
To force updating of the security information on a particular host, run the following script:
$MHost = Get-QManagedHosts | where-object {$_.HostName -eq "SERVERNAME"} Trigger-QDataUnderGovernanceCollection $MHost.ManagedHostId
Replace SERVERNAME with the name of the managed host which information needs to be updated.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center