New-EPCTestGroup
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
New-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
Create a new EPC test group
Syntax
New-EPCTestGroup
-Name (String)
-Type (String)
Examples
Example 1
New-EPCTestGroup -Name MyGroup -Type Agent
Creates an agent test group called MyGroup
Parameters
-Name <String>
The name of the test group
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Type <String>
The type to assign to the test group
Parameter | Value |
---|---|
Required | true |
Position | 2 |
Required | true |
Default Value | Agent |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?