@Wayne-Workman said:

@Scott-B Just get rid of those…

Backup your DB first. FOG Configuration -> Configuration Save -> Export

For an individual:

update inventory set iOtherTag='' where iID=1972;

For everything:

update inventory set iOtherTag='' where iOtherTag like '%\\\\\\\\\\\\\\%';

Thank you, that cleaned up the list very well.