Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,917 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Everyone!
I'm searching for a way to export all local administrator members in each joined to domain server.
Any recommended way either a powershell or cmd etc..
Get-ADGroup Administrators | Get-ADGroupMember | Get-ADObject | Select-Object Name, ObjectClass
Get-LocalGroup Administrators | Get-LocalGroupMember
Regards
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more