Get-CMAssetIntelligenceCatalogItem

Get-CMAssetIntelligenceCatalogItem

Gets an item from the Asset Intelligence catalog.

Syntax

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

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

Detailed Description

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 the Introduction to Asset Intelligence in Configuration Manager topic in the TechNet Library at https://go.microsoft.com/fwlink/?LinkId=262650.

Parameters

-CategoryName<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Id<String[]>

Specifies an array of IDs of asset intelligence catalog items.

Aliases

CategoryId

Required?

true

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 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