Get-CMApplicationCatalogWebsitePoint

Get-CMApplicationCatalogWebsitePoint

Gets a Configuration Manager Application Catalog website point.

構文

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

詳細説明

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.

パラメーター

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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"

関連トピック

Add-CMApplicationCatalogWebsitePoint

Remove-CMApplicationCatalogWebSitePoint

Set-CMApplicationCatalogWebsitePoint

Add-CMApplicationCatalogWebServicePoint

Get-CMApplicationCatalogWebServicePoint