< Back

Get-UxSipServerTableEntry

Sat Jan 18, 2020 7:52 pm

NAME Get-UxSipServerTableEntry



SYNOPSIS

This cmdlet displays the sipserver table entries of a specified sipserver table.





SYNTAX

Get-UxSipServerTableEntry [[-uxSession] <PSObject>] [-uxSipServerTableId] <Int32> [<CommonParameters>]





DESCRIPTION

This cmdlet displays the sipserver table entries if a sipserver table id is specified. To extract the sipserver

table id execute "get-uxsipservertable" cmdlet

The output of the cmdlet contains InputField/OutputFields which are displayed as integer. To map the numbers to

friendly names refer: bit.ly/Iy7JQS





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



-uxSipServerTableId <Int32>

Enter here the sipserver table id of the sipserver table.To extract the sipserver table id execute

"get-uxsipservertable" 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-uxsipservertableentry -uxsipservertableid 4















RELATED LINKS