Answered by:
"Map Network Drive" for specific IP range.

Question
Answers
-
GP-Preferences Item-Level-Targeting can do this easily for you, here are some examples;
Don
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
-
1) First open Group Policy Management
2) Create GPO for each vlan and rename it to easy finding from list. And edit it to Map the drive. Or any config you want to be applied for each VLAN
3) Create WMI filter for each VLAN and rename it for each VLAN. And type the command for each VLAN:
only IP address wil change for each WMI filter. For VLAN101 will be 172.30.10.% - % means any.
4) Link each WMI filter to the each GPO you have created.
There for each VLAN configuration selected WMI filter will be applied (IP configuration)
At the end you can also set a security filter. There it will be applie only to selected users or Group you want.
FOr examle: You have created GPO VLAN101 and WMI filter VLAN101 and linked them. But this will be applied to all users. Then you can seperate VLAN101 users by the grouping. Then Goto GPO and on the security filtering tab delete Authenticated users from list and add VLAN101 group or VLANxx group or users you want to apply these settings:
Remember: For each GPO apply specified USers and Specified WMI filter.
GPO - All configurations you want to apply
WMI filter - Selected IP address range to apply GPO
Security filtering - Users to whom it will be applied.
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
-
HI!
Map your network drive for and apply WMI filter for specified IP address
WMI filter is the best solution. Goto WMI filter:
SELECT * FROM Win32_IP4RouteTable WHERE Mask = "255.255.255.255" and Caption LIKE "172.30.%.%"
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
- Edited by Khalid Garayev Monday, October 12, 2015 3:14 AM
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
All replies
-
HI!
Map your network drive for and apply WMI filter for specified IP address
WMI filter is the best solution. Goto WMI filter:
SELECT * FROM Win32_IP4RouteTable WHERE Mask = "255.255.255.255" and Caption LIKE "172.30.%.%"
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
- Edited by Khalid Garayev Monday, October 12, 2015 3:14 AM
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
-
GP-Preferences Item-Level-Targeting can do this easily for you, here are some examples;
Don
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
-
-
1) First open Group Policy Management
2) Create GPO for each vlan and rename it to easy finding from list. And edit it to Map the drive. Or any config you want to be applied for each VLAN
3) Create WMI filter for each VLAN and rename it for each VLAN. And type the command for each VLAN:
only IP address wil change for each WMI filter. For VLAN101 will be 172.30.10.% - % means any.
4) Link each WMI filter to the each GPO you have created.
There for each VLAN configuration selected WMI filter will be applied (IP configuration)
At the end you can also set a security filter. There it will be applie only to selected users or Group you want.
FOr examle: You have created GPO VLAN101 and WMI filter VLAN101 and linked them. But this will be applied to all users. Then you can seperate VLAN101 users by the grouping. Then Goto GPO and on the security filtering tab delete Authenticated users from list and add VLAN101 group or VLANxx group or users you want to apply these settings:
Remember: For each GPO apply specified USers and Specified WMI filter.
GPO - All configurations you want to apply
WMI filter - Selected IP address range to apply GPO
Security filtering - Users to whom it will be applied.
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
- Proposed as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, October 26, 2015 7:59 AM
- Marked as answer by Amy Wang_Microsoft contingent staff, Moderator Monday, November 09, 2015 3:27 PM
-
Hi,
Please remember to mark useful replies as answers, so that it would be much more efficient for other forum community members to find useful information.
Best Regards,
Amy
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.