TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Page Details
First published by
JudithH [msft]
When:
6 Jul 2012 4:39 PM
Last revision by
Carsten Siemens
(eMicrosoft Partne)
When:
14 May 2013 6:03 AM
Revisions:
3
Comments:
1
Options
Revision #1
Wiki
>
TechNet Articles
>
Troubleshooting the Drive Maps preference extension in Group Policy: Adding a share name with trailing slash '\' returns error code 0x80070035
>
Revision #1
Troubleshooting the Drive Maps preference extension in Group Policy: Adding a share name with trailing slash '\' returns error code 0x80070035
You are currently reviewing an older revision of this page.
Go to current version
This topic looks at why Drive Maps preference extension does not process when the share name contains a trailing slash '\'.
Scenario:
The share name is entered in the location text box of the New Drive Properties when creating a Drive Maps preference item with a trailing slash '\', for example, if creating a mapped drive to the NETLOGON share for a domain controller, CONTOSO-DC
\\CONTOSO-DC\NETLOGON\
Note the trailing slash.
In this case, the Drive Maps preference extension will fail to map the drive with an error code of 0x80070035.
Solution:
The error code, 0x80070035, resolves to 'network path cannot be found.'
The Group Policy Drive Maps preference extension calls the same APIs as the 'net use' commands. And if you try to map a drive from the command line with this same share name, you will see the error message.
The reason why it works in the Mapped drive UI and does not work for the Drive Maps preference extension is that the Mapped drive UI removes the trailing slash before calling the APIs for mapping the drive.
Troubleshooting:
If you receive a 'network path cannot be found' error after the Drive Maps preference extension processes, try:
Verify there is not trailing slash '\' at the end of the share name entered in the location text box of the New Drive Properties for the failing Drive Maps preference item.
If there is no trailing slash '\' on the end of the share name then verify the share can be mapped from the command prompt:
Open the command prompt
From the command prompt type 'net use * \\computername\sharename' where \\computername\sharename represents the share entered in the Drive Maps preference item
If you have verified the share can be mapped on your computer, but it is still failing on some clients, then verify the share can be mapped from the client computer in question:
Remote to the client with the failing Drive Maps preference extension processing
Open the command prompt
From the command prompt type 'net use * \\computername\sharename' where \\computername\sharename represents the share entered in the Drive Maps preference item.
See Also
Unrelated to the trailing '\' slash problem, Drive Maps preference extension may fail to map the drive when the client computer is running Vista and the user is a local admin. The issue arises due to User Account Control (UAC). This issue has been fixed on later versions of Windows. For more information, see
http://social.technet.microsoft.com/Forums/en/winserverGP/thread/ccea02b7-341f-4867-913d-4fa934430f9a
.
Return to the Group Policy troubleshooting portal on the wiki,
see
http://social.technet.microsoft.com/wiki/contents/articles/2200.wiki-troubleshooting-portal.aspx#Group_Policy
Revert to this revision