Set-CMSoftwareDistributionComponent

Set-CMSoftwareDistributionComponent

Sets properties of a software distribution component in Configuration Manager.

構文

Parameter Set: SearchBySiteCodeMandatory
Set-CMSoftwareDistributionComponent -SiteCode <String> [-DelayBeforeRetryingMinutes <Int32> ] [-MaximumPackageCount <Int32> ] [-MaximumThreadsPerPackage <Int32> ] [-MulticastDelayBeforeRetryingMinutes <Int32> ] [-MulticastRetryCount <Int32> ] [-NetworkAccessAccountName <String> ] [-RetryCount <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory_ClientComputerAccount
Set-CMSoftwareDistributionComponent -SiteCode <String> [-ClientComputerAccount] [-DelayBeforeRetryingMinutes <Int32> ] [-MaximumPackageCount <Int32> ] [-MaximumThreadsPerPackage <Int32> ] [-MulticastDelayBeforeRetryingMinutes <Int32> ] [-MulticastRetryCount <Int32> ] [-RetryCount <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-CMSoftwareDistributionComponent cmdlet sets properties of a software distribution component in Microsoft System Center 2012 Configuration Manager. You can configure the properties of an object to meet the demands that clients place on the System Center 2012 Configuration Manager site.

パラメーター

-ClientComputerAccount

Indicates that the cmdlet uses a client computer account.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DelayBeforeRetryingMinutes<Int32>

Specifies a delay, in minutes, between software distribution attempts.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-MaximumPackageCount<Int32>

Specifies a maximum number of packages.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-MaximumThreadsPerPackage<Int32>

Specifies a maximum number of threads per package.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-MulticastDelayBeforeRetryingMinutes<Int32>

Specifies a delay, in minutes, between multicast software distribution attempts.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-MulticastRetryCount<Int32>

Specifies a retry count for multicast software distribution attempts.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-NetworkAccessAccountName<String>

Specifies an account name for network access.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-RetryCount<Int32>

Specifies a retry count.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies a site code of a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

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 properties of a software distribution component

The following command sets all properties for a software distribution component.

PS C:\> Set-CMSoftwareDistributionComponent -SiteCode "CM2" -MaximumPackageCount 3 -MaximumThreadsPerPackage 6 -RetryCount 99 -DelayBeforeRetryingMinutes 31 -MulticastRetryCount 4 -MulticastDelayBeforeRetryingMinutes 2 -NetworkAccessAccount "Western\ElisaDaugherty"

関連トピック

Get-CMSoftwareDistributionComponent