< Back
Get-UxSystemLog
Post
NAME Get-UxSystemLog
SYNOPSIS
This cmdlet reports the call logging level for a specified SBC.
SYNTAX
Get-UxSystemLog [[-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-UxSystemLog
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$Creds = Get-credential
PS:> $Obj = connect-uxgateway -uxhostname lyncsbc01.COMPANY.co.uk -Credentials $Creds
PS:> get-UxSystemLog -uxSession $Obj
RELATED LINKS
SYNOPSIS
This cmdlet reports the call logging level for a specified SBC.
SYNTAX
Get-UxSystemLog [[-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-UxSystemLog
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$Creds = Get-credential
PS:> $Obj = connect-uxgateway -uxhostname lyncsbc01.COMPANY.co.uk -Credentials $Creds
PS:> get-UxSystemLog -uxSession $Obj
RELATED LINKS