VMware Workspace ONE Community
PeterGkc
Enthusiast
Enthusiast

Devices Not Deleting in List View

I noticed today that when I delete devices in List View that you just see the "Deleting -" in front of the name but the device never deletes. This happened a year or two ago and was the result of a Windows Update. If you go into the the device details and delete it from there then it deletes. 

Anyone else seeing this issue right now? I am on OnPrem 2109.

0 Kudos
1 Reply
_Steven
Enthusiast
Enthusiast

Hi,

I haven't seen this issue on latest versions but you can still use the following SQL query :

SELECT DeviceID, * FROM dbo.Device WHERE FriendlyName Like 'DELETE%'

EXEC dbo.Device_Delete xx -- Replace xx with the deviceID

0 Kudos