New-CMAssetIntelligenceCatalogItem

New-CMAssetIntelligenceCatalogItem

Creates an item for the Asset Intelligence catalog.

構文

Parameter Set: New
New-CMAssetIntelligenceCatalogItem -CategoryName <String> -Type <Types> {TypeCategory | TypeFamily | TypeTag} [-Description <String> ] [-LanguageId <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The New-CMAssetIntelligenceCatalogItem cmdlet creates 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.

パラメーター

-CategoryName<String>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Description<String>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-LanguageId<Int32>

Specifies the locale identifier for an item. For more information and a list of locale identifiers, see the Locale IDs Assigned by Microsoft topic at https://go.microsoft.com/fwlink/?LinkId=262651.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Type<Types>

Specifies the type of Asset Intelligence catalog item. Possible values are TYPE_CATEGORY, TYPE_FAMILY, and TYPE_TAG.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Create category label item in the catalog

This command creates a category label in the Asset Intelligence catalog named Databases that has a language ID of 1033 and a type of TYPE_TAG.

PS C:\> New-CMAssetIntelligenceCatalogItem -CategoryName "Databases" -LanguageId 1033 -Type TYPE_TAG

Example 2: Create a category item in the catalog

This command creates a category in the Asset Intelligence catalog named Database Tools that has a type of TYPE_CATEGORY.

PS C:\> New-CMAssetIntelligenceCatalogItem -CategoryName "Database Tools" -Type TYPE_CATEGORY

Example 3: Create a category family in the catalog

This command creates a category family item in the Asset Intelligence catalog family named Database Software that has a type of TYPE_FAMILY.

PS C:\> New-CMAssetIntelligenceCatalogItem -CategoryName "Database Software" -Type TYPE_FAMILY

関連トピック

Get-CMAssetIntelligenceCatalogItem

Set-CMAssetIntelligenceCatalogItem

Remove-CMAssetIntelligenceCatalogItem