0 Votes

Relevance #3019984
Log In or Register to download the BES file, and more.


Relevance

 
Used in 1 fixlet   * Results in a true/false
Show indented relevance
/*Supported Models*/ if machine name contains "MacBookPro" then (if first match (regex "([0-9])+") of machine name as integer >= 6 then true else false) else if machine name contains "iMac" then (if first match (regex "([0-9])+") of machine name as integer >= 10 then true else false) else if machine name contains "MacBookAir" then (if first match (regex "([0-9])+") of machine name as integer >= 3 then true else false) else if machine name contains "MacBook" then (if first match (regex "([0-9])+") of machine name as integer >= 6 then true else false) else if machine name contains "Macmini" then (if first match (regex "([0-9])+") of machine name as integer >= 4 then true else false) else if machine name contains "MacPro" then (if first match (regex "([0-9])+") of machine name as integer >= 5 then true else false) else if machine name contains "VMware" then (if first match (regex "([0-9])+") of machine name as integer >= 7 then true else false) else false

Property Details

ID3019984
Status
Added by
Last Modified by on 5/2/2017 2:55:26 PM
Counters 0 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/3019984'><img src='https://bigfix.me/cdb/relevanceimage/3019984?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!