
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022
02:23 PM
- last edited on
‎06-30-2023
01:54 PM
by
ErikT
Dear All
I have a report which checks the version of the Cisco VPN client , I have a Deployment package to install the current release. I can create a scheduled deployment using both of the above which is great , However how do I not deploy this to machines which are connected to the vpn. Can I exclude IP ranges from the deployment ?
Many Thanks
- Labels:
-
Deployment discussions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 02:07 AM - edited ‎12-01-2022 02:20 AM
Make an IP Location for the VPN subnet(s) and then join the table:
Left Outer Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
And then put it in the WHERE clause where it is NOT EQUAL to the IP Location:
WHERE tsysIPLocations.IPLocation <> 'THE NAME YOU NAMED THE VPN SUBNET'
