Get-CMHardwareRequirement

Get-CMHardwareRequirement

Gets Configuration Manager hardware requirements for products.

Syntax

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

Detailed Description

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

Microsoft System Center 2012 SP1 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.

Parameters

-Product<String>

Specifies the name of a software product.

Aliases

none

Required?

false

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