Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.16 KB

Remove-OMETemplate.md

File metadata and controls

56 lines (40 loc) · 1.16 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Remove-OMETemplate

SYNOPSIS

Remove template in OpenManage Enterprise

SYNTAX

Remove-OMETemplate [-Template] <Template> [<CommonParameters>]

DESCRIPTION

Remove a configuration or deployment template from OpenManage Enterprise

EXAMPLES

EXAMPLE 1

"TestTemplate01" | Get-OMETemplate | Remove-OMETemplate

PARAMETERS

-Template

Object of type Template returned from Get-OMETemplate function

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

[Template]Template

OUTPUTS

NOTES

RELATED LINKS