<p><a href="http://wincert.net/wp-content/uploads/2015/01/microsoft-windows.jpg"><img class="alignnone size-full wp-image-517" src="http://wincert.net/wp-content/uploads/2015/01/microsoft-windows.jpg" alt="microsoft windows,windows,microsoft,grayed,network location type,homegroup,deployment,java certificates,accessing information" width="720" height="340" /></a></p>
<p>If you are systems administrator and you are using separate administrative accounts for Admin access to domain servers you have probably run into this issue.</p>
<p>If you access the server resource / share with your domain account, the share will open, but you are not able to browse folders on that share because you need and Administrative permission for that.</p>
<p>Therefore you try to access the share by using Admin share like \\Servername\D$ and once you enter your Admin credentials you will receive the following error message:</p>
<p>You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.</p>
<p>Multiple connections to a server or shared resource by the same user&#8230;.</p>
<p><!--more--></p>
<p><img class=" size-full wp-image-410" src="http://wincert.net/wp-content/uploads/2012/11/multiple connections.PNG" alt="" width="572" height="215" border="0" /></p>
<p>To fix this please do the following. Open Command Prompt ant type:</p>
<p><strong>net use</strong></p>
<p>You will see a mapped share that you have accessed with your domain account without the drive letter. To delete this share use this command:</p>
<p><strong>net use /delete \\servername\share</strong></p>
<p>This should fix &#8220;Multiple Connections&#8221; issue and you should now be able to use the Admin share ($) to access the server.</p>