It is always a pain to determine all users that have permissions in Operations Manager and the SCOM user role and AD group.
So I created a script that to show all that data in a PowerShell Grid Widget. The view at the end looks like the screenshot:
Of course you can change the sort order as expected by the role, group, user or account name.
There is no additional configuration necessary since the script takes the management server from the registry.
The script can be downloaded directly from the TechNet Gallery: https://gallery.technet.microsoft.com/PSGW-Authorized-Users-e566c5aa
You can easily install the AD PowerShell module if you run the Operations Console on a server OS by entering the following command in an elevated PowerShell:
Add-WindowsFeature RSAT-AD-PowerShell
For Windows 7:
http://www.microsoft.com/en-us/download/details.aspx?id=7887
For Windows 8:
http://www.microsoft.com/en-us/download/details.aspx?id=28972
For Windows 8.1:
http://www.microsoft.com/en-us/download/details.aspx?id=39296
All information is provided "as is" without any warranty! Try in lab before. Handle with care in production.
0 Comments:
Post a Comment