Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docset/winserver2025-ps/ActiveDirectory/Move-ADObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Accept wildcard characters: False
### -TargetServer
Specifies the Active Directory instance to use by providing the following value for a corresponding domain name or directory server.

Note: A cross-domain move requires a fully qualified server name and the use of the RID Master in both domains.
Note: A cross-domain move requires a fully qualified server name and the use of the RID Master in both source and target domains. When the Administrator account used for the task cannot be delegated, you have to run the cmdlet on the Rid Master of the source domain. When you do this, delegation is not required.

Domain name values:

Expand Down
Loading