Remove-EPCTestGroup
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-EPCTestGroup
- 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 existing EPC test group
Syntax
Remove-EPCTestGroup
-Name (String)
-TGID (Int32)
Examples
Example 1
Remove-EPCTestGroup -Name 'My Test Group'
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?