Mapped Drive - adaley0518/Tech_Journal GitHub Wiki
Steps to creating a Group Policy to a Mapped Drive for all users of a certain group:
- On the ad01 go to the 'server manager'
 - With the Active Directory role installed --> open 'Group Policy Management' under the tools tab
 - Open 'forest' --> 'Domains' --> till your domain 'amber.local'
 - right-click and open 'create a GPO in this domain etc'
 - Give it a name 'Sales Mapped Drive'
 - Right-click on the GPO just created
 - click 'Edit'
 - Go through 'User Configuration' --> 'Preferences' --> 'Windows Settings' --> 'Drive Maps'
 - right-click on 'Drive Maps' --> 'new' --> 'Mapped Drive'
 - In the general properties
 
- location: input the path of the folder you want to put in the drive
 - Select the Drive letter
 - check off reconnect
 - leave everything else the same
 
- in the Common tab properties
 
- check off 'run in logged-on user's security context'
 - click apply then okay
 
- Either reboot PC or run gpupdate /force in cmd or both