TestimoX

API Reference

Command

Move-ADXFSMORole

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.PowerShell.FsmoRoleMoveResult

Moves FSMO roles to a different domain controller.

Examples

Generated fallback example

Generated fallback example from command syntax.


Move-ADXFSMORole -Role 'SchemaRole' -Target 'Value'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Move-ADXFSMORole -Role <SchemaRole|NamingRole|PdcRole|RidRole|InfrastructureRole> -Target <string> [-Mover <FsmoRoleMover>] [-Seize] [<CommonParameters>]
#

Parameters

Role ActiveDirectoryRole[] requiredposition: 0pipeline: falsevalues: 5
FSMO roles to move. Possible values: SchemaRole, NamingRole, PdcRole, RidRole, InfrastructureRole
Possible values: SchemaRole, NamingRole, PdcRole, RidRole, InfrastructureRole
Target string requiredposition: 1pipeline: falsealiases: ComputerName
Target domain controller.
Mover FsmoRoleMover optionalposition: namedpipeline: false
Custom FSMO mover used for testing.
Seize SwitchParameter optionalposition: namedpipeline: false
Force seizure of the role if transfer fails.

Outputs

ADPlayground.PowerShell.FsmoRoleMoveResult