Get-NectarConferenceParticipants
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarConferenceParticipants
- 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 session participant details for a given conference
Description
Returns session participant details for a given conference. This is used to build the PARTICIPANTS section of a specific conference.
Syntax
Get-NectarConferenceParticipants
-ConferenceID <String>
-Platform <String>
-TenantName <String>
Examples
Example 1
Get-NectarConferenceParticipants 2021-05-06T13:30:34.795296_*_*_*_*_*_*_173374c1-a15a-47dd-b11c-d32ab5442774_*_* -Platform TEAMS
Returns conference participant information for a specific conference
Example 2
Get-NectarSessions -TimePeriod LAST_DAY -Users tferguson@contoso.com-SessionTypes CONFERENCE -Platforms TEAMS | Get-NectarConferenceParticipants -Platform TEAMS
Returns the conference participant 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 |
Was this article helpful?