external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Clone template in OpenManage Enterprise. ***Only supports Deployment templates
Copy-OMETemplate [-Template] <Template> [[-Name] <String>] [-All] [<CommonParameters>]
{{ Fill in the Description }}
"TestTemplate01" | Get-OMETemplate | Copy-OMETemplate
Clone template using default name "TestTemplate01 - Clone"
$(Get-OMETemplate | Where-Object -Property "Name" -EQ "TestTemplate") | Copy-OMETemplate
Clone template using default name "TestTemplate01 - Clone" when multiple templates with similar names exist
"TestTemplate01" | Get-OMETemplate | Copy-OMETemplate -Name "TestTemplate02"
Clone template and specify new name
"TestTemplate01" | Get-OMETemplate | Copy-OMETemplate -All
Clone template including Identity Pool, VLANs and Teaming
Single Template object returned from Get-OMEDevice function. Only supports Deployment templates
Type: Template
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
String that will be assigned the name of the template
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Clone all template attributes including Identity Pool, VLANs and Teaming
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.