<?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; windows-server-2003</title>
	<atom:link href="http://adminsgoodies.com/tag/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 24 May 2013 16:33:10 +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>Mass SNMP updates?</title>
		<link>http://adminsgoodies.com/mass-snmp-updates/</link>
		<comments>http://adminsgoodies.com/mass-snmp-updates/#comments</comments>
		<pubDate>Thu, 27 Dec 2012 16:37:20 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows-server-2003]]></category>
		<category><![CDATA[windows-server-2008]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/mass-snmp-updates/</guid>
		<description><![CDATA[Is there an easy way to update over 1000 Windows hosts with an additional permitted manager? I have tools to remotely run scripts on hosts, but it is a little bit difficult to filter out specific hosts, and you end up having to type each hostname into the program then add it to a list of hosts to run the script on. I have scripts that will update permitted managers, and other SNMP settings in [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Is there an easy way to update over 1000 Windows hosts with an additional permitted manager? I have tools to remotely run scripts on hosts, but it is a little bit difficult to filter out specific hosts, and you end up having to type each hostname into the program then add it to a list of hosts to run the script on. I have scripts that will update permitted managers, and other SNMP settings in the registry; but I need a better way to run the script on multiple hosts. Does anyone know of an easy way to do this?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/138763/egr" target="_blank">EGr</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Why don&#8217;t you just put the list of servers in a text file and delete the ones that you don&#8217;t want it to run on. Then just use <code>psexec</code>&#8216;s <code>@file</code> feature to feed the list of servers to psexec. It will then iterate through the list of servers, running the specified command(s) on each.</p>
<p>Or, even better, put all of the machines in an AD security group and use Group Policy Preferences Registry Settings to push the change out to the servers. You can use Item Level Targeting to apply it only to servers in the specified security group. When new servers get spun up, just make including them in this group part of the provisioning process.</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/461028/mass-snmp-updates" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/mass-snmp-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL certificate confusions</title>
		<link>http://adminsgoodies.com/ssl-certificate-confusions/</link>
		<comments>http://adminsgoodies.com/ssl-certificate-confusions/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 16:36:59 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[iis6]]></category>
		<category><![CDATA[ssl-certificate]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/ssl-certificate-confusions/</guid>
		<description><![CDATA[I&#8217;ve got a website running Windows Server 2003 and IIS 6 and I&#8217;ve got an SSL certificate. Our website order form is encrypted with that SSL certificate, but the login form is not. Is this something that needs to be fixed in the code behind the page or can it be fixed in the administration of the server or the installation of the SSL certificate? Asked by joystick You don&#8217;t need to add any code [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;ve got a website running Windows Server 2003 and IIS 6 and I&#8217;ve got an SSL certificate.</p>
<p>Our website order form is encrypted with that SSL certificate, but the login form is not.</p>
<p>Is this something that needs to be fixed in the code behind the page or can it be fixed in the administration of the server or the installation of the SSL certificate?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/138112/joystick" target="_blank">joystick</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You don&#8217;t need to add any code to your application, once you go through https protocol, every information is encrypted, not just some of them.</p>
<p>you maybe have to check out for some links that could be link the user to http protocol, but you can avoid it redirecting all http request(port 80) to https (port 443) on the server side, for example setting the virtual host on your apache configuration on the https port.</p>
<p>EDIT: here&#8217;s the steps<br />
1. Open the Computer Management snap-in on your Exchange server. Expand the Services and<br />
Applications node, then the Internet Information Services node.<br />
2. Expand the Default Web Site node, then find the Exchange directory. Right-click it and<br />
choose the Properties command.<br />
3. Click the Directory Security tab. In the Secure Communications control group, the View<br />
Certificate and Edit buttons should be active. If they&#8217;re not, your certificate isn&#8217;t<br />
installed properly—you&#8217;ll have to fix it before proceeding.<br />
4. Click the Edit button in the Secure Communications group. You&#8217;ll see the Secure Communications dialog box. <br />
5. Check the &#8220;Require secure channel (SSL)&#8221; checkbox. You can optionally check the &#8220;Require 128-bit encryption&#8221; box as well. Doing so gives you better security, but some clients may not be able to connect.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/150541/0wn3r" target="_blank">0wn3r</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/460815/ssl-certificate-confusions" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/ssl-certificate-confusions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exceptional slowdown of robocopy copying from VM to DFS array</title>
		<link>http://adminsgoodies.com/exceptional-slowdown-of-robocopy-copying-from-vm-to-dfs-array/</link>
		<comments>http://adminsgoodies.com/exceptional-slowdown-of-robocopy-copying-from-vm-to-dfs-array/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 17:35:58 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dfs]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[vmware-vsphere]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/exceptional-slowdown-of-robocopy-copying-from-vm-to-dfs-array/</guid>
		<description><![CDATA[I&#8217;ve got an old win 2003 VM (VMware) on a blade cluster of VMs that I&#8217;m moving a considerable amount of files to our new DFS array. There are two main folders with about 1.7 million and half a million smaller files (letters, memos, and other smaller files) respectively. Total size is ~420 GB and ~100 GB. We&#8217;re using the gui version of robocopy on the server to copy the files. We had initiated a [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;ve got an old win 2003 VM (VMware) on a blade cluster of VMs that I&#8217;m moving a considerable amount of files to our new DFS array. There are two main folders with about 1.7 million and half a million smaller files (letters, memos, and other smaller files) respectively. Total size is ~420 GB and ~100 GB.</p>
<p>We&#8217;re using the gui version of robocopy on the server to copy the files. We had initiated a file copy about a month ago to test the process and found that it was taking around 4 hours for the large file. Now that I&#8217;m in the process of actually switching the files over it has been taking 18-20 hours. Nothing has changed on the server side and nothing has changed on the settings of the copy (no logs, 1 retry with a wait of 1 second). </p>
<p>Our intent is to shut off the share and force the copy over again to get all the files that have been left out of the copy due to being locked by users. I can&#8217;t take a 20 hour outage to do that though. </p>
<p>Does anyone have any theories about what could be causing such a delay for robocopy compared to previously shorter runs?</p>
<p>Edit: I discovered last night the copy must be freezing. It stops at a certain time (seems to be variable) and doesn&#8217;t continue at all.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/148415/user1588867" target="_blank">user1588867</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>We&#8217;ve been fiddling with this one. Looks like there was something odd going on with the gui interface. When I specifically set the retry and wait to &#8220;1&#8243; it went through normally. This may have been coincidence, but it began working normally on the first try with those settings.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/148415/user1588867" target="_blank">user1588867</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/455361/exceptional-slowdown-of-robocopy-copying-from-vm-to-dfs-array" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/exceptional-slowdown-of-robocopy-copying-from-vm-to-dfs-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003/2008 R2 AD Group Adds at Random to Builtin\Administrators</title>
		<link>http://adminsgoodies.com/windows-server-20032008-r2-ad-group-adds-at-random-to-builtinadministrators/</link>
		<comments>http://adminsgoodies.com/windows-server-20032008-r2-ad-group-adds-at-random-to-builtinadministrators/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 17:35:47 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[windows-server-2003]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/windows-server-20032008-r2-ad-group-adds-at-random-to-builtinadministrators/</guid>
		<description><![CDATA[We&#8217;re having a strange problem that we can&#8217;t fathom out. We have inherited a 2003 FFL/DFL domain that has a mix of 2008 R2 and 2003 DC&#8217;s. The Workstation Admins group was in Builtin\Administrators, not great I know. We removed said group from the elevated permissions only to find it had returned the next day. Checking the permissions on the group Builtin\Aministrators only Domain Admins can affect it, as it should be. We used the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>We&#8217;re having a strange problem that we can&#8217;t fathom out. We have inherited a 2003 FFL/DFL domain that has a mix of 2008 R2 and 2003 DC&#8217;s. The Workstation Admins group was in Builtin\Administrators, not great I know. We removed said group from the elevated permissions only to find it had returned the next day.</p>
<p>Checking the permissions on the group Builtin\Aministrators only Domain Admins can affect it, as it should be. We used the repadmin to track down when the change happened:</p>
<pre><code>repadmin /showobjmeta DC01 "CN=Administrators,CN=Builtin,DC=Domain,DC=co,DC=uk"
</code></pre>
<p>This showed us where and when the change occurred:</p>
<pre><code>PRESENT       member 2012-11-27 10:32:23             Site1\Site1-DC01 2773346 3067148  13    CN=Workstation Admin,OU=Management Services,OU=HO,OU=Offices,DC=Domain,DC=co,DC=uk
</code></pre>
<p>On looking at the security logs on the Site1-DC01 we found:</p>
<pre><code>Event Type: Success Audit
Event Source:   Security
Event Category: Account Management 
Event ID:   636
Date:       27/11/2012
Time:       10:32:23
User:       NT AUTHORITY\SYSTEM
Computer:   STD-DC01
Description:
Security Enabled Local Group Member Added:
    Member Name:    -
    Member ID:  CENTRAL\Workstation Admin
    Target Account Name:    Administrators
    Target Domain:  Builtin
    Target Account ID:  BUILTIN\Administrators
    Caller User Name:   STD-DC01$
    Caller Domain:  CENTRAL
    Caller Logon ID:    (0x0,0x3E7)
    Privileges: -
</code></pre>
<p>So, we assumed Group Policy was to blame. On going through all GPO&#8217;s there is use of User Rights Assignment, Restricted Group Access or Local Users and Groups Assignment. We have also gone through all login scripts and nothing is set there either.</p>
<p>On checking the ADDS logs we can see that replication is working as it should.</p>
<p>It&#8217;s also worth mentioning that Site1-DC01 holds no FSMO roles nor is it a GC.</p>
<p>We are stumped as to how it gets re-added. Can anyone point out what we&#8217;re missing?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/140740/malco" target="_blank">malco</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Sure sounds like a GPO to me&#8230;specifically the Restricted Group Access.</p>
<p>Run a &#8220;gpresult /Z &gt; gpresult.log&#8221;</p>
<p>Then open the log file and look through it.</p>
<p>The only other thing would be to check and see if it gets applied at the same time each day/night.  If so, look for a scheduled task somewhere or 3rd party management software that kicks off and changes the permissions.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/7861/thecleaner" target="_blank">TheCleaner</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/452954/windows-server-2003-2008-r2-ad-group-adds-at-random-to-builtin-administrators" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/windows-server-20032008-r2-ad-group-adds-at-random-to-builtinadministrators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting “Run WWW service in IIS 5.0 isolation mode” does not persist in IIS 6</title>
		<link>http://adminsgoodies.com/setting-run-www-service-in-iis-5-0-isolation-mode-does-not-persist-in-iis-6/</link>
		<comments>http://adminsgoodies.com/setting-run-www-service-in-iis-5-0-isolation-mode-does-not-persist-in-iis-6/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 17:36:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[iis6]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/setting-run-www-service-in-iis-5-0-isolation-mode-does-not-persist-in-iis-6/</guid>
		<description><![CDATA[Our IIS server was recently patched with the latest Microsoft Security Updates and since then, I am unable to enable the &#8220;Run WWW service in IIS 5.0 isolation mode&#8221; setting. This setting was enabled prior to patching and somehow changed during the updates. I have tried both using the IIS Manager console and the adsutil.vbs approach to change it. Either way, after resetting IIS for the change to take effect, when I go to verify [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Our IIS server was recently patched with the latest Microsoft Security Updates and since then,  I am unable to enable the &#8220;Run WWW service in IIS 5.0 isolation mode&#8221; setting.  This setting was enabled prior to patching and somehow changed during the updates.  I have tried both using the IIS Manager console and the adsutil.vbs approach to change it.  Either way, after resetting IIS for the change to take effect, when I go to verify that the isolation mode setting is enabled (true) I find that is reverts back to being disabled (false).</p>
<p>Now&#8230; The patches have already been rolled back, however the setting <em>still</em> does not persist when I enable it.  While I am trying to research the patches that were applied to see if there is a known issue (or perhaps a change in this setting&#8217;s behavior) I was hoping someone else might have come across the same problem.  Any help towards a workaround would be greatly appreciated!</p>
<p><img src="http://i.stack.imgur.com/5pjx1.png" alt="Isolation Mode"></p>
<pre><code>&gt;cscript adsutil.vbs set W3SVC/IIs5IsolationModeEnabled TRUE    IIs5IsolationModeEnabled        : (BOOLEAN) True&gt;iisreset    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted&gt;cscript adsutil.vbs get W3SVC/IIs5IsolationModeEnabled    IIs5IsolationModeEnabled        : (BOOLEAN) False
</code></pre>
<div class="author">Asked by <a href="http://serverfault.com/users/4196/saul-dolgin" target="_blank">Saul Dolgin</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I found that the root cause of this issue was that my change had not been persisted to the IIS metabase on disk before the IISRESET command forcefully terminated the service (thus wiping out my change from the in-memory metabase cache).</p>
<p>Further information from <a href="http://support.microsoft.com/kb/286196" rel="nofollow">Microsoft KB 286196</a> confirms that this behavior occurs for any changes to the IIS metabase if they have not been saved to disk before the reset occurs.</p>
<p>You can either wait for the changes to be saved (2 minutes I think), or use the following workaround:</p>
<pre><code>&gt;net stop iisadmin /y&gt;net start w3svc
&gt;net start msftpsvc
&gt;net start smtpsvc
&gt;net start &lt;short name for any other services that are listed when you stop IIS&gt;
</code></pre>
<p>I also found that if I use &#8220;IISRESET /noforce&#8221; it will fail to restart IIS the first time after making my config change but then succeed on the second attempt and my changes are persisted correctly when the service comes back online; Issuing 2 &#8220;IISRESET /noforce&#8221; commands in succession seems to do the trick without having to wait at all for changes to be saved to disk.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/4196/saul-dolgin" target="_blank">Saul Dolgin</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/449093/setting-run-www-service-in-iis-5-0-isolation-mode-does-not-persist-in-iis-6" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/setting-run-www-service-in-iis-5-0-isolation-mode-does-not-persist-in-iis-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to diagnose “Internet explorer cannot display the webpage”</title>
		<link>http://adminsgoodies.com/how-to-diagnose-internet-explorer-cannot-display-the-webpage/</link>
		<comments>http://adminsgoodies.com/how-to-diagnose-internet-explorer-cannot-display-the-webpage/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 17:36:05 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-to-diagnose-internet-explorer-cannot-display-the-webpage/</guid>
		<description><![CDATA[Our web site is working great for 99.99% of our users, but a few people (all of whom use Internet Explorer) are running into an error. Most pages on the site load fine, but for one specific page (the same page for all affected users), all they get is: Internet explorer cannot display the webpage It doesn&#8217;t matter whether the page is accessed over http or https &#8211; it fails to load either way. Every [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Our web site is working great for 99.99% of our users, but a few people (all of whom use Internet Explorer) are running into an error. Most pages on the site load fine, but for one specific page (the same page for all affected users), all they get is:</p>
<pre><code>Internet explorer cannot display the webpage
</code></pre>
<p>It doesn&#8217;t matter whether the page is accessed over http or https &#8211; it fails to load either way. Every other page on the site, as far as I can tell, works fine for them. Not only that, the same users can load that specific page fine in Firefox.</p>
<p>I&#8217;ve checked the web server logs and I can&#8217;t find any smoking guns there. The site is running IIS on Windows Server 2003.</p>
<p>Is there any way to get IE to give the user more information than just &#8220;cannot display the web page&#8221;? There&#8217;s a &#8220;More information&#8221; button, but all it tells you is to make sure that your DNS servers are working, make sure you&#8217;re not working offline, etc. <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<div class="author">Asked by <a href="http://serverfault.com/users/938/colen" target="_blank">Colen</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Personally, this is the point where I&#8217;d crack out either <a href="http://www.fiddler2.com/fiddler2/" rel="nofollow">Fiddler</a> or <a href="http://www.wireshark.org/" rel="nofollow">Wireshark</a> to see the actual request / response that is being delivered to the server. IE can be next to useless in terms of telling you what&#8217;s going on (IE9 is better with the dev tools), so proxying the request or packet sniffing is the only way forward.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/68794/growse" target="_blank">growse</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/387142/how-to-diagnose-internet-explorer-cannot-display-the-webpage" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-to-diagnose-internet-explorer-cannot-display-the-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Group vs Distribution Group</title>
		<link>http://adminsgoodies.com/security-group-vs-distribution-group/</link>
		<comments>http://adminsgoodies.com/security-group-vs-distribution-group/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 17:35:53 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/security-group-vs-distribution-group/</guid>
		<description><![CDATA[Within our AD set-up there are a lot of security groups, but only 1 distribution group (that a previous admin created). Both types of group contain lists of domain objects (users in the one I was looking at). What is the difference between a Security Group and a Distribution Group? Asked by SteB Security groups can be associated with ACLs, whereas distribution groups can&#8217;t. Both security groups and distribution groups can be mail enabled. http://technet.microsoft.com/en-us/library/cc781446(v=ws.10).aspx [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Within our AD set-up there are a lot of security groups, but only 1 distribution group (that a previous admin created).<br />
Both types of group contain lists of domain objects (users in the one I was looking at).</p>
<p>What is the difference between a Security Group and a Distribution Group?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/139468/steb" target="_blank">SteB</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Security groups can be associated with ACLs, whereas distribution groups can&#8217;t.</p>
<p>Both security groups and distribution groups can be mail enabled.</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc781446(v=ws.10).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/cc781446(v=ws.10).aspx</a></p>
<div class="author">Answered by <a href="http://serverfault.com/users/11604/bryan" target="_blank">Bryan</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/451538/security-group-vs-distribution-group" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/security-group-vs-distribution-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it possible to run IIS7 on windows 2003?</title>
		<link>http://adminsgoodies.com/is-it-possible-to-run-iis7-on-windows-2003/</link>
		<comments>http://adminsgoodies.com/is-it-possible-to-run-iis7-on-windows-2003/#comments</comments>
		<pubDate>Thu, 22 Nov 2012 17:36:27 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis6]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/is-it-possible-to-run-iis7-on-windows-2003/</guid>
		<description><![CDATA[Is it possible to run IIS7/7.5 on Windows Server 2003? Asked by David Merrilees No, since IIS4, the IIS version has been tied to the OS version. IIS7, specifically, has many hooks into Server 2008 features that don&#8217;t exist in Server 2003. So even if you were able to force the installer to complete on 2003, IIS would not work. Upgrade to a newer OS, or live with IIS 6. Answered by HopelessN00b Check more [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Is it possible to run IIS7/7.5 on Windows Server 2003?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/146510/david-merrilees" target="_blank">David Merrilees</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>No, since IIS4, the IIS version has been tied to the OS version.</p>
<p>IIS7, specifically, has many hooks into Server 2008 features that don&#8217;t exist in Server 2003.  So even if you were able to force the installer to complete on 2003, IIS would not work.  Upgrade to a newer OS, or live with IIS 6.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/118258/hopelessn00b" target="_blank">HopelessN00b</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/450968/is-it-possible-to-run-iis7-on-windows-2003" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/is-it-possible-to-run-iis7-on-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happens to files that are owned by a user that gets deleted?</title>
		<link>http://adminsgoodies.com/what-happens-to-files-that-are-owned-by-a-user-that-gets-deleted/</link>
		<comments>http://adminsgoodies.com/what-happens-to-files-that-are-owned-by-a-user-that-gets-deleted/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 17:36:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[windows-server-2003]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/what-happens-to-files-that-are-owned-by-a-user-that-gets-deleted/</guid>
		<description><![CDATA[This feels like a stupid question, and one that should (although I can&#8217;t find it) have been asked before. I have a shared folder on a Windows Server 2003 R2 setup. We do NOT use AD, just local accounts. What if a user is deleted from the server, what happens to the files that (s)he owns in a shared folder? Will they be left with a link that points to a now non-existing user or [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>This feels like a stupid question, and one that should (although I can&#8217;t find it) have been asked before.</p>
<p>I have a shared folder on a Windows Server 2003 R2 setup. We do NOT use AD, just local accounts. What if a user is deleted from the server, what happens to the files that (s)he owns in a shared folder? Will they be left with a link that points to a now non-existing user or will Windows automatically adjust for this and appoint someone else as owner?</p>
<p>I want to ask before I do something stupid.</p>
<p>And before you ask, yes I know I can disable accounts, but in this case I need to delete the account.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/84273/felthragar" target="_blank">Felthragar</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The files will still be owned by the non-existent user. An administrator can still add permissions to the files that were owned by that user, or change the permissions or owner at any time.</p>
<p>Sometimes the permissions GUI is a bit annoying&#8230; and there are tricks to deal with them. Here is a random command line fix example I just found and have not tested. <a href="http://www.mydigitallife.info/delete-undeletable-files-in-windows-vista/" rel="nofollow">http://www.mydigitallife.info/delete-undeletable-files-in-windows-vista/</a></p>
<div class="author">Answered by <a href="http://serverfault.com/users/107973/peter" target="_blank">Peter</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/450488/what-happens-to-files-that-are-owned-by-a-user-that-gets-deleted" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/what-happens-to-files-that-are-owned-by-a-user-that-gets-deleted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delegation Permissions to admins in Active Directory/Taskpads</title>
		<link>http://adminsgoodies.com/delegation-permissions-to-admins-in-active-directorytaskpads/</link>
		<comments>http://adminsgoodies.com/delegation-permissions-to-admins-in-active-directorytaskpads/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 17:36:00 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[delegation]]></category>
		<category><![CDATA[windows-server-2003]]></category>
		<category><![CDATA[windows-server-2008]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/delegation-permissions-to-admins-in-active-directorytaskpads/</guid>
		<description><![CDATA[I am trying to provide taskpads to few admins to operate on few tasks delegated to them at OU level.I ran into the following problem; lets say i delegated access to the admin on OU X and which is ability to modify groups such as sample group X1 , he must be able to add any users from OU X to the group X1. The issue here is while testing i found out the admin [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am trying to provide taskpads to few admins to operate on few tasks delegated to them at OU level.I ran into the following problem;</p>
<p>lets say i delegated access to the admin on OU X and which is ability to modify groups such as sample group X1 , he must be able to add any users from OU X to the group X1.</p>
<p>The issue here is while testing i found out the admin can do the above but also can add a user Y1 from the OU Y(which he doesnt have delegated permissions) to the group X1.What am i missing? how to restrict admin from adding users out of OU to the groups he has modify access to?</p>
<p>Please ask me if any more details/clarification required.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/145496/user1569537" target="_blank">user1569537</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You can&#8217;t really do this. If you give a user the ability to add users to a group, they can add any user that their account can read. Since you need to fundamentally change how AD permissions are laid out to restrict limited user accounts from reading basic attributes of other users, it&#8217;s typically an unsupported config that will break plenty of things that you didn&#8217;t mean to break.</p>
<p>In short, there&#8217;s no real functionality in place to say &#8220;you can add [user]to this group as long as [user] exists in this one OU&#8221; without a major modification to the default AD permission layout.</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/448680/delegation-permissions-to-admins-in-active-directory-taskpads" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/delegation-permissions-to-admins-in-active-directorytaskpads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
