external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Get job from OpenManage Enterprise
Get-OMEJob [[-Value] <String[]>] [-Detail] [[-FilterBy] <String>] [<CommonParameters>]
{{ Fill in the Description }}
Get-OMEJOb | Format-Table
List all jobs
13852 | Get-OMEJob -Detail -Verbose
Get job by Id
5 | Get-OMEJob -FilterBy "Type" | Format-Table
Get job by job type
2060 | Get-OMEJob -FilterBy "LastRunStatus" | Format-Table
Get job by last run status
"Enabled" | Get-OMEJob -FilterBy "State" | Format-Table
Get job by state
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
Show detailed job info such as progress, elapsed time or output
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Filter the results by (Default="Id", "Status", "LastRunStatus", "Type", "State")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Id
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.