ChipPC - Xcalibur W Wiki

For Server 2.14.x & Agent 2.14.x

User Tools

Site Tools


Sidebar

Getting Started

Server Software Installation

Client Software Installation

First Time Use

Enrolling Client Devices


Client Access Licenses

Discovering New Clients

Enrolling Client Devices

Manage Devices

Commands Glossary

Commands to Multiple Devices

Commands to Single Device

Library

Reporting Services

Monitoring and Preventive Maintenance

Automatic Policies

Notification

Manager Options

Plugins

Advanced

manage_devices:groups_and_device_grouping:use_tags

This is an old revision of the document!


Use Tags for Custom Grouping


proVconnect allows tags to be applied to devices to make grouping easier. By default, the tags are numbered 1 thru 5. Tags can be given a friendly name via the Personalize menu.

From the device Single View, select Agent Administration > Inventory Tags.

There are two types of tags:

  • Static - These fields can be used to manually enter data such as location, date, numbers relevant for sorting purposes, etc.

Please note that the tags can also be provided by a DHCP Server. For further details, please refer to DHCP Scope Options.
  • Calculated - proVconnect’s powerful dynamic grouping technology lets administrators apply dynamic tags based on query results. proVconnect can run DOS or WMIC commands on the target device(s), gather the generated values, and use those values to populate a dynamic tag field. This allows dynamic groups based on, say, the time zone or display resolution of the remote devices.

In the example below, we query for the version of the installed OS.

As another example, the query below enables to capture the username of the user currently logged in onto the device.

WMIC ComputerSystem Get UserName |find /V "UserName" |findstr /r /v "^$"
Take care when using queries to populate dynamic tag fields, as they can be populated with a lot of data. Further information on these WMIC are available in the WMIC Commands Glossary.
manage_devices/groups_and_device_grouping/use_tags.1513865564.txt.gz · Last modified: 2021/11/21 17:19 (external edit)