Is there a way to create a sccm collection that detects when machines login outside of its assigned IP Range?
Our C-Suite folks want to know when users are logging in outside of the assigned IP range of just say 02.xx.xx.xx. to 02.xx.xx.xx
I've tried some queries but they wont return results
here's a sample one
SELECT *
FROM SMS_R_System
WHERE NOT (IPAddress BETWEEN '10.65.0.0' AND '10.65.255.255')
Our C-Suite folks want to know when users are logging in outside of the assigned IP range of just say 02.xx.xx.xx. to 02.xx.xx.xx
I've tried some queries but they wont return results
here's a sample one
SELECT *
FROM SMS_R_System
WHERE NOT (IPAddress BETWEEN '10.65.0.0' AND '10.65.255.255')