- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-EPCTestPoint
- Updated on 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
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.
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Status <String>
Only return information about test points with a specified status
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-OrgID <String>
Only return information about test points within a specified organization
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-OSArch <String>
Only return information about test points that match the given OS architecture
Parameter | Value |
---|---|
Required | false |
Position | 4 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Version <String>
Only return information about test points that match the given version
Parameter | Value |
---|---|
Required | false |
Position | 5 |
Required | false |
Default Value | None |
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
Parameter | Value |
---|---|
Required | false |
Position | 6 |
Required | false |
Default Value | None |
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
Parameter | Value |
---|---|
Required | false |
Position | 7 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-ResultSize <Int32>
The number of results to return. Defaults to 1000.
Parameter | Value |
---|---|
Required | false |
Position | 8 |
Required | false |
Default Value | 1000 |
Accept pipeline input? | false |
Accept wildcard characters? | false |