Get-CMDistributionPoint

Get-CMDistributionPoint

Gets a distribution point.

構文

Parameter Set: SearchByName
Get-CMDistributionPoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Parameter Set: SearchByGroup
Get-CMDistributionPoint -DistributionPointGroup <IResultObject> [ <CommonParameters>]

Parameter Set: SearchByGroupId
Get-CMDistributionPoint -DistributionPointGroupId <String> [ <CommonParameters>]

Parameter Set: SearchByGroupName
Get-CMDistributionPoint -DistributionPointGroupName <String> [ <CommonParameters>]

詳細説明

The Get-CMDistributionPoint cmdlet gets a distribution point. Microsoft System Center 2012 Configuration Manager uses distribution points to store files for clients to download, such as application content, software packages, software updates, operating system images, and boot images.

パラメーター

-DistributionPointGroup<IResultObject>

Specifies a CMDistributionPointGroup object. To obtain a CMDistributionPointGroup object, use the Get-CMDistributionPointGroup cmdlet.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DistributionPointGroupId<String>

Specifies the ID of a distribution point group.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DistributionPointGroupName<String>

Specifies the name of a distribution point group.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies the site code of the site that is associated with a distribution point. The default value is "".

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies a fully qualified domain name (FQDN) of the server that hosts the site system role.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get a distribution point

This command gets a distribution point that is associated with the site system named CMCEN-DIST02.TSQA.CONTOSCO.COM and the site code CM1.

PS C:\> Get-CMDistributionPoint -SiteSystemServerName "CMCEN-DIST02.TSQA.CONTOSCO.COM" -SiteCode "CM1"

関連トピック

Add-CMDistributionPoint

Remove-CMDistributionPoint

Set-CMDistributionPoint

Update-CMDistributionPoint

Get-CMDistributionPointGroup