List Active Directory FSMO Roles

PHOTO EMBED

Tue Jul 05 2022 10:14:54 GMT+0000 (Coordinated Universal Time)

Saved by @pepo72 #powershell

Get-ADDomain | Select InfrastructureMaster, RIDMaster, PDCEmulator
Get-ADForest | Select DomainNamingMaster, SchemaMaster
Get-ADDomainController -Filter * | Select-Object Name, Domain, Forest, OperationMasterRoles | Where-Object {$_.OperationMasterRoles} | Format-Table -AutoSize

content_copyCOPY