< Back

Set-PSCUCMTranslationPattern

Sun Jan 19, 2020 6:38 pm

NAME Set-PSCUCMTranslationPattern



SYNOPSIS

Set the Translation Pattern





SYNTAX

Set-PSCUCMTranslationPattern [-TranslationPattern] <String> [[-RoutePartitionName] <String>]

[[-CalledPartyTransformationMask] <String>] [-EnableException] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Set the Translation Pattern





PARAMETERS

-TranslationPattern <String>

Translation Pattern to set.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RoutePartitionName <String>

Route Partition that houses the Translation Pattern.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CalledPartyTransformationMask <String>

The transformation mask to apply to the translation pattern.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-EnableException [<SwitchParameter>]

Replaces user friendly yellow warnings with bloody red exceptions of doom!

Use this if you want the function to throw terminating errors you want to catch.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

What If?



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Confirm...



Required? false

Position? named

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PSCUCMTranslationPattern -TranslationPattern 1234 -RoutePartitonName default-rp



Gets the Translation Pattern for 1234.











RELATED LINKS