Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Get-NectarConferenceSummary

Prev Next

Returns session summaries for a given conference

Description

Returns session summaries for a given conference. This is used to populate the CONFERENCE section of the details of a specific conference.

Syntax

Get-NectarConferenceSummary
  -ConferenceID  <String>
  -Platform  <String>
  -TenantName  <String>

Examples

Example 1

Get-NectarConferenceSummary 2021-05-06T13:30:34.795296_*_*_*_*_*_*_173374c1-a15a-47dd-b11c-d32ab5442774_*_*

Returns conference summary information for a specific conference

Example 2

Get-NectarSessions -TimePeriod LAST_DAY -Users tferguson@contoso.com -SessionTypes CONFERENCE -Platforms TEAMS | Get-NectarConferenceSummary -Platform TEAMS

Returns the conference summary information for all Teams conferences participated by tferguson@contoso.com for the past day

Parameters

-ConferenceID <String>
The conference ID of the selected conference

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