<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admins Goodies &#187; network-share</title>
	<atom:link href="http://adminsgoodies.com/tag/network-share/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 21 May 2013 16:33:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Windows shared folder access from a domain user to a non-domain user</title>
		<link>http://adminsgoodies.com/windows-shared-folder-access-from-a-domain-user-to-a-non-domain-user/</link>
		<comments>http://adminsgoodies.com/windows-shared-folder-access-from-a-domain-user-to-a-non-domain-user/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 17:34:17 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/windows-shared-folder-access-from-a-domain-user-to-a-non-domain-user/</guid>
		<description><![CDATA[I have two computer, the first one is the server (so WinXP) with a shared folder granted for user &#8220;test&#8221; and this is out of domain, it is just in WORKGROUP. The second computer is a client computer (WS2012) in domain and i would like to access directly to the shared folder of the server without prompting username/password. I tried to add a &#8220;test&#8221; user (with the same password) in localuser of the client and [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have two computer, the first one is the server (so WinXP) with a shared folder granted for user &#8220;test&#8221; and this is out of domain, it is just in WORKGROUP.<br />
The second computer is a client computer (WS2012) in domain and i would like to access directly to the shared folder of the server without prompting username/password.</p>
<p>I tried to add a &#8220;test&#8221; user (with the same password) in localuser of the client and also in the domain, but the access fails.</p>
<p>I need this on.the.fly access because i need some file from share just with a file path<br />
(ex. \server\path\file.txt) without prompting.</p>
<p>thank you.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/122715/tobia" target="_blank">Tobia</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You have a few options. </p>
<ol>
<li>
<p>Create a local account on each machine with the exact same username and password. Have your batch job run as this account. Give this account permission to access the share. This is called pass-through authentication and it&#8217;s an ugly hack and holdover from the early days.</p>
</li>
<li>
<p>Give <a href="http://serverfault.com/q/272409/10472">Everyone access and enable anonymous authentication</a>. This is <em>extremely</em> insecure and you shouldn&#8217;t do this either.</p>
</li>
<li>
<p>The &#8220;correct&#8221; way to handle this is to join the server to the domain and use a domain account that has access to the share to run the batch job in question.</p>
</li>
</ol>
<div class="author">Answered by <a href="http://serverfault.com/users/10472/mdmarra" target="_blank">MDMarra</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/469981/windows-shared-folder-access-from-a-domain-user-to-a-non-domain-user" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/windows-shared-folder-access-from-a-domain-user-to-a-non-domain-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is A Network Copy Timeout Likely To Show Up In Event Viewer Logs?</title>
		<link>http://adminsgoodies.com/is-a-network-copy-timeout-likely-to-show-up-in-event-viewer-logs/</link>
		<comments>http://adminsgoodies.com/is-a-network-copy-timeout-likely-to-show-up-in-event-viewer-logs/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 16:37:24 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/is-a-network-copy-timeout-likely-to-show-up-in-event-viewer-logs/</guid>
		<description><![CDATA[I am trying to copy a 1.2Gb file between a Windows 7 workstation and a Windows Server 2003 system. That same server also hosts our enterprise&#8217;s shares, most of them anyway. The copy from the workstation to the server times out. If not in the event logs, where might this timeout event be recorded? Furthermore, what tools exist, other than doing something like running Wireshark, that would let me see the details of the failure? [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am trying to copy a 1.2Gb file between a Windows 7 workstation and a Windows Server 2003 system. That same server also hosts our enterprise&#8217;s shares, most of them anyway. </p>
<p>The copy from the workstation to the server times out. If not in the event logs, where might this timeout event be recorded? Furthermore, what tools exist, other than doing something like running Wireshark, that would let me see the details of the failure?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/113872/octopusgrabbus" target="_blank">octopusgrabbus</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>No, this sort of thing won&#8217;t be in the event logs; however, if the root cause was something (like a NIC losing connection or failing hard drive) that would be recorded, you could see if there&#8217;s anything correlated.</p>
<p>If the problem is being caused by the network, and if you have managed switches (assuming this is all on the same LAN), then you might see some errors on the port(s). That might be similar to what you could see in Wireshark from one host or the other, if you know how to read its output.</p>
<p>How are you doing the copy? Explorer drag-n-drop, or copy, xcopy, robocopy? I prefer to use the last one, because it has decent error codes, retry options, and logging. Try it with robocopy and see what results you get.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/29373/mfinni" target="_blank">mfinni</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/461436/is-a-network-copy-timeout-likely-to-show-up-in-event-viewer-logs" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/is-a-network-copy-timeout-likely-to-show-up-in-event-viewer-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a directory per each user with only access to the user and domain administrator?</title>
		<link>http://adminsgoodies.com/how-to-create-a-directory-per-each-user-with-only-access-to-the-user-and-domain-administrator/</link>
		<comments>http://adminsgoodies.com/how-to-create-a-directory-per-each-user-with-only-access-to-the-user-and-domain-administrator/#comments</comments>
		<pubDate>Sun, 02 Dec 2012 17:36:00 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[windows-server-2008]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-to-create-a-directory-per-each-user-with-only-access-to-the-user-and-domain-administrator/</guid>
		<description><![CDATA[For my company, I would like to create a single directory for each user in a server. Each directory must be personal, and I would like to create a desktop link to that directory. For example, in my server SERVER01 I need a simple structure like users\johnsmithusers\robertgreenusers\johndoe Each directory must have a limit of 5 gigabytes and must be accessible only to the single user and to the domain administrator. How to do in Active [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>For my company, I would like to create a single directory for each user in a server. Each directory must be personal, and I would like to create a desktop link to that directory. For example, in my server SERVER01 I need a simple structure like</p>
<pre><code>users\johnsmithusers\robertgreenusers\johndoe
</code></pre>
<p>Each directory must have a limit of 5 gigabytes and must be accessible only to the single user and to the domain administrator. How to do in Active Directory? With a script?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/13809/stighy" target="_blank">stighy</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You should look into using Folder Redirection. This way, your users will be able to use their normal folders like Documents and Desktop, and it will be transparently mapped to the folder on the server whenever they log in. It&#8217;s a part of the Group Policy settings in Active Directory.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/125823/pipedreambomb" target="_blank">pipedreambomb</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/453808/how-to-create-a-directory-per-each-user-with-only-access-to-the-user-and-domain" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-to-create-a-directory-per-each-user-with-only-access-to-the-user-and-domain-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>net use &#8211; System error 1920 has occurred</title>
		<link>http://adminsgoodies.com/net-use-system-error-1920-has-occurred/</link>
		<comments>http://adminsgoodies.com/net-use-system-error-1920-has-occurred/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 17:36:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[windows-server-2008]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/net-use-system-error-1920-has-occurred/</guid>
		<description><![CDATA[On Windows Server 2008 R2, when I run the following command I am getting the 1920. I&#8217;ve tried pretty much everything I am aware of and I can&#8217;t figure out what causes the error. When I try to map the same network share using the UI and same credentials, everything works fine. net use * \\EAAA-12345\C$\ /USER:\\EAAA-12345\Administrator Passw0rd /PERSISTENT:NO Anybody knows how to get rid of the 1920 error? Asked by Martin Remove the back-slash [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>On Windows Server 2008 R2, when I run the following command I am getting the 1920. I&#8217;ve tried pretty much everything I am aware of and I can&#8217;t figure out what causes the error. When I try to map the same network share using the UI and same credentials, everything works fine.</p>
<pre><code>net use * \\EAAA-12345\C$\ /USER:\\EAAA-12345\Administrator Passw0rd /PERSISTENT:NO
</code></pre>
<p>Anybody knows how to get rid of the 1920 error?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/12710/martin" target="_blank">Martin</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Remove the back-slash after the C$ and remove the back-slash between USER: and EAAA-12345.</p>
<p>So it should look like this:</p>
<pre><code>net use * \\EAAA-12345\C$ /USER:EAAA-12345\Administrator Passw0rd /PERSISTENT:NO
</code></pre>
<div class="author">Answered by <a href="http://serverfault.com/users/57701/sane" target="_blank">Sane</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/449620/net-use-system-error-1920-has-occurred" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/net-use-system-error-1920-has-occurred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve file transfer speed between Windows PCs and servers [closed]</title>
		<link>http://adminsgoodies.com/improve-file-transfer-speed-between-windows-pcs-and-servers-closed/</link>
		<comments>http://adminsgoodies.com/improve-file-transfer-speed-between-windows-pcs-and-servers-closed/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 16:33:34 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[file-sharing]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/improve-file-transfer-speed-between-windows-pcs-and-servers-closed/</guid>
		<description><![CDATA[I&#8217;ve setup a server which I&#8217;ve connected to multiple PCs in my workplace. Sadly, data transfer speeds are at max 3 MB/sec per connection which works out slow for file transfers, especially when transferring large files. I&#8217;m using Windows filesharing and the server is a Windows Server 2008 (2 Ghz CPU, 1 GB RAM) and the client PCs mostly running Windows 7. How can I detect bottlenecks in my network and improve file sharing speed [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;ve setup a server which I&#8217;ve connected to multiple PCs in my workplace. Sadly, data transfer speeds are at max 3 MB/sec per connection which works out slow for file transfers, especially when transferring large files. I&#8217;m using Windows filesharing and the server is a Windows Server 2008 (2 Ghz CPU, 1 GB RAM) and the client PCs mostly running Windows 7. How can I detect bottlenecks in my network and improve file sharing speed within the network?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/124428/geotarget" target="_blank">Geotarget</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Hoping the Windows Server 2008 is &#8220;Server 2008 r2&#8243;.  Can understand a limitation of moving to &#8220;r2&#8243; requires 64bit OS &amp; CPU.  Immediately noticing server has 1GB RAM, which would be low for a server.  2GHz CPU is ambiguous, for instance a 2GHz P4 versus a 2GHz Xeon E5-2650  would be a 50 fold performance difference.  State of storage is not known, such as where the OS and fileshares reside physically and logically to the server.</p>
<p>From Microsoft:<br />
<a href="http://technet.microsoft.com/en-us/windowsserver/bb414778.aspx" rel="nofollow">http://technet.microsoft.com/en-us/windowsserver/bb414778.aspx</a></p>
<p>Hence, main concern would be the health and viability of the server before moving to physical and logical network components (switch, cables, VLANs, QoS, bandwidth, noise, etc).</p>
<p>Performance tuning instantiates with obtaining a local server baseline.  To get started, and better form a basis of the sever situation, do check these solid guides for Server 2008&#8242;s own Performance Monitor.  It is a big topic, an overview:<br />
<a href="http://www.petri.co.il/performance-monitoring-easy-way-part-1.htm" rel="nofollow">http://www.petri.co.il/performance-monitoring-easy-way-part-1.htm</a></p>
<p>http://www.petri.co.il/performance-monitoring-easy-way-part-2.htm</p>
<p><a href="http://www.petri.co.il/performance-monitoring-easy-way-part-3.htm" rel="nofollow">http://www.petri.co.il/performance-monitoring-easy-way-part-3.htm</a></p>
<p>http://www.petri.co.il/performance-monitoring-easy-way-part-4.htm</p>
<div class="author">Answered by <a href="http://serverfault.com/users/138129/randombit" target="_blank">RandomBit</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/431144/improve-file-transfer-speed-between-windows-pcs-and-servers" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/improve-file-transfer-speed-between-windows-pcs-and-servers-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How efficient is a file move on the same fileshare?</title>
		<link>http://adminsgoodies.com/how-efficient-is-a-file-move-on-the-same-fileshare/</link>
		<comments>http://adminsgoodies.com/how-efficient-is-a-file-move-on-the-same-fileshare/#comments</comments>
		<pubDate>Sat, 04 Aug 2012 16:33:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-efficient-is-a-file-move-on-the-same-fileshare/</guid>
		<description><![CDATA[From a windows208r2 client connected to a SMB/CIFS share, I move a file from one directory to another directory on the same network share. Does windows send a &#8220;move&#8221; command to the share, or does windows copy the bytes locally, write them to the new location on the same share in the new location, and then delete the original file? One would be much more efficient than the other, just don&#8217;t know how &#8220;smart&#8221; the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>From a windows208r2 client connected to a SMB/CIFS share, I move a file from one directory to another directory on the same network share. </p>
<p>Does windows send a &#8220;move&#8221; command to the share, or does windows copy the bytes locally, write them to the new location on the same share in the new location, and then delete the original file?</p>
<p>One would be much more efficient than the other, just don&#8217;t know how &#8220;smart&#8221; the client/server is for this type of share.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/44857/andrew-theken" target="_blank">Andrew Theken</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The short answer is: Meh.</p>
<p>On a file &#8220;Move&#8221;  (AKA Cut and Paste) between the same share it will simply change the index on the file server (pretty much instant).</p>
<p>Unfortunately when you try to move between two different shares (Even on the same file server) or do a &#8220;copy&#8221; operation it does pull the data through the client PC (slow).</p>
<p>On any &#8220;move&#8221; operation is does copy each file before deleting the source file, so at least that&#8217;s good =)</p>
<p>Easy to test all of this by connecting to a share with a large folder and trying it out.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/130874/thildemar" target="_blank">Thildemar</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/414046/how-efficient-is-a-file-move-on-the-same-fileshare" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-efficient-is-a-file-move-on-the-same-fileshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does traffic from accessing locally-shared file via UNC path still go through the switch?</title>
		<link>http://adminsgoodies.com/does-traffic-from-accessing-locally-shared-file-via-unc-path-still-go-through-the-switch/</link>
		<comments>http://adminsgoodies.com/does-traffic-from-accessing-locally-shared-file-via-unc-path-still-go-through-the-switch/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 16:33:36 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[traffic-management]]></category>
		<category><![CDATA[unc]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/does-traffic-from-accessing-locally-shared-file-via-unc-path-still-go-through-the-switch/</guid>
		<description><![CDATA[if I&#8217;m accessing a local file via UNC path, for example //hostname/abc.txt, Will the traffic still go through the switch or it&#8217;s clever enough to figure out this is a local machine, i.e. will there be a significant speed impact if I&#8217;m accessing a file via a UNC path rather than its local path (d:\abc.txt, for example) Thanks. Asked by Magicpork File sharing is based on ordinary TCP/IP, so the rules are no different than [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>if I&#8217;m accessing a local file via UNC path, for example //hostname/abc.txt, Will the traffic still go through the switch or it&#8217;s clever enough to figure out this is a local machine, i.e. will there be a significant speed impact if I&#8217;m accessing a file via a UNC path rather than its local path (d:\abc.txt, for example)</p>
<p>Thanks.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/129821/magicpork" target="_blank">Magicpork</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>File sharing is based on ordinary TCP/IP, so the rules are no different than those that apply to other network applications. Hostnames from UNC paths will always be resolved first using DNS or NetBIOS and then the traffic will sent out based on a routing table. Since it will resolve to a local address, the <strong>traffic will never go out</strong>, unless you have some very strange rules on a machine (I am not sure if it is even possible to create such a setup).</p>
<p>As for the speed, I am not so sure if it is smart enough not to use TCP/IP (even if packets never leave the machine) when connecting to a local address. If it does use TCP/IP, local file access will be faster as it does not have the network socket overhead. You can test this with a packet analyser, like Wireshark (see <a href="http://wiki.wireshark.org/CaptureSetup/Loopback" rel="nofollow">this link</a> to see how to set up a capture on a local interface).</p>
<div class="author">Answered by <a href="http://serverfault.com/users/81458/tibor" target="_blank">Tibor</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/411389/does-traffic-from-accessing-locally-shared-file-via-unc-path-still-go-through-th" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/does-traffic-from-accessing-locally-shared-file-via-unc-path-still-go-through-the-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure a backup Win 2008 R2 Server</title>
		<link>http://adminsgoodies.com/configure-a-backup-win-2008-r2-server/</link>
		<comments>http://adminsgoodies.com/configure-a-backup-win-2008-r2-server/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 16:34:05 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[file-sharing]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[redundancy]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/configure-a-backup-win-2008-r2-server/</guid>
		<description><![CDATA[Scenario is a small network with a Server 2008 R2 running AD, DHCP, DNS, Print &#38; File Sharing. We&#8217;d like to build a backup server to continue operations uninterrupted should the main server go down. Configuring DHCP, DNS and AD is easy. The question is how do I configure a &#8216;backup&#8217; Network Drive, redirected users folders, and printers. Is there any MS documentation on this? All my Google hits are just on backup software. Currently [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Scenario is a small network with a Server 2008 R2 running AD, DHCP, DNS, Print &amp; File Sharing.</p>
<p>We&#8217;d like to build a backup server to continue operations uninterrupted should the main server go down. Configuring DHCP, DNS and AD is easy.</p>
<p>The question is how do I configure a &#8216;backup&#8217; Network Drive, redirected users folders, and printers. Is there any MS documentation on this? All my Google hits are just on backup software.</p>
<p>Currently all our UNCs are \Server\resource . Is there a tool / MS component to create a Virtual Storage Pool that is synchronized across two (or more) servers, and our UNCs could be pushed out as \VirtualPool\resource ?</p>
<p>TIA</p>
<div class="author">Asked by <a href="http://serverfault.com/users/93818/dom" target="_blank">Dom</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You can use a DFS namespace to obscure the path to the share so that it would appear as <code>\\domain\users</code> instead of <code>\\server\users</code>. You&#8217;d use DFS-R to replicate the shares between the two servers and then add them both to the namespace.</p>
<p>For printers, there&#8217;s not a lot you can do other than using group policy to map them and change that policy to the other server in the event of a failure (unless you get dedicated print servers and cluster them).</p>
<div class="author">Answered by <a href="http://serverfault.com/users/10472/mdmarra" target="_blank">MDMarra</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/410664/configure-a-backup-win-2008-r2-server" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/configure-a-backup-win-2008-r2-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared folders to different OU&#8217;s with different access rights</title>
		<link>http://adminsgoodies.com/shared-folders-to-different-ous-with-different-access-rights/</link>
		<comments>http://adminsgoodies.com/shared-folders-to-different-ous-with-different-access-rights/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 16:33:21 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/shared-folders-to-different-ous-with-different-access-rights/</guid>
		<description><![CDATA[Until today, we had a 2003 DC, all my folder mappings were done in the login script. (net use&#8230;) we have now moved to 2008 R2, and I would like to create/manage the new mappings &#8220;The easy way&#8221; If I have several mappings, to several groups (some are Read Only/ others are Read/Write) What will be the easy way? Should I create a single GPO per OU (each of our departments has it&#8217;s own OU) [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Until today, we had a 2003 DC, all my folder mappings were done in the login script. (net use&#8230;)</p>
<p>we have now moved to 2008 R2, and I would like to create/manage the new mappings &#8220;The easy way&#8221;</p>
<p>If I have several mappings, to several groups (some are Read Only/ others are Read/Write)<br />
What will be the easy way? Should I create a single GPO per OU (each of our departments has it&#8217;s own OU) &#8211; and add the drive mappings there (NOT folder mappings) ?  *there is no reed/write option</p>
<p>Or should I keep managing that from the share folder properties itself? (right click on the share name on the NAS)</p>
<div class="author">Asked by <a href="http://serverfault.com/users/85932/saariko" target="_blank">Saariko</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>First things first, all security should be managed using NTFS permissions on the folder and share (Remember, these are 2 sets of permissions and are mutually exclusive) itself. To do this you&#8217;ll need security groups, and there is no way round that. Not mapping somebody to a drive is not &#8216;security&#8217;.</p>
<p>Secondly, to MAP the drives, I&#8217;d be using Group Policy Preferences. As above, it won&#8217;t handle the file and folder permissions, but it will let you map drives very easily and cleanly.</p>
<p>Finally, the beauty of Group Policy Preferences is that if your environment suits it, they will allow to you use 1 single GPO to map many different shares for many different users, using item level tar targeting to filter based on OU, Security Groups etc.</p>
<p>Seriously, if you&#8217;ve just moved to 2008 (And I kind of hope you meant 2008 R2 seeing as 2008 is already now 2 editions old) then read up on Group Policy Preferences. Oh, you may need to patch any XP / 2003 clients to get them to work.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/95832/dan" target="_blank">Dan</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/407880/shared-folders-to-different-ous-with-different-access-rights" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/shared-folders-to-different-ous-with-different-access-rights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba capabilities &amp; functionality</title>
		<link>http://adminsgoodies.com/samba-capabilities-functionality/</link>
		<comments>http://adminsgoodies.com/samba-capabilities-functionality/#comments</comments>
		<pubDate>Sat, 30 Jun 2012 16:33:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[network-share]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[samba4]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/samba-capabilities-functionality/</guid>
		<description><![CDATA[The company that I work for wishes to replace its windows servers with new linux servers but wants to keep Windows on employee desktops. The requirements are: The employee desktops should be able to authenticate with a central linux server. The employee desktops should have access to shared folders on a central linux server. Software applications should be able to use Active Directory. My first thought was to use samba, but can samba meet the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>The company that I work for wishes to replace its windows servers with new linux servers but wants to keep Windows on employee desktops. The requirements are:</p>
<ul>
<li>The employee desktops should be able to authenticate with a central linux server.</li>
<li>The employee desktops should have access to shared folders on a central linux server.</li>
<li>Software applications should be able to use Active Directory.</li>
</ul>
<p>My first thought was to use samba, but can samba meet the above requirements, if so, in what way? (details are appreciated, but I just need the general idea.)</p>
<p>Keep in mind that I am not very familiar with server setup (I am a web designer by profession).</p>
<div class="author">Asked by <a href="http://serverfault.com/users/126530/aime-barteaux" target="_blank">Aim&#233; Barteaux</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>In my workplace, we switched from Windows shared folder for network use to Ubuntu server for our 4 disc hardware raid. We do not use Active Directory (and I don&#8217;t know what it is) but we do use user permissions to access the raid and mount it as a network drive. You can install webmin and use that to help manage the server.</p>
<p>There are a couple tricks: setting up the user permissions and umask in smb.conf and then getting the shared folder&#8217;s permissions and &#8220;sticky bits&#8221; set correctly.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/123098/chris-k" target="_blank">Chris K</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/403576/samba-capabilities-functionality" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/samba-capabilities-functionality/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
