Get-CMAssetIntelligenceCatalogItem
Gets an item from the Asset Intelligence catalog.
Syntax
Get-CMAssetIntelligenceCatalogItem
[-CategoryName <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Get-CMAssetIntelligenceCatalogItem
-Id <String>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
The Get-CMAssetIntelligenceCatalogItem cmdlet gets software categories, software families, and custom software labels from the Asset Intelligence catalog in 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.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Get catalog items by category name
PS XYZ:\> Get-CMAssetIntelligenceCatalogItem -CategoryName "Browsers"
This command gets Asset Intelligence catalog items by category name.
Example 2: Get catalog items by category ID
PS XYZ:\> Get-CMAssetIntelligenceCatalogItem -Id "1211"
This command gets Asset Intelligence catalog items by category ID.
Parameters
-CategoryName
Specifies the name of a category, family, or label in the Asset Intelligence catalog.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | True |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specifies an array of IDs of asset intelligence catalog items.
Type: | String |
Aliases: | CategoryId |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
IResultObject[]
IResultObject