- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Device group with same OS Version
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 06:32 AM
Hello,
I've tried to put all Swicthes withe the same OS Version in one device group.
Following is my membership criteria:
$Assurance > 75 and $Version like /^15.2.(2)E8*/
Can you see any misstake? Is it possible to group by OS Version?
Solved! Go to Solution.
Re: Device group with same OS Version
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 06:43 AM
Mick,
You will require to escape those characters in the expression. Like will match the following regular expression,
For example: /15\.2\.\(2\)E8/ will match the specific version you are looking for.
To help you build regular expressions check out https://regexr.com/
Re: Device group with same OS Version
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 06:51 AM - edited 11-20-2018 11:18 PM
Thanks Ingmar
I really have to get into that RegEx thing