external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Get template from OpenManage Enterprise
Get-OMETemplate [[-Value] <String[]>] [[-FilterBy] <String>] [<CommonParameters>]
Returns all templates if no input received
Get-OMETemplate | Format-Table
Get all templates
"DRM" | Get-OMETemplate | Format-Table
Get template by name
"Configuration" | Get-OMETemplate -FilterBy "Type" | Format-Table
Get template by type
String containing search value. Use with -FilterBy parameter
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Filter the results by (Default="Name", "Id")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Name
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.