Set-EPCTestPoint
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-EPCTestPoint
- 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
Update the name and/or description for a given EPC test point
Syntax
Set-EPCTestPoint
-UUID (String)
-Name (String)
-Description (String)
Examples
Example 1
Set-EPCTestPoint -UUID d4a1437f-1f18-11ec-cf33-0daedf04882a -Name 'New Name' -Description 'Updated description'
Updates the selected test point's name and description
Parameters
-UUID <String>
The UUID of the test point to update
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Name <String>
The display name to set on the test point
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Description <String>
The description to set on the test point
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?