Add-CMSoftwareUpdatePoint

Add-CMSoftwareUpdatePoint

Adds a software update point for Configuration Manager.

構文

Parameter Set: SumPWithWsus
Add-CMSoftwareUpdatePoint -SiteCode <String> -SiteSystemServerName <String> [-AnonymousWsusAccess] [-ClientConnectionType <ClientConnectionTypes> {Internet | InternetAndIntranet | Intranet} ] [-UseProxy <Boolean> ] [-UseProxyForAutoDeploymentRule <Boolean> ] [-WsusiisPort <Int32> ] [-WsusiissslPort <Int32> ] [-WsusSsl <Boolean> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMSoftwareUpdatePoint cmdlet adds a software update point that hosts the Windows Software Update Services (WSUS) processes. A software update point in Microsoft System Center 2012 Configuration Manager manages the transfer of information from WSUS.

パラメーター

-AnonymousWsusAccess

Indicates that the software update point allows anonymous WSUS access.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ClientConnectionType<ClientConnectionTypes>

Specifies the type of the client connection. Valid values are:

-- Internet
-- InternetAndIntranet
-- Intranet

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies a site code for the Configuration Manager site that manages the system role for the software update point.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the name of a computer that hosts the software update point site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-UseProxy<Boolean>

Indicates whether a software update point can use a proxy.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-UseProxyForAutoDeploymentRule<Boolean>

Indicates whether an auto deployment rule can use a proxy.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-WsusiisPort<Int32>

Specifies a port to use for unsecured access to the WSUS server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-WsusiissslPort<Int32>

Specifies a port to user for secured access to the WSUS server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-WsusSsl<Boolean>

Specifies whether the software update point uses SSL to connect to the WSUS server.

エイリアス

SslWsus

必須?

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: Add a software update point

This command adds a software update point on the computer named CMSoftwareUpdatePoint.Western.Contoso.com for the Configuration Manager site that has the site code CM1.

PS C:\> Add-CMSoftwareUpdatePoint -SiteCode "CM1" -SiteSystemServerName "CMSoftwareUpdatePoint.Western.Contoso.com"

関連トピック

Get-CMSoftwareUpdatePoint

Remove-CMSoftwareUpdatePoint

Set-CMSoftwareUpdatePoint

Get-CMSoftwareUpdatePointComponent