Start-Replication
SYNOPSIS
Extracted from EvoTec Blog
https://evotec.xyz/active-directory-instant-replication-between-sites-with-powershell/
SYNTAX
Start-Replication [[-Domain] <String>] [<CommonParameters>]
DESCRIPTION
Initiates a replication sync on all Domain sites
EXAMPLES
EXAMPLE 1
Starts a sync on the current domain environment
Start-Replication
EXAMPLE 2
Starts a sync on the specified domain environment
Start-Replication -Domain Domain2.net
PARAMETERS
-Domain
Specify a domain to start a replication sync for
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $Env:USERDNSDOMAIN
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
https://evotec.xyz/active-directory-instant-replication-between-sites-with-powershell/