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.

Remove-EPCTestGroupMember

Prev Next

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