cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
BPU
Engaged Sweeper

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.

1 REPLY 1
ErikT
Lansweeper Tech Support
Lansweeper Tech Support

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.