Creating a Tag with OS Type?
I want to create a tag for all devices that have Cove Backup installed and are Workstations (and another tag for Cove Backup on Servers)
Solution:Jump to solution
You can create custom tags using a script and the registry, similar what I've done here - https://discord.com/channels/1170941416516620306/1386806897591586987/threads/1390513006336807085
6 Replies

Old tag, but same principle.
For Cove the value would be Backup Manager
Thanks, I created one like that already, but I would like the tag to only apply if the device is a workstation, as Cove pricing is different depending on if it's a Server or Desktop.
Probably I could find a registry key to reference if needed.
I also need to distinguish between a Physical Server and a Virtual Server

Solution
You can create custom tags using a script and the registry, similar what I've done here - https://discord.com/channels/1170941416516620306/1386806897591586987/threads/1390513006336807085
Thanks I'll look into that for more complex scenarios. For now I am checking a registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallationType
