Get-NectarEventDetail
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarEventDetail
- 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!
Return information about a specific event
Syntax
Get-NectarEventDetail
-ID <String>
-EventState <String>
-TenantName <String>
Examples
Example 1
Get-MSTeamsCallRecord -CallRecordID ed672235-5417-40ce-8425-12b8b702a505
Parameters
-ID <String>
| Parameter | Value |
|---|---|
| Required | true |
| Position | 1 |
| Required | true |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-EventState <String>
Return either current events or previously acknowledged events
| Parameter | Value |
|---|---|
| Required | false |
| Position | 2 |
| Required | false |
| Default Value | Current |
| Accept pipeline input? | false |
| 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?