→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hgreenwood
Engaged Sweeper

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

 

 

 

1 REPLY 1
rom
Champion Sweeper III

Make an IP Location for the VPN subnet(s) and then join the table:

rom_0-1669857614840.png

 

 

 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'

 

Deployment Packages

Share topics/ issues related to deployment packages. Please use/rely on content with caution as it is publicly generated.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now