I would like to get a list from the Domain server of the AD groups being used for a specific application. The AD group contain an acronym for the application. For example, I would like to get all groups used for the general ledger application (AD groups contain "GL").
If I could do it with "net group /domain" and use wildcards like "gl", it might work, but I don't know if that can be down.
Or, with a Powershell script.
Thanks.