PowerShell Logo Small

Get-ADReplicationUpToDatenessVectorTable



This is the built-in help made by Microsoft for the command 'Get-ADReplicationUpToDatenessVectorTable', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Displays the highest Update Sequence Number (USN) for the specified domain controller.

SYNTAX


Get-ADReplicationUpToDatenessVectorTable [-Target] <Object[]> [[-Partition] <String[]>] [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-EnumerationServer
<String>] [-Filter <String>] [<CommonParameters>]
Get-ADReplicationUpToDatenessVectorTable [[-Target] <Object[]>] [-Scope] {Domain | Forest | Server | Site} [[-Partition] <String[]>] [-AuthType {Negotiate | Basic}]
[-Credential <PSCredential>] [-EnumerationServer <String>] [-Filter <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ADReplicationUpToDatenessVectorTable cmdlet displays the highest Update Sequence Number (USN) for the specified domain controller(s). This information shows how
up-to-date a replica is with its replication partners. During replication, each object that is replicated has USN and if the object is modified, the USN is incremented. The
value of the USN for a given object is local to each domain controller where it has replicated are number is different on each domain controller.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=291047

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target corp-DC01



This command gets the highest Update Sequence Number (USN) information for the default partition from corp-DC01.




-------------------------- EXAMPLE 2 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target corp-DC01 -Scope Server



This command gets the highest Update Sequence Number (USN) information for the default partition from corp-DC01 (same as above).




-------------------------- EXAMPLE 3 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target corp-DC01,corp-DC02 -Partition Schema



This command gets the highest Update Sequence Number (USN) information for the schema partition from corp-DC01 and corp-DC02.




-------------------------- EXAMPLE 4 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target NorthAmerica -Scope Site -Partition *



This command gets the highest Update Sequence Number (USN) for all partitions from all the Domain Controllers in site NorthAmerica.




-------------------------- EXAMPLE 5 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target "corp.contoso.com" -Scope Domain -Partition Default



This command gets the highest Update Sequence Number (USN) for the default partition from all the Domain Controllers in domain corp.contoso.com.




-------------------------- EXAMPLE 6 --------------------------

PS C:\>Get-ADReplicationUpToDatenessVectorTable -Target "corp.contoso.com" -Scope Forest -Partition Configuration



This command gets the highest Update Sequence Number (USN) for the configuration partition from all the Domain Controllers in forest corp.contoso.com.