Get-CMApplicationCatalogWebsitePoint
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Get-CMApplicationCatalogWebsitePoint
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 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 System Center 2012 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.
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 using a 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 using a 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"
