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.

Set-EPCTestPoint

Prev Next

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