Get-EPCTestPoint
    • 04 Nov 2021
    • 1 Minute to read
    • Contributors
    • Dark
      Light
    • PDF

    Get-EPCTestPoint

    • Dark
      Light
    • PDF

    Article Summary

    Return information about a given EPC test point

    Syntax

    Get-EPCTestPoint
      -Name  (String)
      -Status  (String)
      -OrgID  (String)
      -OSArch  (String)
      -Version  (String)
      -RGName  (String)
      -RGID  (String)
      -ResultSize  (Int32)
    

    Examples

    Example 1

    Get-EPCTestPoint
    

    Returns information about the first 1000 test points

    Example 2

    Get-EPCTestPoint -Name 'TFerguson Laptop'
    

    Returns information about a specific test point using the test point name

    Example 3

    Get-EPCTestPoint -Status Connected -OrgID Contoso
    

    Returns information about connected test points in the Contoso organization

    Parameters

    -Name <String>
    The name of a specific test point to retrieve information about. Will do partial matches.

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

    -Status <String>
    Only return information about test points with a specified status

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

    -OrgID <String>
    Only return information about test points within a specified organization

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

    -OSArch <String>
    Only return information about test points that match the given OS architecture

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

    -Version <String>
    Only return information about test points that match the given version

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

    -RGName <String>
    Only return information about test points that are within a given resource group
    Can specify either RG name or ID

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

    -RGID <String>
    Only return information about test points that are within a given resource group
    Can specify either RG name or ID

    ParameterValue
    Requiredfalse
    Position7
    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
    Position8
    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, a super-smart generative AI, opening up ways to have tailored queries and responses