Get-CMAssetIntelligenceCatalogItem

Get-CMAssetIntelligenceCatalogItem

Gets an item from the Asset Intelligence catalog.

構文

Parameter Set: SearchByName
Get-CMAssetIntelligenceCatalogItem [-CategoryName <String> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMAssetIntelligenceCatalogItem -Id <String[]> [ <CommonParameters>]

詳細説明

The Get-CMAssetIntelligenceCatalogItem cmdlet gets software categories, software families, and custom software labels from the Asset Intelligence catalog in Microsoft System Center 2012 Configuration Manager.

The Asset Intelligence catalog contains categorization and identification information for software titles. The catalog includes predefined categories and families. Predefined items cannot be modified. In addition to predefined software categories and software families, you can create custom categories and families. You can also create custom software labels.

For more information about the Asset Intelligence catalog, see Introduction to Asset Intelligence in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=262650) on TechNet.

パラメーター

-CategoryName<String>

Specifies the name of a category, family, or label in the Asset Intelligence catalog.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Id<String[]>

Specifies an array of IDs of asset intelligence catalog items.

エイリアス

CategoryId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get catalog items by category name

This command gets Asset Intelligence catalog items by category name.

PS C:\> Get-CMAssetIntelligenceCatalogItem -CategoryName "Browsers"

Example 2: Get catalog items by category ID

This command gets Asset Intelligence catalog items by category ID.

PS C:\> Get-CMAssetIntelligenceCatalogItem -Id "1211"

関連トピック

New-CMAssetIntelligenceCatalogItem

Set-CMAssetIntelligenceCatalogItem

Remove-CMAssetIntelligenceCatalogItem