Add-EPCTestGroupMember
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Add-EPCTestGroupMember
- 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
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 |
Was this article helpful?