< Back

New-UxTransformationTable

Sat Jan 18, 2020 7:54 pm

NAME New-UxTransformationTable



SYNOPSIS

This cmdlet creates a new transformation table (not transformation table entry)





SYNTAX

New-UxTransformationTable [[-uxSession] <PSObject>] [-Description] <String> [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

This cmdlet creates a transformation table (not transformation table entry).





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



-Description <String>

Enter here the Description (Name) of the Transformation table.This is what will be displayed in the Ribbon GUI



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



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:\\>new-uxtransformationtable -Description "LyncToPBX"















RELATED LINKS