external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Virtual reseat device in OpenManage Enterprise
Invoke-OMEDeviceReseat [[-Name] <String>] [[-Devices] <Device[]>] [-Wait] [[-WaitTime] <Int32>]
[<CommonParameters>]
This will submit a job to do a virtual reseat on a Compute device in an MX Chassis
"933NCZZ" | Get-OMEDevice | Invoke-OMEDeviceReseat -Verbose -Wait
Trigger virtual system reseat
Name of the job
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "Virtual Reseat $((Get-Date).ToString('yyyyMMddHHmmss'))"
Accept pipeline input: False
Accept wildcard characters: False
Array of type Device returned from Get-OMEDevice function.
Type: Device[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill Wait Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill WaitTime Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 3600
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.