Update-CMDistributionPoint

Update-CMDistributionPoint

Updates distribution points with the latest content.

構文

Parameter Set: SearchByBootImage
Update-CMDistributionPoint -BootImage <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByBootImageId
Update-CMDistributionPoint -BootImageId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByBootImageName
Update-CMDistributionPoint -BootImageName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByDriverPackage
Update-CMDistributionPoint -DriverPackage <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByDriverPackageId
Update-CMDistributionPoint -DriverPackageId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByDriverPackageName
Update-CMDistributionPoint -DriverPackageName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSImage
Update-CMDistributionPoint -OperatingSystemImage <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSImageId
Update-CMDistributionPoint -OperatingSystemImageId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSImageName
Update-CMDistributionPoint -OperatingSystemImageName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSInstaller
Update-CMDistributionPoint -OperatingSystemInstaller <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSInstallerId
Update-CMDistributionPoint -OperatingSystemInstallerId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByOSInstallerName
Update-CMDistributionPoint -OperatingSystemInstallerName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByPackage
Update-CMDistributionPoint -Package <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByPackageId
Update-CMDistributionPoint -PackageId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByPackageName
Update-CMDistributionPoint -PackageName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchBySoftwareUpdateDeploymentPackage
Update-CMDistributionPoint -SoftwareUpdateDeploymentPackage <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchBySoftwareUpdateDeploymentPackageId
Update-CMDistributionPoint -SoftwareUpdateDeploymentPackageId <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchBySoftwareUpdateDeploymentPackageName
Update-CMDistributionPoint -SoftwareUpdateDeploymentPackageName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: UpdateByDeploymentTypeName
Update-CMDistributionPoint -ApplicationName <String> -DeploymentTypeName <String> [-ManifestPath <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Update-CMDistributionPoint cmdlet updates distribution points with the latest content for clients to download. You can update the distribution points for application content, software packages, software updates, operating system images, and boot images. Manually updating the distribution points does not interfere with the recurring update schedule.

パラメーター

-ApplicationName<String>

Specifies the name of an application that is associated with the deployment type.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-BootImage<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-BootImageId<String>

Specifies the ID of a boot image.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-BootImageName<String>

Specifies the name of a boot image.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DeploymentTypeName<String>

Specifies the name of a deployment type. A deployment type is contained within an application and contains the information that Configuration Manager requires to install software. A deployment type also contains rules that specify if and how Configuration Manager deploys the software.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DriverPackage<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DriverPackageId<String>

Specifies the ID of a driver package.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-DriverPackageName<String>

Specifies the name of a driver package.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ManifestPath<String>

Specifies the Universal Naming Convention (UNC) path of the virtual application’s XML manifest file. Specify the manifest path if you specify Microsoft Application Virtualization for the DeploymentTypeName parameter.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemImage<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemImageId<String>

Specifies the ID of an operating system image.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemImageName<String>

Specifies the name of an operating system image.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemInstaller<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemInstallerId<String>

Specifies the ID of an operating system installer.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-OperatingSystemInstallerName<String>

Specifies the name of an operating system installer.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Package<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-PackageId<String>

Specifies the ID of a package.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-PackageName<String>

Specifies the name of a package.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SoftwareUpdateDeploymentPackage<IResultObject>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SoftwareUpdateDeploymentPackageId<String>

Specifies the ID of a software update deployment.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SoftwareUpdateDeploymentPackageName<String>

Specifies the name of a software update deployment.

エイリアス

なし

必須?

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: Update the distribution points for a deployment type

This command updates the distribution points for the deployment type named 7Zip - Microsoft Application Virtualization 5. The command specifies that the Microsoft Application Virtualization manifest for the deployment type is contained in 7Zip.appv.

PS C:\> Update-CMDistributionPoint -DeploymentTypeName "7Zip - Microsoft Application Virtualization 5" -ManifestPath "\\Contoso01\DeployType\7Zip\7Zip.appv"

関連トピック

Get-CMDistributionPoint

Set-CMDistributionPoint

Remove-CMDistributionPoint

Get-CMDistributionPointGroup

Get-CMBootImage

Get-CMDriverPackage

Get-CMOperatingSystemImage

Get-CMOperatingSystemInstaller

Get-CMPackage

Get-CMSoftwareUpdateDeploymentPackage