How can I verify if a group exists in Active Directory on a certain domain
1
vote
1
answer
5421
views
In Windows you can use the "net" command to do this quite easily:
net group /domain groupName
Which checks if **groupName** exists in your current domain.
Is there something equivalent in Mac?
Asked by brianrobt
(121 rep)
Jun 18, 2020, 12:34 PM
Last activity: Mar 15, 2021, 02:03 PM
Last activity: Mar 15, 2021, 02:03 PM