ANAVEM
Reference
Languagefr
How to Deploy Network Locations Using Group Policy in Active Directory

How to Deploy Network Locations Using Group Policy in Active Directory

Learn to automatically deploy network location shortcuts to users through Group Policy Objects (GPO) in Active Directory. Create shortcuts that appear in Windows File Explorer without consuming drive letters.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 17, 2026 12 min 6
mediumactive-directory 7 steps 12 min

Why Deploy Network Locations Through Group Policy?

Network location shortcuts provide a cleaner alternative to traditional mapped network drives in Active Directory environments. Unlike mapped drives that consume drive letters (Z:, Y:, etc.), network locations appear as shortcuts in File Explorer without taking up valuable drive letter space. This approach is particularly beneficial in organizations with numerous network shares or when drive letter conflicts arise with removable media or other mapped resources.

How Do Network Locations Differ from Mapped Drives?

While both methods provide network access through Group Policy, they function differently. Mapped drives create persistent drive letter assignments that appear in "This PC," while network locations create shortcuts that can be placed on the Desktop, Start Menu, or other locations. Network locations don't require drive letters, making them ideal for environments where drive letter management is challenging or when you need to provide access to many different network shares.

What Are the Benefits of Using Group Policy for Network Location Deployment?

Deploying network locations through Group Policy Objects (GPO) provides centralized management and automatic deployment across your Active Directory environment. Administrators can target specific user groups, organizational units, or even individual users with relevant network shortcuts. This eliminates the need for manual shortcut creation on each workstation and ensures users always have access to the network resources they need, regardless of which domain-joined computer they use.

Related: How to Configure Windows 10/11 Using Group Policy Objects

Related: How to Disable Wi-Fi When Ethernet is Connected Using Group

Related: How to Customize Windows Login and Lock Screen Using Group

Implementation Guide

Full Procedure

01

Open Group Policy Management Console and Create New GPO

Start by accessing the Group Policy Management Console on your Domain Controller. This is where you'll create and configure the GPO for network location deployment.

gpmc.msc

In the Group Policy Management Console, navigate to your domain structure. Right-click on the Organizational Unit (OU) where you want to apply the network locations policy. Select Create a GPO in this domain, and Link it here.

Name your GPO descriptively, such as "Network Locations - Department Shares" or "User Network Shortcuts". This helps identify the policy's purpose when managing multiple GPOs.

Pro tip: Create separate GPOs for different departments or user groups to maintain granular control over network location deployments.

Verification: Your new GPO should appear in the Group Policy Management Console tree under the selected OU with a link icon indicating it's linked to that container.

02

Configure Network Location Shortcuts in Group Policy Preferences

Right-click your newly created GPO and select Edit. This opens the Group Policy Management Editor where you'll configure the network location settings.

Navigate to User Configuration > Preferences > Windows Settings > Shortcuts. This is where network location shortcuts are configured, unlike mapped drives which use the Drive Maps section.

Right-click in the Shortcuts area and select New > Shortcut. This opens the New Shortcut Properties dialog where you'll define your network location.

Configure the shortcut properties:

  • Action: Select "Create" (default)
  • Name: Enter a descriptive name like "Company File Server" or "Department Resources"
  • Target type: Select "File System Object"
  • Location: Choose "Desktop" or "Start Menu" depending on where you want the shortcut to appear
  • Target path: Enter the UNC path to your network share (e.g., \\fileserver01\shared\department)
Warning: Always use UNC paths (\\server\share) rather than mapped drive letters, as drive letters may not be available when the shortcut is created.

Verification: Click Apply to save the configuration. The shortcut should appear in the Group Policy Management Editor under the Shortcuts node.

03

Configure Advanced Shortcut Properties and Security Context

Click on the Common tab in the shortcut properties dialog to configure advanced settings that control how and when the network location is deployed.

Essential Common tab settings:

  • Run in logged-on user's security context: Check this box to ensure the shortcut uses the user's credentials when accessing the network location
  • Remove this item when it is no longer applied: Check this to automatically clean up shortcuts when users are moved out of the GPO scope
  • Apply once and do not reapply: Uncheck this to ensure shortcuts are recreated if deleted by users

For enhanced security and targeting, configure Item-level Targeting by clicking the Targeting... button. This allows you to apply the network location only to specific users or groups.

<!-- Example targeting configuration -->
<TargetingItem xsi:type="q1:SecurityGroup_Type">
  <q1:name>Domain\Department-Users</q1:name>
  <q1:userInGroup>true</q1:userInGroup>
</TargetingItem>

Click OK to save all shortcut configurations and return to the Group Policy Management Editor.

Verification: Review the shortcut entry in the Shortcuts node. It should display the correct target path and show any targeting criteria you've configured.

04

Create Multiple Network Location Shortcuts for Different Shares

Repeat the shortcut creation process for additional network locations your users need access to. This might include department-specific shares, common resources, or application data folders.

Common network location examples to deploy:

Location NameUNC Path ExampleTypical Users
Department Files\\fileserver01\departments\hrHR Department
Company Resources\\fileserver01\shared\companyAll Users
Project Archives\\fileserver02\projects\archiveProject Managers
Software Repository\\fileserver01\software\approvedIT Staff

For each additional shortcut, right-click in the Shortcuts area and select New > Shortcut. Configure each with appropriate names, target paths, and targeting criteria.

Pro tip: Use consistent naming conventions for your network location shortcuts. Consider prefixes like "NET - Department Files" or "SHARE - Project Data" to help users identify network locations quickly.

Consider creating shortcuts that point to different locations on the user's system:

  • Desktop shortcuts: Most visible but can clutter the desktop
  • Start Menu shortcuts: Organized under Programs menu
  • Quick Access shortcuts: Appear in File Explorer's Quick Access area

