< Back
Get-UxTransformationEntry
Post
NAME Get-UxTransformationEntry
SYNOPSIS
This cmdlet reports The Transformation from Ribbon SBC.
SYNTAX
Get-UxTransformationEntry [[-uxSession] <PSObject>] [-uxTransformationTableId] <Int32> [<CommonParameters>]
DESCRIPTION
Gets all the entries but in an unordered form. As the sequence is stored at the level above
use get-UxTransformationTable 'TableID' to get ordered list as per sequence.
PARAMETERS
-uxSession <PSObject>
If using multiple servers you will need to pass the uxSession Object created by connect-uxGateway
Else it will look for the last created session using the command above
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-uxTransformationTableId <Int32>
To find the ID of the transformation table execute "get-uxtransformationtable" cmdlet'
Required? true
Position? 1
Default value 0
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-uxtransformationEntry -uxTransformationTableId 4
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$Creds = Get-credential
$Obj = connect-uxgateway -uxhostname lyncsbc01.COMPANY.co.uk -Credentials $Creds
get-uxtransformationtable -uxSession $Obj -uxTransformationTableId 4
RELATED LINKS
SYNOPSIS
This cmdlet reports The Transformation from Ribbon SBC.
SYNTAX
Get-UxTransformationEntry [[-uxSession] <PSObject>] [-uxTransformationTableId] <Int32> [<CommonParameters>]
DESCRIPTION
Gets all the entries but in an unordered form. As the sequence is stored at the level above
use get-UxTransformationTable 'TableID' to get ordered list as per sequence.
PARAMETERS
-uxSession <PSObject>
If using multiple servers you will need to pass the uxSession Object created by connect-uxGateway
Else it will look for the last created session using the command above
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-uxTransformationTableId <Int32>
To find the ID of the transformation table execute "get-uxtransformationtable" cmdlet'
Required? true
Position? 1
Default value 0
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-uxtransformationEntry -uxTransformationTableId 4
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$Creds = Get-credential
$Obj = connect-uxgateway -uxhostname lyncsbc01.COMPANY.co.uk -Credentials $Creds
get-uxtransformationtable -uxSession $Obj -uxTransformationTableId 4
RELATED LINKS