Get-EPCTestGroupMembers
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-EPCTestGroupMembers
- Updated on 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Returns a list of test points associated with a given test group
Syntax
Get-EPCTestGroupMembers
-Name (String)
-TGID (Int32)
Examples
Example 1
Get-EPCTestGroupMembers -ID 4
Parameters
-Name <String>
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TGID <Int32>
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | 0 |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?