Remove-EPCTestGroupMember
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-EPCTestGroupMember
- 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
Removes an EPC test point from an EPC test group
Syntax
Remove-EPCTestGroupMember
-TestGroupName (String)
-TestPointName (String)
Examples
Example 1
Remove-EPCTestGroupMember -TestGroupName MyGroup -TestPointName TPTest
Removes TPTest from the MyGroup group
Parameters
-TestGroupName <String>
The name of the test group to remove the member from
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TestPointName <String>
The name of the test point to remove from the test group
Parameter | Value |
---|---|
Required | true |
Position | 2 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?