Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

New-EPCTestGroup

Prev Next

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