Get-CMHardwareRequirement

Get-CMHardwareRequirement

Gets Configuration Manager hardware requirements for products.

構文

Parameter Set: SearchByName
Get-CMHardwareRequirement [-Product <String> ] [ <CommonParameters>]

詳細説明

The Get-CMHardwareRequirement cmdlet gets hardware requirements objects for software products.

Microsoft System Center 2012 Configuration Manager manages Asset Intelligence information, including hardware requirements, for different software products. You can add, modify, or delete your own hardware requirements, but you cannot change built-in hardware requirement objects.

You can use this cmdlet to get all the hardware requirement objects for a System Center 2012 Configuration Manager server or one or more hardware requirement objects for a specified product names. You can use hardware requirements with other cmdlets, such as the Remove-CMHardwareRequirement cmdlet or the Set-CMHardwareRequirement cmdlet.

パラメーター

-Product<String>

Specifies of the name of a software product.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get a hardware requirement

This command gets the hardware requirement object for a product named Accounts Program.

PS C:\> Get-CMHardwareRequirement -Product "Accounts Program"

関連トピック

New-CMHardwareRequirement

Remove-CMHardwareRequirement

Set-CMHardwareRequirement