Add-CMApplicationCatalogWebServicePoint

Add-CMApplicationCatalogWebServicePoint

Adds an Application Catalog web service point to Configuration Manager.

構文

Parameter Set: AppWebServiceP
Add-CMApplicationCatalogWebServicePoint -SiteCode <String> -SiteSystemServerName <String> [-CommunicationType <ComputerCommunicationType> {HTTP | HTTPS} ] [-IISWebsite <String> ] [-PortNumber <Int32> ] [-WebApplicationName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMApplicationCatalogWebServicePoint cmdlet adds an Application Catalog web service point to a Microsoft System Center 2012 Configuration Manager site.

System Center 2012 Configuration Manager requires a web service point site system role to support the Application Catalog website and the Software Library. You also need an Application Catalog website point in the same site, but not necessarily on the same server. If you intend to use Secure Hypertext Transfer Protocol (HTTPS), you need to deploy a web server certificate on the server hosting the web service point. For more information about site system roles, see Install and Configure Site System Roles for Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=262649) on TechNet.

パラメーター

-CommunicationType<ComputerCommunicationType>

Specifies the communication type. Valid values are: HTTP and HTTPS.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-IISWebsite<String>

Specifies the Internet Information Services (IIS) website installed on the Application Catalog web service point server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-PortNumber<Int32>

Specifies the port to use to connect with the web service.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the name of a server that hosts a site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-WebApplicationName<String>

Specifies the name of the web application used for the application catalog.

エイリアス

なし

必須?

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 web service point for the Application Catalog

This command adds a web service point for the Application Catalog. The command specifies a port for the service. The command specifies the site code for the site that the role belongs to, as well as the name of the server that hosts the role.

PS C:\> Add-CMApplicationCatalogWebServicePoint -PortNumber 80 -SiteCode "CM1" -SiteSystemServerName "CMACWSPRole.Western.Contoso.com"

関連トピック

Get-CMApplicationCatalogWebServicePoint

Remove-CMApplicationCatalogWebServicePoint

Add-CMApplicationCatalogWebsitePoint

Get-CMApplicationCatalogWebsitePoint