Get-NectarSessionDiagnostics
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarSessionDiagnostics
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Returns call diagnostics for a given session
Description
Returns call diagnostics for a given session. This is used to populate the session DIAGNOSTICS screen for a given session.
Syntax
Get-NectarSessionDiagnostics
-SessionID <String>
-Platform <String>
-TenantName <String>
Examples
Example 1
Get-NectarSessionDetails 2021-04-30T16:04:28.572701_1_1_*_*_*_6_*_29fe15a4-99e5-4a2c-92a6-fbf3024944fc_29abe23a4-33e5-4a2c-92a6-faf30445e5bc_* -Platform SKYPE
Returns diagnostic information for a specific Skype for Business session
Example 2
Get-NectarSessions -Platform SKYPE -Users tferguson@contoso.com -SessionTypes PEER2PEER -TimePeriod LAST_DAY | Get-NectarSessionDetails -Platform SKYPE
Returns detailed information for all Skype for Business peer-to-peer calls for TFerguson for the last day.
Parameters
-SessionID <String>
The session ID of the selected session
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Platform <String>
The platform where the session took place
Parameter | Value |
---|---|
Required | true |
Position | 2 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?