Get-CMCloudDistributionPoint

Get-CMCloudDistributionPoint

Gets cloud-based distribution points.

構文

Parameter Set: SearchByName
Get-CMCloudDistributionPoint [-Name <String> ] [ <CommonParameters>]

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

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

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

Parameter Set: SearchByIdMandatory
Get-CMCloudDistributionPoint -Id <String[]> [ <CommonParameters>]

詳細説明

The Get-CMCloudDistributionPoint cmdlet gets one or more cloud-based distribution points in Microsoft System Center 2012 Configuration Manager.

In System Center 2012 Configuration Manager, you can use a cloud service in Windows Azure to host a distribution point for storing files to download to clients. You can send packages and apps to and host packages and apps in cloud distribution points.. For more information about cloud distribution points, see Planning for Content Management in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=266223) on TechNet.

You can use the Get-CMCloudDistributionPoint cmdlet to get distribution points to use with other cmdlets. For instance, you might want to get a distribution point and then use the Stop-CMCloudDistributionPoint cmdlet to suspend it.

パラメーター

-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

-Id<String[]>

Specifies an array of identifiers for cloud distribution points. You can use a comma separated list.

エイリアス

AzureServiceId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String>

Specifies the name of a cloud distribution point.

エイリアス

なし

必須?

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 all cloud distribution points

This command gets all the cloud distribution points for a System Center 2012 Configuration Manager.

PS C:\> Get-CMCloudDistributionPoint

Example 2: Get a cloud distribution point using a name

This command gets a distribution point named West01.

PS C:\> Get-CMCloudDistributionPoint -Name "West01"

Example 3: Get a cloud distribution point using an ID

This command gets a distribution point with the specified identifier.

PS C:\> Get-CMCloudDistributionPoint -Id "16777230"

関連トピック

New-CMCloudDistributionPoint

Remove-CMCloudDistributionPoint

Set-CMCloudDistributionPoint

Start-CMCloudDistributionPoint

Stop-CMCloudDistributionPoint