Get-CMDatabaseReplicationLinkProperty

Get-CMDatabaseReplicationLinkProperty

Gets a replication link between a Configuration Manager parent site and child site.

構文

Parameter Set: SearchBySiteMandatory
Get-CMDatabaseReplicationLinkProperty -ChildSiteCode <String> -ParentSiteCode <String> [ <CommonParameters>]

詳細説明

The Get-CMDatabaseReplicationLinkProperty cmdlet gets a specified replication link between a Microsoft System Center 2012 Configuration Manager parent site and child site.

Database replication for System Center 2012 Configuration Manager sites transfers data and merges changes made in a site database with information stored at other sites in the System Center 2012 Configuration Manager hierarchy. This enables all sites to share the same information.

パラメーター

-ChildSiteCode<String>

Specifies a site code for a Configuration Manager site. This parameter refers to the child site.

エイリアス

Site2

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ParentSiteCode<String>

Specifies a site code for a Configuration Manager site. This parameter refers to the parent site.

エイリアス

Site1

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

This command gets a replication link between specified parent and child sites. You must specify both sites.

PS C:\> Get-CMDatabaseReplicationLinkProperty -ChildSiteCode "CM8" -ParentSiteCode "CM1" 

関連トピック

Set-CMDatabaseReplicationLinkProperty