Returns the number of active devices synced within the last 30 days. A useful metric when reconciling services in the Gradient MSP billing module.
roamingComputers[?lastSyncStatus !=
Uninstalled
&& daysSinceLastSync_r <=
30
].[name,daysSinceLastSync_r ,
days
]| length(@)