cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tcooper
Engaged Sweeper III
Looking at a report, it looks like we have over 1000 devices with their assettypelock set to True. Is there a way to bulk set them to false or do I need to go to each device individually?
1 REPLY 1
Esben_D
Lansweeper Employee
Lansweeper Employee
Pretty simple script you can use 😉

Backup your database first, then:


Update tblAssets
set AssetTypeLock = 0


This will uncheck them all.