Skip to content

Latest commit

 

History

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

Remove-OMENetwork.md

File metadata and controls

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

Remove-OMENetwork

SYNOPSIS

Remove network

SYNTAX

Remove-OMENetwork [-Network] <Network> [<CommonParameters>]

DESCRIPTION

Remove network

EXAMPLES

EXAMPLE 1

"TestNetwork01" | Get-OMENetwork | Remove-OMENetwork

Remove network

PARAMETERS

-Network

Object of type Network returned from Get-OMENetwork

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