Verification: Each network location should appear as a separate entry in the Group Policy Management Editor's Shortcuts section with its configured target path and properties.

05

Configure Group Policy Security Filtering and Scope

Return to the Group Policy Management Console and select your network locations GPO. Click on the Scope tab to configure which users and computers will receive the network location shortcuts.

By default, the GPO applies to "Authenticated Users". To restrict deployment to specific groups:

  1. Click Add under Security Filtering
  2. Select the appropriate security groups (e.g., "Department-Users", "Project-Team-Alpha")
  3. Remove "Authenticated Users" if you want to limit scope to specific groups

Configure WMI Filtering if you need to target specific operating systems or hardware configurations:

-- Example WMI filter for Windows 11 only
SELECT * FROM Win32_OperatingSystem WHERE Version LIKE "10.0.22%"

Link the GPO to additional OUs if needed by right-clicking the GPO and selecting Add Link. This allows the same network locations to be deployed across multiple organizational units.

Warning: Be cautious when linking GPOs to high-level OUs like the domain root, as this will apply network locations to all users in the domain, potentially creating unnecessary network traffic and user confusion.

Verification: Check the Scope tab shows your intended security groups and linked OUs. Use the Group Policy Results Wizard to simulate policy application for test users.

06

Test Group Policy Application and Force Updates

Before deploying to all users, test the network location deployment on a few client machines. Log into a domain-joined computer with a user account that should receive the network locations.

Force an immediate Group Policy update on the test client:

gpupdate /force /target:user

Check if the network location shortcuts appear in the expected locations (Desktop, Start Menu, etc.). Open File Explorer and verify the shortcuts work correctly by clicking on them.

Use Group Policy Results to verify policy application:

gpresult /h C:\temp\gpresult.html /user DOMAIN\testuser

Open the generated HTML report and look for your network locations GPO in the applied policies section. This confirms the policy is being processed correctly.

Test network location functionality:

  • Click on each network location shortcut
  • Verify File Explorer opens to the correct network path
  • Test file access permissions (read, write, delete as appropriate)
  • Confirm shortcuts persist after user logout/login
Pro tip: Create a test OU with a few user accounts specifically for GPO testing. This allows you to validate policies without affecting production users.

Verification: Network location shortcuts should appear in their configured locations and successfully open the target network paths when clicked. The gpresult report should show your GPO as successfully applied.

07

Monitor Group Policy Application and Troubleshoot Issues

Monitor the deployment across your environment using Group Policy Management Console's built-in reporting features. Check the Group Policy Results for different users to ensure consistent application.

Common troubleshooting steps for network location deployment issues:

If shortcuts don't appear:

gpupdate /force
rsop.msc

Use the Resultant Set of Policy (RSoP) tool to see which policies are being applied and identify conflicts.

If shortcuts appear but don't work:

  • Verify network connectivity: ping fileserver01
  • Test UNC path access: \\fileserver01\shared in Run dialog
  • Check share permissions and user access rights
  • Verify DNS resolution for server names

Check Group Policy event logs:

Get-WinEvent -LogName "Microsoft-Windows-GroupPolicy/Operational" | Where-Object {$_.TimeCreated -gt (Get-Date).AddHours(-1)}

Review Group Policy processing events to identify errors or warnings related to your network locations GPO.

Use Group Policy Management Console's Group Policy Results wizard to generate detailed reports for specific users experiencing issues. This shows exactly which policies applied and any errors encountered.

Warning: Network location shortcuts may fail if the target server is unavailable during login. Consider implementing DFS (Distributed File System) for high availability of network shares.

Verification: Run gpresult /r on client machines to confirm the network locations GPO is listed under "Applied Group Policy Objects" and no errors are reported in the Group Policy event logs.

Frequently Asked Questions

What's the difference between network location shortcuts and mapped drives in Group Policy?+
Network location shortcuts create File Explorer shortcuts without consuming drive letters, while mapped drives assign specific drive letters (like Z: or Y:) to network shares. Network locations are more flexible for environments with many shares and don't conflict with removable media drive letters. Both can be deployed through Group Policy, but network locations use the Shortcuts preference while mapped drives use the Drive Maps preference.
Can network location shortcuts work offline or when the server is unavailable?+
No, network location shortcuts require active network connectivity to the target server to function. If the server is unavailable or the user is offline, clicking the shortcut will result in an error. For better availability, consider implementing DFS (Distributed File System) which can provide redundancy and failover capabilities for your network shares.
How do I target network location shortcuts to specific user groups in Active Directory?+
Use Security Filtering in the Group Policy Management Console to target specific Active Directory security groups. Remove 'Authenticated Users' from the Security Filtering section and add your desired groups (like 'HR-Users' or 'Finance-Team'). You can also use Item-level Targeting within the shortcut properties for more granular control based on group membership, OU location, or other criteria.
Why aren't my network location shortcuts appearing on client computers?+
Common causes include: Group Policy not being applied (run 'gpupdate /force'), incorrect security filtering or targeting settings, network connectivity issues between client and domain controller, or the GPO not being linked to the correct OU. Use 'gpresult /r' to verify the GPO is being applied and check the Group Policy event logs for specific error messages.
Can I deploy network location shortcuts to appear in Windows File Explorer's Quick Access area?+
While Group Policy Preferences can create shortcuts on the Desktop or Start Menu, adding items directly to Quick Access requires different approaches. You can create shortcuts that users can manually pin to Quick Access, or use registry modifications through Group Policy to pre-populate Quick Access items. However, the most reliable method is creating Desktop shortcuts that users can easily access and pin to Quick Access as needed.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...