Search found 1 match

by mseiler
11 Aug 2011 08:21
Forum: DOS Batch Forum
Topic: managedby for a single user
Replies: 0
Views: 6023

managedby for a single user

Hello, I've got a very simple question but I don't get it on my own:-( I just want to get the "Manager" from a single group. I have found the code for every group if there is a known manager: dsquery * -filter "(&(objectClass=group)(managedBy=*))" -attr samaccountname managed...