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.

Add-EPCTestGroupMember

Prev Next

Adds an EPC test point to an EPC test group

Syntax

Add-EPCTestGroupMember
  -TestGroupName  (String)
  -ResourceGroupName  (String)
  -TestPointName  (String)
  -InterfaceID  (String)
  -IPAddress  (String)

Examples

Example 1

Add-EPCTestGroupMember -TestGroupName MyTestGroup -ResourceGroupName MyRG -TestPointName 'TFerguson laptop' -InterfaceID 'Primary Network Adapter' -IPAddress '192.168.1.20'

Adds the given test point to the MyTestGroup test group

Parameters

-TestGroupName <String>
The name of the test group to add the member to

Parameter Value
Required true
Position 1
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-ResourceGroupName <String>
The name of the resource group associated with this test group

Parameter Value
Required true
Position 2
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-TestPointName <String>
The name of the test point to add to the test group

Parameter Value
Required true
Position 3
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-InterfaceID <String>
The interface ID of the test point

Parameter Value
Required true
Position 4
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-IPAddress <String>
The IP address associated with the given interface

Parameter Value
Required true
Position 5
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false