Skip to content

Latest commit

 

History

History
executable file
·
58 lines (41 loc) · 1.09 KB

File metadata and controls

executable file
·
58 lines (41 loc) · 1.09 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Remove-OMEDevice

SYNOPSIS

Remove device from OpenManage Enterprise

SYNTAX

Remove-OMEDevice [-Devices] <Device[]> [<CommonParameters>]

DESCRIPTION

Remove device from OpenManage Enterprise

EXAMPLES

EXAMPLE 1

"C86D0ZZ" | Get-OMEDevice | Remove-OMEDevice

Remove device

PARAMETERS

-Devices

{{ Fill Devices Description }}

Type: Device[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

NOTES

RELATED LINKS