PowerShell Logo Small

Get-ADReplicationUpToDatenessVectorTable



This is the built-in help made by Microsoft for the command 'Get-ADReplicationUpToDatenessVectorTable', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 <ADAuthType>] [-Credential <PSCredential>]
[-EnumerationServer <String>] [-Filter <String>] [<CommonParameters>]
Get-ADReplicationUpToDatenessVectorTable [[-Target] <Object[]>] [-Scope] <ADScopeType> [[-Partition] <String[]>] [-AuthType <ADAuthType>]
[-Credential <PSCredential>] [-EnumerationServer <String>] [-Filter <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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/?LinkId=216361

REMARKS

<

Examples


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

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



Description

-----------

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




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

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



Description

-----------

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




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

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



Description

-----------

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




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

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



Description

-----------

Get the highest Update Sequence Number (USN) for all partitions from all the Domain Controllers in site 'NorthAmerica'.




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

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



Description

-----------

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




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

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



Description

-----------

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