Get-CMApplicationCatalogWebsitePoint

Get-CMApplicationCatalogWebsitePoint

Gets a Configuration Manager Application Catalog website point.

Syntax

Parameter Set: SearchByName
Get-CMApplicationCatalogWebsitePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMApplicationCatalogWebsitePoint cmdlet gets an Application Catalog website point in Microsoft System Center 2012 SP1 Configuration Manager. This site system role supports the Application Catalog website.

You can specify a website point by either site code or by the name of the server that hosts the role. Use this cmdlet with no parameters to get all Application Catalog website points for a Configuration Manager hierarchy.

Parameters

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

Aliases

none

Required?

false

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?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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: Get a website point by site code

This command gets the website point role for the site that has the site code CM4.

PS C:\> Get-CMApplicationCatalogWebsitePoint -SiteCode "CM4"

Example 2: Get a website point by site system name

This command gets the website point role that the computer WesternACWP.Contoso.com hosts.

PS C:\> Get-CMApplicationCatalogWebsitePoint -SiteSystemServerName "WesternACWP.Contoso.com"

Add-CMApplicationCatalogWebServicePoint

Add-CMApplicationCatalogWebsitePoint

Get-CMApplicationCatalogWebServicePoint

Remove-CMApplicationCatalogWebSitePoint

Set-CMApplicationCatalogWebsitePoint