Set-CMCloudDistributionPoint

Set-CMCloudDistributionPoint

Changes settings for a cloud-based distribution point.

構文

Parameter Set: SetById
Set-CMCloudDistributionPoint -Id <String[]> [-Description <String> ] [-NewName <String> ] [-StorageQuotaGB <Int32> ] [-StorageQuotaGrow <Boolean> ] [-TrafficOutGB <Int32> ] [-TrafficOutStopService <Boolean> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SetByName
Set-CMCloudDistributionPoint -Name <String> [-Description <String> ] [-NewName <String> ] [-StorageQuotaGB <Int32> ] [-StorageQuotaGrow <Boolean> ] [-TrafficOutGB <Int32> ] [-TrafficOutStopService <Boolean> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SetByValueMandatory
Set-CMCloudDistributionPoint -InputObject <IResultObject> [-Description <String> ] [-NewName <String> ] [-StorageQuotaGB <Int32> ] [-StorageQuotaGrow <Boolean> ] [-TrafficOutGB <Int32> ] [-TrafficOutStopService <Boolean> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-CMCloudDistributionPoint cmdlet changes settings for a cloud-based distribution point.

In Microsoft 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 Set-CMCloudDistributionPoint cmdlet to specify storage alert thresholds and warning levels for content that you deploy to a cloud distribution point. You can also use the cmdlet to configure settings that enable users and devices to access the content. You can provide a name and description for the cloud distribution point.

パラメーター

-Description<String>

Specifies a description for a cloud distribution point.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Id<String[]>

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

エイリアス

AzureServiceId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-InputObject<IResultObject>

Specifies a cloud distribution point object. To obtain a cloud distribution point object, you can use the Get-CMCloudDistributionPoint cmdlet.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String>

Specifies a name for a cloud distribution point.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-NewName<String>

Specifies a new name for the cloud-based distribution point.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-StorageQuotaGB<Int32>

Specifies the threshold value, in gigabytes, that triggers errors or warnings for total content storage.

エイリアス

StorageQuotaInGB

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-StorageQuotaGrow<Boolean>

Specifies whether the storage quota can grow. By default, the amount of stored data cannot exceed the value of the StorageQuotaInGB parameter. The default value for this parameter is $False.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-TrafficOutGB<Int32>

Specifies the threshold value, in gigabytes, that triggers errors or warnings, for monthly traffic out of Windows Azure Storage Service.

エイリアス

TrafficOutInGB

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-TrafficOutStopService<Boolean>

Specifies whether Configuration Manager stops data transfers after the distribution point reaches the quota specified in the TrafficOutInGB parameter. The default value for this parameter is $False.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Set values for a distribution point

This command sets the description and name for a distribution point to the provided strings. It also sets values for the storage quota and data transfer.

PS C:\> Set-CMCloudDistributionPoint -Id 16777237 -Description "Western distribution point" -Name "West01" -StorageQuotaInGB 50 -TrafficOutInGB 50

関連トピック

Get-CMCloudDistributionPoint

New-CMCloudDistributionPoint

Remove-CMCloudDistributionPoint

Start-CMCloudDistributionPoint

Stop-CMCloudDistributionPoint