Get-CMHardwareRequirement
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Get-CMHardwareRequirement
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 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 of 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.
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"
IsLocal : False
MinCPU : 233
MinDiskFree : 1572864
MinDiskSize : 10485760
MinRAM : 131072
Product : Accounts Program
State : 0
