< Back

Get-UxSystemCallStats

Sat Jan 18, 2020 7:52 pm

NAME Get-UxSystemCallStats



SYNOPSIS

This cmdlet reports Call statistics from Ribbon SBC.





SYNTAX

Get-UxSystemCallStats [[-uxSession] <PSObject>] [<CommonParameters>]





DESCRIPTION

This cmdlet report Call statistics (global level only) from Ribbon SBC eg: Calls failed, Calls Succeeded, Call

Currently Up, etc.





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? 1

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-uxsystemcallstats













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>$Creds = Get-credential



PS:>$Obj = connect-uxgateway -uxhostname lyncsbc01.COMPANY.co.uk -Credentials $Creds



PS:>get-UxSystemCallStats -uxSession $obj



This example stores the credential in a credential object and uses that credential to store a uxSession Object.

With this object we can now call the get-UxSystemCallStats for any session object. Therby allowing us to get call

stats from

any amount of SBC's.











RELATED LINKS