Get-ADReplicationUpToDatenessVectorTable
Displays the highest Update Sequence Number (USN) for the specified domain controller.
Syntax
Get-ADReplicationUpToDatenessVectorTable
[-AuthType <ADAuthType>]
[-Credential <PSCredential>]
[-EnumerationServer <String>]
[-Filter <String>]
[[-Partition] <String[]>]
[-Target] <Object[]>
[<CommonParameters>]
Get-ADReplicationUpToDatenessVectorTable
[-AuthType <ADAuthType>]
[-Credential <PSCredential>]
[-EnumerationServer <String>]
[-Filter <String>]
[[-Partition] <String[]>]
[-Scope] <ADScopeType>
[[-Target] <Object[]>]
[<CommonParameters>]
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.
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'.
Parameters
-AuthType
Specifies the authentication method to use. Possible values for this parameter include:
Negotiate or 0
Basic or 1
The default authentication method is Negotiate.
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
The following example shows how to set this parameter to Basic.
-AuthType Basic
Type: | ADAuthType |
Accepted values: | Negotiate, Basic |
Position: | Named |
Default value: | Microsoft.ActiveDirectory.Management.AuthType.Negotiate |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Credential
Specifies a user account that has permission to perform this action. The default is the current user.
Type a user name, such as "User01" or "Domain01\User01", or enter a PSCredential object, such as one generated by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password.
This parameter is not supported by any providers installed with Windows PowerShell.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnumerationServer
Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory Snapshot instance.
Domain name values:
Fully qualified domain name
Examples: corp.contoso.com
NetBIOS name
Example: CORP
Directory server values:
Fully qualified directory server name
Example: corp-DC12.corp.contoso.com
NetBIOS name
Example: corp-DC12
Fully qualified directory server name and port
Example: corp-DC12.corp.contoso.com:3268
The default value for the Server parameter is determined by one of the following methods in the order that they are listed:
-By using Server value from objects passed through the pipeline.
-By using the server information associated with the Active Directory PowerShell provider drive, when running under that drive.
-By using the domain of the computer running Windows PowerShell.
The following example shows how to specify a full qualified domain name as the parameter value.
-Server "corp.contoso.com"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Filter
Specifies a filter in the provider's format or language. The value of this parameter qualifies the Path parameter. The syntax of the filter, including the use of wildcards, depends on the provider. Filters are more efficient than other parameters, because the provider applies them when retrieving the objects, rather than having Windows PowerShell filter the objects after they are retrieved.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Partition
Specifies the distinguished name of an Active Directory partition. The distinguished name must be one of the naming contexts on the current directory server. The cmdlet searches this partition to find the object defined by the Identity parameter.
The following two examples show how to specify a value for this parameter.
-Partition "CN=Configuration,DC=EUROPE,DC=TEST,DC=CONTOSO,DC=COM"
-Partition "CN=Schema,CN=Configuration,DC=EUROPE,DC=TEST,DC=CONTOSO,DC=COM"
In many cases, a default value will be used for the Partition parameter if no value is specified. The rules for determining the default value are given below. Note that rules listed first are evaluated first and once a default value can be determined, no further rules will be evaluated.
In AD DS environments, a default value for Partition will be set in the following cases: - If the Identity parameter is set to a distinguished name, the default value of Partition is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of Partition is automatically generated from the current path in the drive.
- If none of the previous cases apply, the default value of Partition will be set to the default partition or naming context of the target domain.
In AD LDS environments, a default value for Partition will be set in the following cases:
- If the Identity parameter is set to a distinguished name, the default value of Partition is automatically generated from this distinguished name.
- If running cmdlets from an Active Directory provider drive, the default value of Partition is automatically generated from the current path in the drive.
- If the target AD LDS instance has a default naming context, the default value of Partition will be set to the default naming context. To specify a default naming context for an AD LDS environment, set the msDS-defaultNamingContext property of the Active Directory directory service agent (DSA) object (nTDSDSA) for the AD LDS instance.
- If none of the previous cases apply, the Partition parameter will not take any default value.
Type: | String[] |
Aliases: | NC, NamingContext |
Position: | 2 |
Default value: | DefaultNC; Provider: Default is to use the Partition that you are currently in. Else, use DefaultNC (IE: If you are in the RootDSE) |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Scope
Specifies the type of object used as input by the Target parameter. The following are allowable values to use:
Server
Site
Domain
Forest
Type: | ADScopeType |
Aliases: | ReplicationSite |
Accepted values: | Server, Domain, Forest, Site |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Target
Specifies either one or more (using a comma separated list) of Active Directory domain controllers, sites, domains, or forests. It will return results for all the domain controllers that are specified or that are part of the specified container.
Type: | Object[] |
Aliases: | Name, HostName, Site, Domain, Forest |
Position: | 0 |
Default value: | DCLocator; Provider: -Server of the connected drive |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
A class structure that contains one or more Active Directory server objects.
Outputs
Microsoft.ActiveDirectory.Management.ADReplicationUpToDatenessVector
A class structure that contains one or more Active Directory replication up-to-dateness (UTD) vector tables.