Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Mis à jour: juillet 2015
S'applique à: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2
Get-ADReplicationPartnerMetadata
Returns the replication metadata for a set of one or more replication partners.
Syntaxe
Parameter Set: Target
Get-ADReplicationPartnerMetadata [-Target] <Object[]> [[-PartnerType] <ADPartnerType> {Both | Inbound | Outbound} ] [-AuthType <ADAuthType> {Negotiate | Basic} ] [-Credential <PSCredential> ] [-EnumerationServer <String> ] [-Filter <String> ] [ <CommonParameters>]
Parameter Set: Default
Get-ADReplicationPartnerMetadata [[-Partition] <String[]> ] [ <CommonParameters>]
Parameter Set: Scope
Get-ADReplicationPartnerMetadata [[-Target] <Object[]> ] [-Scope] <ADScopeType> {Domain | Forest | Server | Site} [[-PartnerType] <ADPartnerType> {Both | Inbound | Outbound} ] [-AuthType <ADAuthType> {Negotiate | Basic} ] [-Credential <PSCredential> ] [-EnumerationServer <String> ] [-Filter <String> ] [ <CommonParameters>]
Description détaillée
The Get-ADReplicationPartnerMetadata cmdlet returns an Active Directory replication partner metadata object for each of its replication partners which contains all of the relevant replication data for the partners involved. This includes attributes such as LastReplicationSuccess or LastReplicationAttempt and other data specific to each pairing of replication partners. If the results are too verbose for your needs, you can use the Partition parameter to specify a partition to narrow down the results. Optionally, you can use the Filter parameter to narrow down results as well. If no partition or filter are specified for the results, the default naming context is used and metadata for all replication partners is returned.
Paramètres
-AuthType<ADAuthType>
Specifies the authentication method to use. Les valeurs acceptables pour ce paramètre sont :
-- 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.
Alias |
none |
Obligatoire ? |
false |
Position ? |
named |
Valeur par défaut |
Microsoft.ActiveDirectory.Management.AuthType.Negotiate |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-Credential<PSCredential>
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.
Alias |
none |
Obligatoire ? |
false |
Position ? |
named |
Valeur par défaut |
none |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-EnumerationServer<String>
Specifies the services de domaine Active Directory 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, services de domaine Active Directory or Active Directory snapshot instance.
Specify the instance in one of the following ways:
Domain name values:
-- Fully qualified domain name
-- NetBIOS name
Directory server values:
-- Fully qualified directory server name
-- NetBIOS name
-- Fully qualified directory server name and port
The default value for this parameter is determined by one of the following methods in the order that they are listed:
-- By using the Server value from objects passed through the pipeline
-- By using the server information associated with the services de domaine Active Directory Windows PowerShell provider drive, when the cmdlet runs in that drive
-- By using the domain of the computer running Windows PowerShell
Alias |
none |
Obligatoire ? |
false |
Position ? |
named |
Valeur par défaut |
none |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-Filter<String>
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.
Alias |
none |
Obligatoire ? |
false |
Position ? |
named |
Valeur par défaut |
none |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-Partition<String[]>
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.
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 services de domaine Active Directory (AD DS) environments, a default value for Partition is 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 is set to the default partition or naming context of the target domain.
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for Partition is 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 is 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 object (nTDSDSA) for the AD LDS instance.
-- If none of the previous cases apply, the Partition parameter does not take any default value.
Alias |
NC,NamingContext |
Obligatoire ? |
false |
Position ? |
3 |
Valeur par défaut |
DefaultNC; Provider: Default is to use the Partition that you are currently in. Else, use DefaultNC (IE: If you are in the RootDSE) |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-PartnerType<ADPartnerType>
Specifies an enumeration of the replication types returned by this cmdlet. Les valeurs acceptables pour ce paramètre sont :
-- Inbound
-- Outbound
-- Both
Alias |
none |
Obligatoire ? |
false |
Position ? |
4 |
Valeur par défaut |
Inbound |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-Scope<ADScopeType>
Specifies the scope type for the Target parameter when used as input. Les valeurs acceptables pour ce paramètre sont :
-- Server
-- Site
-- Domain
-- Forest
Server
Site
Domain
Forest
Alias |
none |
Obligatoire ? |
true |
Position ? |
2 |
Valeur par défaut |
None |
Accepter l’entrée de pipeline ? |
false |
Accepter les caractères génériques ? |
false |
-Target<Object[]>
Specifies the target for returning replication partner metadata as either one or more domain controllers, sites, domains, or forests. If multiple values for the target are to be specified, they need to be separated by commas. This parameter will return results for all the domain controllers specified or for part of the specified container.
Alias |
Name,HostName,Site,Domain,Forest |
Obligatoire ? |
true |
Position ? |
1 |
Valeur par défaut |
DCLocator; Provider: -Server of the connected drive |
Accepter l’entrée de pipeline ? |
True (ByValue) |
Accepter les caractères génériques ? |
false |
<CommonParameters>
Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Entrées
Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.
Microsoft.ActiveDirectory.Management.ADDirectoryServer
A class structure that represents Active Directory server objects.
Sorties
Le type de sortie est le type des objets émis par l’applet de commande.
Microsoft.ActiveDirectory.Management.ADReplicationPartnerMetadata
A class structure that represents Active Directory replication partner metadata objects.
Remarques
- The default behavior for this cmdlet is to prompt for server identity. Other tools that have been made available in prior releases of Windows Server to manage replication partnerships include Active Directory Sites and Services and the Repadmin.exe tool. If this cmdlet is aliased, it should use ReplSummary as the alias name value.
Exemples
Example 1: Get replication partner metadata for a domain controller
This command gets the replication metadata between corp-DC01 and its inbound partners for the default partition only.
PS C:\> Get-ADReplicationPartnerMetadata -Target corp-DC01
Example 2: Get replication partner metadata for a domain controller and its inbound partners
This command gets the replication metadata between corp-DC01 and its inbound partners for the default partition only (same as above).
PS C:\> Get-ADReplicationPartnerMetadata -Target corp-DC01 -PartnerType Inbound
Example 3: Get replication partner metadata for a schema partition
This command gets the replication metadata between corp-DC01, corp-DC02 and their respective partners only (both inbound and outbound) for the schema partition.
PS C:\> Get-ADReplicationPartnerMetadata -Target corp-DC01,corp-DC02 -PartnerType Both -Partition Schema
Example 4: Get replication partner metadata for all domain controllers in a site
This command gets the replication metadata for all the inbound partners of all the domain controllers within the NorthAmerica site for all hosted partitions.
PS C:\> Get-ADReplicationPartnerMetadata -Target NorthAmerica -Scope Site -Partition *
Example 5: Get replication partner metadata for inbound partners for a default partition
This command gets the replication metadata for all the domain controllers that are inbound partners for the default partition in the domain corp.contoso.com.
PS C:\> Get-ADReplicationPartnerMetadata -Target "corp.contoso.com" -Scope Domain
Example 6: Get replication partner metadata for inbound partners in a forest
This command gets the replication metadata for all the domain controllers that are inbound partners for the configuration partition in the forest corp.contoso.com.
PS C:\> Get-ADReplicationPartnerMetadata -Target "corp.contoso.com" -Scope Forest -Partition Configuration