Reset-TSTMGMTDeviceLocationData

Removes the IP Address from a device's inventory

Written by Ines

Last published at: December 14th, 2022

Removed the last verified IP Address from a device's inventory

 

SYNTAX

Delete

Reset-TSTMGMTDeviceLocationData

-Device <Device> [-Interface <guid>] [-Timeout <int>]


 DESCRIPTION

Removes the last verified IP Address from a device's inventory using the Device object.

 

EXAMPLE

Reset the last verified IP Address information for the device named 'THINSCALE'

Delete

Get-TSTMGMTDevice -DeviceName '\Devices\SRW\THINSCALE' | Reset-TSTMGMTDeviceLocationData


 

PARAMETERS

 

-Device

Device object to reset location data.

Type: ThinScale.Management.DataObjects.Device
Required: Yes
Accept Pipeline Input: Yes

 

-Interface

The interface ID returned by a previously successful call to Connect-TSTMGMTServer. This parameter is only required if you are connected to 2 or more Management Platform instances at the same time. If this parameter is not specified the connection to the last successful call to Connect-TSTMgmtServer will be used.

Type: Guid
Required: No
Accept Pipeline Input: No

 

-Timeout

The time allowed in milliseconds for the call to complete before it is deemed to have timed out and is aborted

Type: Int32
Required: No
Accept Pipeline Input: No

 

INPUTS

ThinScale.Management.DataObjects.Device

 

OUTPUTS

ThinScale.Management.DataObjects.Device