Sometimes you just want to move a single FSMO role function move-afsmo {
[ CmdletBinding ( ) ]
param ( [string] $server ,
[ ValidateSet ( "schema" , "domain" , "rid" , "infra" , "pdc" ) ]
[string] $fsmo
)
$dom = [System.DirectoryServices… Read the full text.