< Back

Get-PSCUCMTranslationPattern

Sun Jan 19, 2020 6:38 pm

NAME Get-PSCUCMTranslationPattern



SYNOPSIS

Get the Translation Pattern





SYNTAX

Get-PSCUCMTranslationPattern [-TranslationPattern] <String> [-RoutePartitionName] <String> [-EnableException]

[<CommonParameters>]





DESCRIPTION

Get the Translation Pattern





PARAMETERS

-TranslationPattern <String>

Translation Pattern to look up.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RoutePartitionName <String>

Route Partition that houses the Translation Pattern.



Required? true

Position? 2

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



<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