Is there a way to grab the Notes/Info field from a security group in AD?
I am trying to mimic this powershell command. The "info" attribute is shown as "Notes" in the group's Properties window in AD.
get-adgroup -filter 'name -like "example*"' -properties info,description | select name,info,description | export-csv c:\example-ad.csv
This doesn't match with any field in tblADGroups.