< Back
Set-TemplateName
Post
NAME Set-TemplateName
SYNOPSIS
Change the Template Name to a different one
SYNTAX
Set-TemplateName [-SkyTapAuth] <String> [-TemplateID] <Int32> [-TemplateName] <String> [<CommonParameters>]
DESCRIPTION
Same as Synopsis
PARAMETERS
-SkyTapAuth <String>
Base64-encoded string containing Username:Password
that was set using the Set-SkyTapAuth function
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TemplateID <Int32>
The ID number of the Template
Required? true
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-TemplateName <String>
The new Template Name to change to
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Returns the response received from the REST API call
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$responseTemplateName = Set-TemplateName -SkyTapAuth $authSkyTap -TemplateID 12345 -TemplateName "EMEA
CyberArk Global Demo - GA"
RELATED LINKS
SYNOPSIS
Change the Template Name to a different one
SYNTAX
Set-TemplateName [-SkyTapAuth] <String> [-TemplateID] <Int32> [-TemplateName] <String> [<CommonParameters>]
DESCRIPTION
Same as Synopsis
PARAMETERS
-SkyTapAuth <String>
Base64-encoded string containing Username:Password
that was set using the Set-SkyTapAuth function
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TemplateID <Int32>
The ID number of the Template
Required? true
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-TemplateName <String>
The new Template Name to change to
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Returns the response received from the REST API call
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$responseTemplateName = Set-TemplateName -SkyTapAuth $authSkyTap -TemplateID 12345 -TemplateName "EMEA
CyberArk Global Demo - GA"
RELATED LINKS