I have a requirement to fulfill related to Drive mapping through GPO.
We have a domain (let's call it contoso.com). Under contoso, we have an OU "InfraComputers" where there are 1000s of Server's Computers Objects Under contoso, we have multiple OUs named NorthAmerica, Europe, Asia, and these OUs have multiple Sub OUs for each site. These Sub OUs have User Objects
The requirement is to Drive Maps to only these 2 Servers (let's call them ServerA & ServerB) so no matter which user logs in to these 2 Servers, they should see Network Drives mapped using GPO
Note: The Drive Maps should not happen on any other servers.
My understanding is the following:
- Create a GPO and link it to InfraComputers
- Remove Authenticated Users from Security Filtering and add these 2 Computer Objects
- Create the Drive Mapping with appropriate Shares Paths
- Since Drive Mapping is User Configuration and won't apply to Computers unless Loopback is enabled. So I plan to Enable Loopback with Merge Mode
I am trying to understand if this is a good way to implement Drive Mapping through GPO to few Servers? OR if there is a flaw in this approach? Also if there is a better way to map Drives