‎04-12-2023 03:17 PM
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.
‎06-16-2023 02:43 PM
Hi there,
Here's a list of the AD attributes Lansweeper scans.
Active Directory user and computer attributes scanned by Lansweeper
and a sample report of
Active Directory user attributes
These should get you going.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now