Get-NectarExtISPs
    • 15 May 2023
    • 1 Minute to read
    • Dark
      Light
    • PDF

    Get-NectarExtISPs

    • Dark
      Light
    • PDF

    Article summary

    Returns a list of ISPs found via IP geolocation

    Description

    Most call records include the user's external IP address. Nectar DXP does a geo-IP lookup of the external IP address and stores the geographic information for later use. This command will return all the ISPs where Nectar DXP was able to successfully geolocate an external IP address.

    Syntax

    Get-NectarExtISPs
      -SearchQuery  <String>
      -TenantName  <String>
      -ResultSize  <Int32>
    

    Examples

    Example 1

    Get-NectarExtISPs
    

    Returns the first 1000 ISPs sorted alphabetically.

    Example 2

    Get-NectarExtISPs -ResultSize 5000
    

    Returns the first 5000 ISPs sorted alphabetically.

    Example 3

    Get-NectarExtISPs -SearchQuery Be
    

    Returns all ISPs that contain the letters 'be'

    Parameters

    -SearchQuery <String>
    The name of the city to locate. Can be a partial match, and may return more than one entry.

    ParameterValue
    Requiredfalse
    Position1
    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
    Position2
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ResultSize <Int32>
    The number of results to return. Defaults to 1000.

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

    Was this article helpful?

    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