Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.1 KB

File metadata and controls

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

Remove-OMEGroup

SYNOPSIS

Remove group from OpenManage Enterprise

SYNTAX

Remove-OMEGroup [-Group] <Group> [<CommonParameters>]

DESCRIPTION

Remove group from OpenManage Enterprise

EXAMPLES

EXAMPLE 1

Get-OMEGroup "Test Group 01" | Remove-OMEGroup

Remove group

PARAMETERS

-Group

Object of type Group returned from Get-OMEGroup function

Type: Group
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