New-NectarReportWidget
    • 22 Jul 2024
    • 16 Minutes to read
    • Contributors
    • Dark
      Light
    • PDF

    New-NectarReportWidget

    • Dark
      Light
    • PDF

    Article summary

    Creates a report widget to be added to a report

    Description

    Creates a report widget to be added to a report. One ore more widgets have to be defined before creating a report

    Syntax

    New-NectarReportWidget
      -WidgetType  <String>
      -WidgetDescription  <String>
      -WidgetPosition  <Int32>
      -WidgetGroupVarName  <String>
      -TimePeriod  <String>
      -TimePeriodFrom  <DateTime>
      -TimePeriodTo  <DateTime>
      -SessionQualities  <String[]>
      -NectarScore  <String>
      -DurationFrom  <Int32>
      -DurationTo  <Int32>
      -Modalities  <String[]>
      -Protocols  <String[]>
      -ResponseCodes  <String[]>
      -SessionScenarios  <String[]>
      -SessionTypes  <String[]>
      -Codecs  <String[]>
      -CallerCodecs  <String[]>
      -CalleeCodecs  <String[]>
      -Devices  <String[]>
      -CallerDevices  <String[]>
      -CalleeDevices  <String[]>
      -DeviceVersions  <String[]>
      -CallerDeviceVersions  <String[]>
      -CalleeDeviceVersions  <String[]>
      -AgentVersions  <String[]>
      -CallerAgentVersions  <String[]>
      -CalleeAgentVersions  <String[]>
      -IPAddresses  <String[]>
      -CallerIPAddresses  <String[]>
      -CalleeIPAddresses  <String[]>
      -Locations  <String[]>
      -CallerLocations  <String[]>
      -CalleeLocations  <String[]>
      -ExtCities  <String[]>
      -CallerExtCities  <String[]>
      -CalleeExtCities  <String[]>
      -ExtCountries  <String[]>
      -CallerExtCountries  <String[]>
      -CalleeExtCountries  <String[]>
      -ExtISPs  <String[]>
      -CallerExtISPs  <String[]>
      -CalleeExtISPs  <String[]>
      -ExtConnectionTypes  <String[]>
      -CallerExtConnectionTypes  <String[]>
      -CalleeExtConnectionTypes  <String[]>
      -NetworkTypes  <String[]>
      -CallerNetworkTypes  <String[]>
      -CalleeNetworkTypes  <String[]>
      -Platform  <String>
      -Platforms  <String[]>
      -Servers  <String[]>
      -EndpointTypes  <String[]>
      -CallerEndpointTypes  <String[]>
      -CalleeEndpointTypes  <String[]>
      -Scenarios  <String[]>
      -CallerScenarios  <String[]>
      -CalleeScenarios  <String[]>
      -Users  <String[]>
      -FromUsers  <String[]>
      -ToUsers  <String[]>
      -UserIDs  <String[]>
      -FromUserIDs  <String[]>
      -ToUserIDs  <String[]>
      -ConfOrganizers  <String[]>
      -VPN  <String[]>
      -CallerVPN  <String[]>
      -CalleeVPN  <String[]>
      -ParticipantsMinCount  <Int32>
      -ParticipantsMaxCount  <Int32>
      -FeedbackRating  <String[]>
      -Insights  <String[]>
      -TestTypes  <String[]>
      -TestResults  <String[]>
      -TenantName  <String>
      -Scope  <String>
      -ShowQualityDetails
    

    Examples

    Example 1

    New-NectarReportWidget -WidgetType 'Call Details, Sessions' -WidgetDescription "Conference Session Summary for New York" -WidgetPosition 0 -WidgetGroupVarName WidgetList -TimePeriod LAST_MONTH -Modalities AUDIO -Platforms TEAMS -SessionTypes CONFERENCE_SESSION -ExtCities 'New York' -ExtCountries 'US'
    

    Creates a Call Details widget to be used later in New-NectarReport

    Parameters

    -WidgetType <String>
    The type of widget to create

    ParameterValue
    Requiredtrue
    Position1
    Requiredtrue
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -WidgetDescription <String>
    A description to go with the widget

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -WidgetPosition <Int32>
    The numeric position to place the widget in the report. Starts at 0

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -WidgetGroupVarName <String>
    The name of a arraylist variable to add the widget to.
    If the variable does not exist, it will be created. Makes creating reports a bit easier.

    ParameterValue
    Requiredfalse
    Position4
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriod <String>
    The time period to show session data from. Select from 'LAST_HOUR','LAST_DAY','LAST_WEEK','LAST_MONTH','CUSTOM'.
    CUSTOM requires using TimePeriodFrom and TimePeriodTo parameters.

    ParameterValue
    Requiredfalse
    Position5
    Requiredfalse
    Default ValueLAST_MONTH
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriodFrom <DateTime>
    The earliest date/time to show session data from. Must be used in conjunction with -TimePeriod CUSTOM and TimePeriodTo parameters. Use format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS'. All time/dates in UTC.

    ParameterValue
    Requiredfalse
    Position6
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriodTo <DateTime>
    The latest date/time to show session data from. Must be used in conjunction with -TimePeriod CUSTOM and TimePeriodFrom parameters. Use format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS'. All time/dates in UTC.

    ParameterValue
    Requiredfalse
    Position7
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionQualities <String[]>
    Show sessions that match a given quality rating. Case sensitive. Choose one or more from:
    'GOOD','POOR_0_25','PARTIALLY_GOOD_25_50','PARTIALLY_GOOD_50_75','PARTIALLY_GOOD_75_100','UNAVAILABLE','UNKNOWN'

    ParameterValue
    Requiredfalse
    Position8
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -NectarScore <String>
    Show sessions that match the given range of NectarScores. Use format aa-xx or aa.bb-xx.yy, where aa is less than xx, and xx is less than 100. Eg. 70-90 or 95.00-95.59

    ParameterValue
    Requiredfalse
    Position9
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -DurationFrom <Int32>
    The shortest call length (in seconds) to show session data.

    ParameterValue
    Requiredfalse
    Position10
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -DurationTo <Int32>
    The longest call length (in seconds) to show session data.

    ParameterValue
    Requiredfalse
    Position11
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -Modalities <String[]>
    Show sessions that match one or more modality types. Not case sensitive. Choose one or more from:
    'AUDIO','VIDEO','APP_SHARING','IM','UNKNOWN','TOTAL','VBSS','REMOTE_ASSISTANCE','APP_INVITE','FOCUS','UNKNOWN'

    ParameterValue
    Requiredfalse
    Position12
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Protocols <String[]>
    Show sessions that match one or more network protocol types. Case sensitive. Choose one or more from:
    'TCP','UDP','Unknown'

    ParameterValue
    Requiredfalse
    Position13
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -ResponseCodes <String[]>
    Show sessions that match one or more SIP response codes. Accepts numbers from 200 to 699

    ParameterValue
    Requiredfalse
    Position14
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionScenarios <String[]>
    Show sessions that match one or more session scenarios. Not case sensitive. Choose one or more from:
    'External','Internal','Internal-External','External-Internal','Federated','Internal-Federated','External-Federated','Unknown'

    ParameterValue
    Requiredfalse
    Position15
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionTypes <String[]>
    Show sessions that match one or more session scenarios. Case sensitive. Choose one or more from:
    'Conference','Peer To Peer','Peer To Peer (Multimedia)','PSTN/External'

    ParameterValue
    Requiredfalse
    Position16
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Codecs <String[]>
    Show sessions where the selected codec was used by either caller or callee. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position17
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerCodecs <String[]>
    Show sessions where the selected codec was used by the caller. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position18
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeCodecs <String[]>
    Show sessions where the selected codec was used by the callee. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position19
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Devices <String[]>
    Show sessions where the selected device was used by either caller or callee. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position20
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerDevices <String[]>
    Show sessions where the selected device was used by the caller. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position21
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeDevices <String[]>
    Show sessions where the selected device was used by the callee. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position22
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -DeviceVersions <String[]>
    Show sessions where the selected device version was used by either caller or callee. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position23
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerDeviceVersions <String[]>
    Show sessions where the selected device version was used by the caller. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position24
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeDeviceVersions <String[]>
    Show sessions where the selected device version was used by the callee. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position25
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -AgentVersions <String[]>
    Show sessions where the selected agent version was used by either caller or callee. Can query for multiple agent. Case sensitive. Use Get-NectarAgentVersion for a list of valid agent versions.

    ParameterValue
    Requiredfalse
    Position26
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerAgentVersions <String[]>
    Show sessions where the selected agent version was used by either caller or callee. Can query for multiple agent. Case sensitive. Use Get-NectarAgentVersion for a list of valid agent versions.

    ParameterValue
    Requiredfalse
    Position27
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeAgentVersions <String[]>
    Show sessions where the selected agent version was used by either caller or callee. Can query for multiple agent. Case sensitive. Use Get-NectarAgentVersion for a list of valid agent versions.

    ParameterValue
    Requiredfalse
    Position28
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -IPAddresses <String[]>
    Show sessions where the selected IP address was used by either caller or callee. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position29
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerIPAddresses <String[]>
    Show sessions where the selected IP address was used by the caller. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position30
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeIPAddresses <String[]>
    Show sessions where the selected IP address was used by the callee. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position31
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -Locations <String[]>
    Show sessions where the selected location was used by either caller or callee. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position32
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerLocations <String[]>
    Show sessions where the selected location was used by the caller. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position33
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeLocations <String[]>
    Show sessions where the selected location was used by the callee. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position34
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtCities <String[]>
    Show sessions where the caller or callee was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position35
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtCities <String[]>
    Show sessions where the caller was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position36
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtCities <String[]>
    Show sessions where the callee was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position37
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtCountries <String[]>
    Show sessions where the caller or callee was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position38
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtCountries <String[]>
    Show sessions where the caller was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position39
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtCountries <String[]>
    Show sessions where the callee was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position40
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtISPs <String[]>
    Show sessions where the caller or callee was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position41
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtISPs <String[]>
    Show sessions where the caller was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position42
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtISPs <String[]>
    Show sessions where the callee was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position43
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtConnectionTypes <String[]>
    Show sessions that match the caller or callee external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Position44
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtConnectionTypes <String[]>
    Show sessions that match the caller's external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Position45
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtConnectionTypes <String[]>
    Show sessions that match the callee's external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Position46
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -NetworkTypes <String[]>
    Show sessions where the selected network type was used by either caller or callee. Can query for multiple network types. Case sensitive. Choose one or more from:
    'CELLULAR','ENTERPRISE_WIFI','ENTERPRISE_WIRED','EXTERNAL_WIFI','EXTERNAL_WIRED','MOBILE','PPP','UNKNOWN','WIFI','WIRED'

    ParameterValue
    Requiredfalse
    Position47
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerNetworkTypes <String[]>
    Show sessions where the selected network type was used by the caller. Can query for multiple network types. Case sensitive. Choose one or more from:
    'CELLULAR','ENTERPRISE_WIFI','ENTERPRISE_WIRED','EXTERNAL_WIFI','EXTERNAL_WIRED','MOBILE','PPP','UNKNOWN','WIFI','WIRED'

    ParameterValue
    Requiredfalse
    Position48
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeNetworkTypes <String[]>
    Show sessions where the selected network type was used by the callee. Can query for multiple network types. Case sensitive. Choose one or more from:
    'CELLULAR','ENTERPRISE_WIFI','ENTERPRISE_WIRED','EXTERNAL_WIFI','EXTERNAL_WIRED','MOBILE','PPP','UNKNOWN','WIFI','WIRED'

    ParameterValue
    Requiredfalse
    Position49
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Platform <String>

    ParameterValue
    Requiredfalse
    Position50
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Platforms <String[]>
    Show sessions where the selected platform was used by either caller or callee. Can query for multiple platforms. Case sensitive. Choose one or more from:
    'SKYPE','CISCO','CISCO_CMS','CISCO_VKM','CISCO_WEBEX_CALLING','TEAMS','SKYPE_ONLINE','CISCO_CMS_VKM','AVAYA_AURA_CM','RIG','LYNC_VKM','SKYPE_FOR_BUSINESS_VKM','CISCO_UNITY','CISCO_EXPRESSWAY','AVAYA_MEDIA_GATEWAY','AVAYA_SESSION_MANAGER','AVAYA_VOICE_PORTAL','ZOOM','ENDPOINT_CLIENT','WEB_RTC_AIR_PHONE','WEB_RTC_AMAZON_CONNECT','WEB_RTC_CISCO_WEBEX','WEB_RTC_FIVE9','WEB_RTC_GENESYS_CLOUD','WEB_RTC_GENESYS_MCPE','WEB_RTC_NICE_CXONE','DIAGNOSTICS','JABRA','MISCELLANEOUS'

    ParameterValue
    Requiredfalse
    Position51
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Servers <String[]>

    ParameterValue
    Requiredfalse
    Position52
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -EndpointTypes <String[]>
    Show sessions where one or more selected Avaya endpoint types have been used. Choose one or more from: 'medsvr','mgdsp','node','phone','unknown'

    ParameterValue
    Requiredfalse
    Position53
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerEndpointTypes <String[]>
    Show sessions where one or more selected Avaya endpoint types have been used by the caller. Choose one or more from: 'medsvr','mgdsp','node','phone','unknown'

    ParameterValue
    Requiredfalse
    Position54
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeEndpointTypes <String[]>
    Show sessions where one or more selected Avaya endpoint types have been used by the callee. Choose one or more from: 'medsvr','mgdsp','node','phone','unknown'

    ParameterValue
    Requiredfalse
    Position55
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Scenarios <String[]>

    ParameterValue
    Requiredfalse
    Position56
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerScenarios <String[]>

    ParameterValue
    Requiredfalse
    Position57
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeScenarios <String[]>

    ParameterValue
    Requiredfalse
    Position58
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Users <String[]>
    Show sessions where the selected user was either caller or callee. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position59
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -FromUsers <String[]>
    Show sessions where the selected user was the caller. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position60
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ToUsers <String[]>
    Show sessions where the selected user was the callee. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position61
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -UserIDs <String[]>
    Show sessions where the selected user ID was either caller or callee. Can query for multiple user IDs.

    ParameterValue
    Requiredfalse
    Position62
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -FromUserIDs <String[]>
    Show sessions where the selected user ID was the caller. Can query for multiple user IDs.

    ParameterValue
    Requiredfalse
    Position63
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ToUserIDs <String[]>
    Show sessions where the selected user ID was the callee. Can query for multiple user IDs.

    ParameterValue
    Requiredfalse
    Position64
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ConfOrganizers <String[]>
    Show sessions hosted by a specified conference organizer. Can query for multiple organizers.

    ParameterValue
    Requiredfalse
    Position65
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -VPN <String[]>
    Show sessions where the selected VPN was used by either caller or callee.

    ParameterValue
    Requiredfalse
    Position66
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerVPN <String[]>
    Show sessions where the selected VPN was used by the caller.

    ParameterValue
    Requiredfalse
    Position67
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeVPN <String[]>
    Show sessions where the selected VPN was used by the callee.

    ParameterValue
    Requiredfalse
    Position68
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -ParticipantsMinCount <Int32>
    Show sessions where the number of participants is greater than or equal to the entered value

    ParameterValue
    Requiredfalse
    Position69
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -ParticipantsMaxCount <Int32>
    Show sessions where the number of participants is less than or equal to the entered value

    ParameterValue
    Requiredfalse
    Position70
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -FeedbackRating <String[]>
    Show sessions where users provided specific feedback ratings from BAD to EXCELLENT.
    Allowed values are BAD, POOR, FAIR, GOOD, EXCELLENT. Corresponds to ratings from 1 to 5 stars.

    ParameterValue
    Requiredfalse
    Position71
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Insights <String[]>
    Show sessions that match one or more given insights. Choose from NORMAL_SESSION, VOICE_MAIL, HIGH_JITTER, HIGH_PACKET_LOSS, HIGH_ROUNDTRIP_DELAY

    ParameterValue
    Requiredfalse
    Position72
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TestTypes <String[]>

    ParameterValue
    Requiredfalse
    Position73
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TestResults <String[]>

    ParameterValue
    Requiredfalse
    Position74
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TenantName <String>
    The name of the Nectar DXP tenant. Used in multi-tenant configurations.

    ParameterValue
    Requiredfalse
    Position75
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -Scope <String>

    ParameterValue
    Requiredfalse
    Position76
    Requiredfalse
    Default ValueDEFAULT
    Accept pipeline input?false
    Accept wildcard characters?false

    -ShowQualityDetails <SwitchParameter>

    ParameterValue
    Requiredfalse
    Positionnamed
    Requiredfalse
    Default ValueFalse
    Accept pipeline input?false
    Accept wildcard characters?false

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence