Skip to content

Latest commit

 

History

History
executable file
·
73 lines (53 loc) · 1.48 KB

Set-OMETemplateIdentityPool.md

File metadata and controls

executable file
·
73 lines (53 loc) · 1.48 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Set-OMETemplateIdentityPool

SYNOPSIS

Set Identity Pool on a Template

SYNTAX

Set-OMETemplateIdentityPool [-Template] <Template[]> [-IdentityPool] <IdentityPool> [<CommonParameters>]

DESCRIPTION

Set Identity Pool on a Template

EXAMPLES

EXAMPLE 1

"MX740c Template" | Get-OMETemplate | Set-OMETemplateIdentityPool -IdentityPool $("default" | Get-OMEIdentityPool) -Verbose

Set Identity Pool on Template

PARAMETERS

-Template

Object of type Template returned from Get-OMETemplate

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

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

-IdentityPool

{{ Fill IdentityPool Description }}

Type: IdentityPool
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
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

OUTPUTS

NOTES

RELATED LINKS