Querying AD Notes field
In my company, every AppGate Group exists in the Active Directory and every Active Directory has a notes field, we need a script written that can match every AppGate Group to the Active Directory. How do I query the notes field using PowerShell?
July 21st, 2015 11:07am

Get-AdGroup gpname -properties *|select info

Free Windows Admin Tool Kit Click here and download it now
July 21st, 2015 11:18am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics