AD Groups Report with Notes field
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*"' -propert...