Create a method to pull information from active directory for Servers and show Info in Server Details.
Member of, Location, Managed By, ETC.
We are starting to use AD groups to determine maintenance Windows for auto patching. So have the ability to see what groups the server is a member of from SAM would be helpful for us, but the over all ability to read AD info I think would provide benefit to all..
OR! Would it be possible to use a PowerShell script to display this info inside Orion?
Get-ADComputer -Identity $NodeName -Properties Memberof |Select -ExpandProperty memberof
Bronx any input sir?