Creating a Group based on ProcessorSolved

Participant
Discussion
7 days ago

Hey folks,

We manage a mix of personal Windows and Mac laptops, most of which run Windows VMs for work apps. We’re now trying to deploy an app to these VMs, but there’s a catch. Some run on Macs with Apple Silicon and need the ARM64 installer, while others on Windows laptops need the x64 version.

Is there a way in Hexnode to group or identify these devices based on processor architecture so we can deploy the correct version to each set?

Any suggestions are welcome!

Replies (7)

Marked SolutionPending Review
Participant
6 days ago
Marked SolutionPending Review

Hey, I think you can use dynamic device groups for that.

Marked SolutionPending Review
Participant
5 days ago
Marked SolutionPending Review

Yeah, we looked into dynamic groups, but I couldn’t find any tag or field that shows “Processor” info.

Marked SolutionPending Review
Participant
5 days ago
Marked SolutionPending Review

Hello!

It’s a bit of a workaround, but here’s what we did — we used a PowerShell script to detect the processor type (like “x64” or “ARM64”) and then manually added that info to each device’s Device Notes field.

The PowerShell script we used:

Once that’s done, you can create a dynamic group using something like:

  • Device Info > Platform, and
  • Device Info > Device Notes contains ‘ARM64’ (or ‘x64’).

It’s a bit of a hassle initially, but once set up, it makes grouping based on processor much easier.

Marked SolutionPending Review
Participant
4 days ago
Marked SolutionPending Review

That’s super helpful, thank you! We have used dynamic groups before, but didn’t even think of using the device notes field like that.

Marked SolutionPending Review
Participant
4 days ago
Marked SolutionPending Review

Where exactly do you find the Device Notes field? Is it visible by default, or do I need to enable something first?

Marked SolutionPending Review
Participant
3 days ago
Marked SolutionPending Review

Hey, you can find it in the device details page, there’s a section called Device Info. Device Notes is typically editable right from there.

Marked SolutionPending Review
Participant
3 days ago
Marked SolutionPending Review

Thanks much!

Save