Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW Excluding Application deployment to VPN clients

  • Thread starter Thread starter Sukhjit
  • Start date Start date
  • Replies Replies 1
  • Views Views 3K

Sukhjit

Member
Messages
10
Reaction score
2
Points
3
Looking for way to exclude VPN clients to get specific deployment. In our boundaries we have VPN subnets as well. Is there any way to exclude these from specific application deployment?
 
Best way would be to create a global condition that detects wether a client is a vpn client or not. This global condition can be imported as requirement into a application. The client would evaluate this condition right before installing the application.

Another method would be to create a collection with a query that returns all vpn clients. This collection can be excluded from you install collection. With this method vpn clients wouldn't even get the deployment. If you use this method there is a disadvantage. A client has to report each change to the SCCM Server before it can be evaluated. This might lead to timing problems which could end in the device installing the software before getting removed from your install collection.
 
Back
Top