Add-CMApplicationCatalogWebServicePoint

Add-CMApplicationCatalogWebServicePoint

Adds an Application Catalog web service point to Configuration Manager.

Syntax

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

Detailed Description

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

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.

Parameters

-CommunicationType<ComputerCommunicationType>

Specifies the communication type. The acceptable values for this parameter are: HTTP and HTTPS.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-IISWebsite<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-PortNumber<Int32>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-WebApplicationName<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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"

Add-CMApplicationCatalogWebsitePoint

Get-CMApplicationCatalogWebServicePoint

Get-CMApplicationCatalogWebsitePoint

Remove-CMApplicationCatalogWebServicePoint