Forum Discussion
How to see who is a member of schema admin and how to add a member in
You can check current members
Get-ADGroupMember -Identity "Schema Admins" -Recursive
and add to group here.
(please don't forget to mark helpful replies)
Hi Dave Patrick ,
Unfortunately
Get-ADGroupMember -Identity "Schema Admins" -Recursive
didnt work the error i got is
And with adding the group for me Schema admin isn't in the user section, the only way I can see it is if I search for it and using "entire directory"
Thanks for the reply
- Dave PatrickMay 13, 2020MVP
1.) You may need to
import-module activedirectory
2.) Try looking on the domain controller in ADUC
- AB21805May 13, 2020Bronze Contributor
Hi Dave Patrick
Thanks for the reply I have tried this:
import-module activedirectory
And I get this:
I have looked in users in ADUC (active directory users and computers) and nothing.
any ideas
- Dave PatrickMay 13, 2020MVP
I have looked in users in ADUC (active directory users and computers) and nothing.
any ideas
I don't know what this even means. Do you have a domain controller? If so what operating system is installed?