Publish-CMPrestageContentTaskSequence

Publish-CMPrestageContentTaskSequence

Distributes the content that a task sequence uses to a distribution point.

構文

Parameter Set: SearchByIdMandatory_TaskSequence
Publish-CMPrestageContentTaskSequence -DistributionPointName <String> -FolderName <String> -TaskSequenceId <String[]> [-Description <String> ] [-DisableIncludeApplicationDependencies] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByNameMandatory_TaskSequence
Publish-CMPrestageContentTaskSequence -DistributionPointName <String> -FolderName <String> -TaskSequenceName <String[]> [-Description <String> ] [-DisableIncludeApplicationDependencies] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory_TaskSequence
Publish-CMPrestageContentTaskSequence -DistributionPointName <String> -FolderName <String> -TaskSequence <IResultObject> [-Description <String> ] [-DisableIncludeApplicationDependencies] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Publish-CMPrestageContentTaskSequence cmdlet distributes the content that a task sequence uses to a distribution point. Optionally, you can exclude the application dependencies for applications indicated in the task sequence.

パラメーター

-Description<String>

Specifies a description for the content to prestage.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DisableIncludeApplicationDependencies

Indicates that distributed content excludes application dependencies for applications indicated in the task sequence.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DistributionPointName<String>

Specifies the name of a distribution point that is associated with the task sequence.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-FolderName<String>

Specifies a folder name. The folder that you specify contains prestaged content files.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-TaskSequence<IResultObject>

Specifies a task sequence object. To obtain a task sequence object, use the Get-CMTaskSequence cmdlet.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-TaskSequenceId<String[]>

Specifies an array of IDs of task sequences.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-TaskSequenceName<String[]>

Specifies an array of names of task sequences.

エイリアス

なし

必須?

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)。

入力

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

出力

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

関連トピック

Get-CMTaskSequence

Publish-CMPrestageContent