<?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>Brad&#039;s Tech Blog &#187; Microsoft windows server</title>
	<atom:link href="http://bradstechblog.com/tag/microsoft-windows-server/feed" rel="self" type="application/rss+xml" />
	<link>http://bradstechblog.com</link>
	<description>Microsoft technologies like: System Center Operations Manager, and whatever else comes up at the office.</description>
	<lastBuildDate>Sat, 13 Feb 2010 01:59:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Permissions tab is missing on Microsoft Windows share connected to Netapp filer</title>
		<link>http://bradstechblog.com/microsoft-windows-server/permissions-tab-is-missing-on-microsoft-windows-share-connected-to-netapp-filer</link>
		<comments>http://bradstechblog.com/microsoft-windows-server/permissions-tab-is-missing-on-microsoft-windows-share-connected-to-netapp-filer#comments</comments>
		<pubDate>Thu, 07 Aug 2008 07:11:34 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[Microsoft windows server]]></category>
		<category><![CDATA[Netapp]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Permisions tab]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=109</guid>
		<description><![CDATA[If the permissions tab is missing on a Nettap filer share when connecting through Microsoft Windows management this probably due to the fact that the share was created using the filer default security Unix instead of NTFS. To confirm and fix this do the following&#8230;
 


Login to your filer using ssh or web browser at [...]]]></description>
			<content:encoded><![CDATA[<p>If the permissions tab is missing on a Nettap filer share when connecting through Microsoft Windows management this probably due to the fact that the share was created using the filer default security Unix instead of NTFS. To confirm and fix this do the following&#8230;</p>
<p><!-smartads-> </p>
<p><span id="more-109"></span></p>
<ul>
<li>Login to your filer using ssh or web browser at https:\\filername</li>
<li>navigate to Volumes-Qtrees-Manage</li>
</ul>
<p><a href="http://bradstechblog.com/wp-content/uploads/2008/08/image-0353.png"><img class="alignnone size-medium wp-image-112" title="image-0353" src="http://bradstechblog.com/wp-content/uploads/2008/08/image-0353-300x143.png" alt="" width="300" height="143" /></a></p>
<ul>
<li>Select the effected Volume and</li>
</ul>
<p><a href="http://bradstechblog.com/wp-content/uploads/2008/08/image-03521.png"><img class="aligncenter size-medium wp-image-111" title="image-03521" src="http://bradstechblog.com/wp-content/uploads/2008/08/image-03521-300x123.png" alt="" width="300" height="123" /></a></p>
<ul>
<li>Change the drop down from Unix to NTFS</li>
<li>Apply and you are done.</li>
</ul>
<p>Hope this helps</p>
<p><!--martad--></p>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/microsoft-windows-server/permissions-tab-is-missing-on-microsoft-windows-share-connected-to-netapp-filer/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage multiple DHCP scopes with netsh script</title>
		<link>http://bradstechblog.com/netsh/manage-multiple-dhcp-scopes-with-netsh-script</link>
		<comments>http://bradstechblog.com/netsh/manage-multiple-dhcp-scopes-with-netsh-script#comments</comments>
		<pubDate>Tue, 05 Aug 2008 13:40:38 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Microsoft windows server]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scopes]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=64</guid>
		<description><![CDATA[Use a script to change the DNS lookups and Wins lookups options in DHCP on muliple scripts. Using the netsh command this can be done eaisly.
Tools needed&#8230;



Some knowledge of the netsh command
A text file with the ip address&#8217;s of the scopes to be modified
IP address&#8217;s of the DHCP servers to change
And a script of course.

The easiest [...]]]></description>
			<content:encoded><![CDATA[<p>Use a script to change the DNS lookups and Wins lookups options in DHCP on muliple scripts. Using the netsh command this can be done eaisly.</p>
<p>Tools needed&#8230;</p>
<p><!-smartads-></p>
<p><span id="more-64"></span></p>
<ol>
<li>Some knowledge of the netsh command</li>
<li>A text file with the ip address&#8217;s of the scopes to be modified</li>
<li>IP address&#8217;s of the DHCP servers to change</li>
<li>And a script of course.</li>
</ol>
<p>The easiest way to obtain the ip address&#8217;s of the scopes to modify is to log onto the DHCP server itself and open your support tools command prompt</p>
<p><strong><span style="text-decoration: underline;">Step 1.</span></strong></p>
<p>Go to <a title="netsh command line" href="http://technet2.microsoft.com/windowsserver/en/library/61427fbd-de1f-4c8a-b613-321f7a3cca6a1033.mspx?mfr=true" target="_blank">netsh command line</a> to understand more on this command. And make sure you create a test subnet to run my scripts agains to make sure this is right for you.</p>
<p><strong></strong></p>
<p><strong><span style="text-decoration: underline;">Step 2.</span></strong></p>
<blockquote><p><em>C:\Program Files\Support Tools&gt;</em><span style="color: #ff0000;">netsh dhcp server 172.x.x.x show scope &gt; c:\scope.txt</span></p></blockquote>
<p>At the command prompt enter the section above in red (insert the ip address of the DHCP server in place of 172.x.x.x. This will create a text file with the sope info on your c drive.</p>
<p> </p>
<p><a href="http://bradstechblog.com/wp-content/uploads/2008/07/image-0316.png"><img class="aligncenter size-medium wp-image-65" title="image-0316" src="http://bradstechblog.com/wp-content/uploads/2008/07/image-0316-300x155.png" alt="" width="300" height="155" /></a></p>
<p> </p>
<p>You will now want to open scope.txt and clean it up. You only want the IP address&#8217;s of the scopes to be changed. the text file should be in the following format</p>
<blockquote><p><strong><span style="text-decoration: underline;"><img class="aligncenter size-medium wp-image-66" title="image-0317" src="http://bradstechblog.com/wp-content/uploads/2008/07/image-0317-281x300.png" alt="" width="205" height="195" /></span></strong></p>
<p><strong></strong> </p></blockquote>
<p><strong><span style="text-decoration: underline;">Step 3</span></strong></p>
<blockquote><p><span style="color: #ff0000;">for /f &#8220;tokens=1&#8243; %%a in (c:\scope.txt) DO netsh dhcp server 172.x.x.x scope %%a set optionvalue 006 IPADDRESS DNS_Address_1 DNS_Address_2 DNS_Adress_3</span></p></blockquote>
<blockquote>
<p style="TEXT-ALIGN: center"><span style="color: #ff0000;">172.x.x.x = Your DHCP server IP address</span></p>
<p style="TEXT-ALIGN: center"><span style="color: #ff0000;">DNS_Address_#= DNS server IP address&#8217;s</span></p>
</blockquote>
<p>Copy the above red text into a text file and save it as scope_edit.bat to the same folder as scope.txt. Run the bat file. This will run through each IP address changing the dns entires. does not append the scope option for DNS it overwrites it. However it will not effect any other options that are currently set.</p>
<blockquote><p>You can now use the same script to change your wins optin by changing optioncalue 006 to optionvalue 044</p></blockquote>
<p> </p>
<p> Good luck <img src='http://bradstechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> <br />
<strong></strong> </p>
<p><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/netsh/manage-multiple-dhcp-scopes-with-netsh-script/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The user authentication method required by this server can&#8217;t be found</title>
		<link>http://bradstechblog.com/appletalk/the-user-authentication-method-required-by-this-server-cant-be-found</link>
		<comments>http://bradstechblog.com/appletalk/the-user-authentication-method-required-by-this-server-cant-be-found#comments</comments>
		<pubDate>Thu, 24 Jul 2008 15:20:00 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[Appletalk]]></category>
		<category><![CDATA[Apple Talk]]></category>
		<category><![CDATA[File services for Macintosh]]></category>
		<category><![CDATA[Microsoft windows server]]></category>
		<category><![CDATA[the user authentication method required by this server ]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=5</guid>
		<description><![CDATA[We have apple clients? I had no idea. But apparently when we pulled the Novell file servers out we had some apple file shares that were now broken.
When the client attempts to connect to the Microsoft windows 2003 server share they see this error &#8220;the user authentication method required by this server can&#8217;t be found&#8230;&#8221;
Easy [...]]]></description>
			<content:encoded><![CDATA[<p>We have apple clients? I had no idea. But apparently when we pulled the Novell file servers out we had some apple file shares that were now broken.</p>
<p>When the client attempts to <span id="SPELLING_ERROR_0" class="blsp-spelling-corrected">connect</span> to the <span id="SPELLING_ERROR_1" class="blsp-spelling-corrected">Microsoft</span> windows 2003 server share they see this error &#8220;<strong>the user authentication method required by this server can&#8217;t be found</strong>&#8230;&#8221;</p>
<p>Easy fix. As long as <strong>File services for Macintosh</strong> is <span id="SPELLING_ERROR_2" class="blsp-spelling-corrected">installed</span> under add/remove components and the <span id="SPELLING_ERROR_3" class="blsp-spelling-corrected"><strong>AppleTalk</strong></span> <span id="SPELLING_ERROR_4" class="blsp-spelling-corrected">Protocol</span> is enabled. then this might work for you.</p>
<ol>
<li>Go into computer <span id="SPELLING_ERROR_5" class="blsp-spelling-corrected">management</span> and expand system tools.</li>
<li>Right click on Shared folders and select Configure File Server for Macintosh.</li>
<li>Change Enable authentication to &#8220;Apple Clear Text&#8221;</li>
<li><span id="SPELLING_ERROR_6" class="blsp-spelling-corrected">OK</span> and Save</li>
</ol>
<p> </p>
<p> </p>
<p style="MARGIN: 0in 0in 0pt">Brad Hearn</p>
<p style="MARGIN: 0in 0in 0pt">Enterprise Server Analyst</p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><a href="http://bradstechblog.com/">http://bradstechblog.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/appletalk/the-user-authentication-method-required-by-this-server-cant-be-found/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
