Send-CMAssetIntelligenceCatalogUpdateRequest

Send-CMAssetIntelligenceCatalogUpdateRequest

Requests a catalog update for uncategorized software titles.

Syntax

Parameter Set: SearchByNameMandatory
Send-CMAssetIntelligenceCatalogUpdateRequest -Name <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Send-CMAssetIntelligenceCatalogUpdateRequest -Id <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Send-CMAssetIntelligenceCatalogUpdateRequest cmdlet requests an update of the Asset Intelligence catalog for software title categorization from System Center Online. You can request an update for catalog items or software categories in the Asset Intelligence catalog.

You can also use the Sync-CMAssetIntelligenceCatalog cmdlet to synchronize the local Asset Intelligence catalog with System Center Online to get the latest software title categorization.

Parameters

-Id<String[]>

Specifies an array of IDs of Asset Intelligence catalog items.

Aliases

SoftwareKey

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies an array of names of software categories in the Asset Intelligence catalog.

Aliases

CommonName

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

true

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

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: Request an update for a software category

This command requests an update of the Asset Intelligence catalog for the software category named Browsers.

PS C:\> Send-CMAssetIntelligenceCatalogUpdateRequest -Name "Browsers"

Get-CMAssetIntelligenceCatalogItem

Sync-CMAssetIntelligenceCatalog