<?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-2008-r2</title>
	<atom:link href="http://adminsgoodies.com/tag/windows-server-2008-r2/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 20 May 2013 16:34:05 +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>Can Windows RDC admin users be immune from being kicked?</title>
		<link>http://adminsgoodies.com/can-windows-rdc-admin-users-be-immune-from-being-kicked/</link>
		<comments>http://adminsgoodies.com/can-windows-rdc-admin-users-be-immune-from-being-kicked/#comments</comments>
		<pubDate>Wed, 15 May 2013 16:34:08 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[remote-desktop]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/can-windows-rdc-admin-users-be-immune-from-being-kicked/</guid>
		<description><![CDATA[I&#8217;m using remote desktop on Windows Server 2008 r2 and I&#8217;m trying to find a way to prevent users from kicking off admin users. I understand that according to MS a regular user should not be able to kick off an admin user however if a user attempts to log in while the admin user is on (and all other sessions are in use) the admin user has 30 seconds to click the box telling [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m using remote desktop on Windows Server 2008 r2 and I&#8217;m trying to find a way to prevent users from kicking off admin users. I understand that according to MS a regular user should not be able to kick off an admin user however if a user attempts to log in while the admin user is on (and all other sessions are in use) the admin user has 30 seconds to click the box telling Windows that they are still using this session or they will be kicked.</p>
<p>The behavior that I am trying to create is for the admin to not be able to be kicked under any circumstances. Is this possible?</p>
<p>Edit: Allow me to clarify. I don&#8217;t need more than 2 users to be able to log on. I just need for no normal user to be able to kick the admin user regardless of the number of users. If the admin user is on and someone else tries to log in I would like for them to be denied access. Is this possible?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/166456/satori7" target="_blank">satori7</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Without purchasing and installing Remote Desktop Services CALs, you are <strong>only</strong> entitled to use Remote Desktop for administrative purposes. This is per the Windows Server license terms. If you have two non-administrative users that need to log in to run applications, you <em>still</em> need to purchase RDS CALs. The default two connections are <strong>only</strong> for administrative purposes. It&#8217;s not two freebie RDS entitlements per server.</p>
<p>When you properly license your environment, your issue will go away since the proper amount of limited connections will be allowed in addition to two administrative sessions per server.</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/508001/can-windows-rdc-admin-users-be-immune-from-being-kicked" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/can-windows-rdc-admin-users-be-immune-from-being-kicked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Scheduler: Login to a session at startup and start a desktop app?</title>
		<link>http://adminsgoodies.com/task-scheduler-login-to-a-session-at-startup-and-start-a-desktop-app/</link>
		<comments>http://adminsgoodies.com/task-scheduler-login-to-a-session-at-startup-and-start-a-desktop-app/#comments</comments>
		<pubDate>Thu, 02 May 2013 16:34:25 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[scheduled-task]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/task-scheduler-login-to-a-session-at-startup-and-start-a-desktop-app/</guid>
		<description><![CDATA[ISSUE: I have a Windows 2008 R2 VM that runs a 3rd party ERP system. They have a utility that will run scheduled jobs to backup the Oracle database and their app data nightly with a 7 day rotation. The problem is that it must run as a desktop app interactively within a session. It can&#8217;t run as a service. While I&#8217;m not thrilled about leaving an account logged in, I&#8217;ve learned to allow it. [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<h2>ISSUE:</h2>
<p>I have a Windows 2008 R2 VM that runs a 3rd party ERP system.  They have a utility that will run scheduled jobs to backup the Oracle database and their app data nightly with a 7 day rotation.</p>
<p>The problem is that it must run as a desktop app interactively within a session.  It can&#8217;t run as a service.  While I&#8217;m not thrilled about leaving an account logged in, I&#8217;ve learned to allow it.  The primary issue here is that if the server gets rebooted it can be days before I realize that the account is no longer logged into the server with the app open.</p>
<h2>QUESTION:</h2>
<p>Can (and if so, how) I create a task that runs at startup that logs a user onto the VM (creating a session) and launches an app on that session&#8217;s desktop?</p>
<p><strong>OR</strong></p>
<p>If this is too difficult or not possible, anyone got ideas on how to check and see if this app is running in that account&#8217;s session and if not send an alert?  I&#8217;m cool with even a custom event log error since I can pick that up through remote monitoring.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/7861/thecleaner" target="_blank">TheCleaner</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I&#8217;m assuming that the program needs to display its UI and that you can&#8217;t just run it non-interactively. (I love these &#8220;gems&#8221; of software&#8230;)</p>
<p>Here&#8217;s what I&#8217;d do, personally:</p>
<ul>
<li>
<p>Configure the server computer with an <a href="http://support.microsoft.com/kb/324737"><code>AutoAdminLogon</code></a> as the user you want to run the application as. This will cause the server&#8217;s console to logon as this user automatically on boot.</p>
</li>
<li>
<p>Add a script to the autologon user&#8217;s personal &#8220;Startup&#8221; group that starts the task asynchronously, monitors the process list for the task being present (I&#8217;d use <code>WMIC PROCESS LIST</code>, personally), alert if the task goes missing from the process list and, if so-desired, restart the process. I&#8217;d also lock the workstation, too.</p>
</li>
</ul>
<p>The script in the Startup group could be as simple as (calling the program you&#8217;ve got to run <code>eqalert.exe</code>):</p>
<pre class="prettyprint"><code>@echo off
:restart
start "" "C:\Program Files\EQFU\EQWin32\eqalert.exe"
:check_loop
rem Delay 30 seconds between checks
ping -n 30 127.0.0.1 &gt;NUL 2&gt;NUL
wmic process list | find /i "eqalert.exe" &gt;NUL 2&gt;NUL
if not errorlevel 1 goto check_loop
echo eqalert.exe not running - restarting
eventcreate /T ERROR /ID 1 /L APPLICATION /D "eqalert.exe not running - restarting"
goto restart
</code></pre>
<p>This script assumes that there will only be one instance of the task running and is only check for the task&#8217;s presence in the process list. If the process hangs and otherwise dies this script wouldn&#8217;t catch that. (Monitoring if the program is &#8220;responding&#8221; to Windows&#8211; i.e. if its message pump is still&#8211; erm&#8211; pumping&#8211; is a more involved prospect.)</p>
<div class="author">Answered by <a href="http://serverfault.com/users/7200/evan-anderson" target="_blank">Evan Anderson</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/504468/task-scheduler-login-to-a-session-at-startup-and-start-a-desktop-app" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/task-scheduler-login-to-a-session-at-startup-and-start-a-desktop-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gain access to other people&#8217;s encrypted files</title>
		<link>http://adminsgoodies.com/gain-access-to-other-peoples-encrypted-files/</link>
		<comments>http://adminsgoodies.com/gain-access-to-other-peoples-encrypted-files/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 17:33:57 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[efs]]></category>
		<category><![CDATA[encrypting-file-system]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/gain-access-to-other-peoples-encrypted-files/</guid>
		<description><![CDATA[For a proof of concept I am building a server which will host 2 users. Both users are local admin, and both users are domain users. User1 will encrypt the files with EFS so he can get transparent access. Is it possible to for User2 to get access to those files? If so, are there other ways to prevent access to those files? Thanks! Asked by Snake No. EFS encryption doesn&#8217;t occur at the application [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>For a proof of concept I am building a server which will host 2 users.</p>
<p>Both users are local admin, and both users are domain users.</p>
<p>User1 will encrypt the files with EFS so he can get transparent access.</p>
<p>Is it possible to for User2 to get access to those files?</p>
<p>If so, are there other ways to prevent access to those files? </p>
<p>Thanks!</p>
<div class="author">Asked by <a href="http://serverfault.com/users/89678/snake" target="_blank">Snake</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p><a href="http://technet.microsoft.com/en-us/library/cc700811.aspx">No</a>.</p>
<ul>
<li>
<p>EFS encryption doesn&#8217;t occur at the application level but rather at the file-system level; therefore, the encryption and decryption process is transparent to the user and to the application. If a folder is marked for encryption, every file created in or moved to the folder will be encrypted. Applications don&#8217;t have to understand EFS or manage EFS-encrypted files any differently than unencrypted files. If a user attempts to open a file and possesses the key to do so, the file opens without additional effort on the user&#8217;s part. If the user doesn&#8217;t possess the key, they receive an &#8220;Access denied&#8221; error message.</p>
</li>
<li>
<p>File encryption uses a symmetric key, which is then itself encrypted with the public key of a public key encryption pair. The related private key must be available in order for the file to be decrypted. This key pair is bound to a user identity and made available to the user who has possession of the user ID and password. If the private key is damaged or missing, even the user that encrypted the file cannot decrypt it. If a recovery agent exists, then the file may be recoverable. If key archival has been implemented, then the key may be recovered, and the file decrypted. If not, the file may be lost. EFS is an excellent file encryption system—there is no &#8220;back door.&#8221;</p>
</li>
</ul>
<p><a href="http://technet.microsoft.com/en-us/library/cc700811.aspx">Sort of</a>.</p>
<ul>
<li>
<p>EFS keys are protected by the user&#8217;s password. Any user who can obtain the user ID and password can log on as that user and decrypt that user&#8217;s files. Therefore, a strong password policy as well as strong user education must be a component of each organization&#8217;s security practices to ensure the protection of EFS-encrypted files.</p>
</li>
<li>
<p>EFS-encrypted files don&#8217;t remain encrypted during transport if saved to or opened from a folder on a remote server. The file is decrypted, traverses the network in plaintext, and, if saved to a folder on the local drive that&#8217;s marked for encryption, is encrypted locally. EFS-encrypted files can remain encrypted while traversing the network if they&#8217;re being saved to a Web folder using WebDAV. This method of remote storage isn&#8217;t available for Windows 2000.</p>
</li>
</ul>
<p><a href="http://xkcd.com/538/">Yes</a>.</p>
<p><img src="http://i.stack.imgur.com/PFGzb.png" alt="Rubber hose cryptography."></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/480334/gain-access-to-other-peoples-encrypted-files" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/gain-access-to-other-peoples-encrypted-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application authentication via VPN</title>
		<link>http://adminsgoodies.com/application-authentication-via-vpn/</link>
		<comments>http://adminsgoodies.com/application-authentication-via-vpn/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 17:34:52 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/application-authentication-via-vpn/</guid>
		<description><![CDATA[My work is going to roll out a new application (HR, Payroll, etc.) called springbrook to our remote employees. The application runs on one of our physical servers (Win 2008 R2) and to use it locally, I had to map a network drive to the server on the local employee&#8217;s computer. I created a desktop shortcut to the app so the user doesn&#8217;t have to go inside the mapped drive and run it that way. [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>My work is going to roll out a new application (HR, Payroll, etc.) called springbrook to our remote employees. The application runs on one of our physical servers (Win 2008 R2) and to use it locally, I had to map a network drive to the server on the local employee&#8217;s computer. I created a desktop shortcut to the app so the user doesn&#8217;t have to go inside the mapped drive and run it that way. They just click on the desktop shortcut. </p>
<p>Springbrook uses the  LDAP protocol (in our case Active Directory) to authenticate the user trying to login against the login id’s already inside of Springbrook, so when the session is established it requires that the user logs in and is authenticated to the domain which in turn makes the connection to the LDAP connector which verifies user info and allows them access.  </p>
<p>Our hardware firewall is a Sonicwall TZ210 device. I have the VPN setup in that device. At the remote site on the user&#8217;s workstation who will be using Springbrook I have correctly setup the sonicwall VPN client. At the remote worksation I can establish a connection to our network, map the network drive and bring up the Springbrook login page. When I put in the credentials, a Springbrook error message pops up telling me I put in an incorrect password. That&#8217;s not the case because I know the credentials are correct. </p>
<p>I contacted Springbrook about this and the tech told me that somehow the authentication isn&#8217;t happening in the VPN tunnel. </p>
<p>Okay. I knew that, haha</p>
<p>He then said that they use Citrix for their remote employees. I&#8217;m sure Citrix has a very nice WebApp tool, but if I can do this through a VPN tunnel and save us money that would be great. </p>
<p>Any suggestions my fellow techies? </p>
<p>Server: Win 2008 r2<br />
Firewall\VPN: Sonicwall tz210<br />
Active Directory Domain </p>
<p>I&#8217;ve enabled LDAP in our firewall and got the same results. That didn&#8217;t work. Other than that, I haven&#8217;t tried anything. The remote workstation runs the same &#8220;stuff&#8221; as the local workstations that are running springbrook just fine. </p>
<div class="author">Asked by <a href="http://serverfault.com/users/127985/avandelay05" target="_blank">AVandelay05</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Use Windows RRAS as the VPN server. The users will then authenticate to the domain via the VPN instead of authenticating to the SonicWall via the VPN. When they launch the app it should use the AD credentials of the VPN user, which is their AD account.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/19152/joeqwerty" target="_blank">joeqwerty</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/471411/application-authentication-via-vpn" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/application-authentication-via-vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Folder creation date is very recent, while last modified is years ago</title>
		<link>http://adminsgoodies.com/folder-creation-date-is-very-recent-while-last-modified-is-years-ago/</link>
		<comments>http://adminsgoodies.com/folder-creation-date-is-very-recent-while-last-modified-is-years-ago/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 17:33:23 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[folder-redirection]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[roaming-profile]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/folder-creation-date-is-very-recent-while-last-modified-is-years-ago/</guid>
		<description><![CDATA[We&#8217;re experiencing some weird stuff with our roaming user profiles. We use folder redirection for Documents/Pictures/Music/Destkop/Downloads, yet these folders are being created in the roaming user profile (they shouldn&#8217;t). Looking at the dates for these folders it&#8217;s quite obvious that we&#8217;re hitting some kind of bug with NTFS. How else is this possible (pic)? Asked by pauska The folder was copied on 18.01.2013 (1/18/13) from one that was last modified 14.07.2009 (7/14/09). Answered by Chris [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>We&#8217;re experiencing some weird stuff with our roaming user profiles. We use folder redirection for Documents/Pictures/Music/Destkop/Downloads, yet these folders are being created in the roaming user profile (they shouldn&#8217;t).</p>
<p>Looking at the dates for these folders it&#8217;s quite obvious that we&#8217;re hitting some kind of bug with NTFS. How else is this possible (pic)?</p>
<p><img src="http://i.stack.imgur.com/26wmn.jpg" alt="enter image description here"></p>
<div class="author">Asked by <a href="http://serverfault.com/users/9140/pauska" target="_blank">pauska</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The folder was copied on 18.01.2013 (1/18/13) from one that was last modified 14.07.2009 (7/14/09).</p>
<div class="author">Answered by <a href="http://serverfault.com/users/33417/chris-s" target="_blank">Chris S</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/471008/folder-creation-date-is-very-recent-while-last-modified-is-years-ago" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/folder-creation-date-is-very-recent-while-last-modified-is-years-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out when user was added to Exchange 2010 distribution group</title>
		<link>http://adminsgoodies.com/find-out-when-user-was-added-to-exchange-2010-distribution-group/</link>
		<comments>http://adminsgoodies.com/find-out-when-user-was-added-to-exchange-2010-distribution-group/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 17:33:50 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[exchange-2010]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/find-out-when-user-was-added-to-exchange-2010-distribution-group/</guid>
		<description><![CDATA[Is there a way to find out when user was added to distribution group and by who? Probably thru AD or Exchange Management Console? Or such information is not stored anywhere? Asked by MadBoy If you have Directory Service Change auditing enabled, there would be a 5136 event in the security event log on the domain controller where the change was made. You can also identify when the member attribute was last changed. If the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Is there a way to find out when user was added to distribution group and by who? Probably thru AD or Exchange Management Console? Or such information is not stored anywhere?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/32063/madboy" target="_blank">MadBoy</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>If you have Directory Service Change auditing enabled, there would be a 5136 event in the security event log on the domain controller where the change was made.  </p>
<p>You can also identify when the <em>member</em> attribute was last changed.  If the dl does not change often, this may help if the last change was when that account was added to the dl.  </p>
<pre class="prettyprint"><code>repadmin /showobjmeta &lt;dcname&gt; "&lt;dn of distribution list&gt;"  
</code></pre>
<p>results:  </p>
<pre class="prettyprint"><code>29 entries.
Loc.USN                           Originating DSA  Org.USN  Org.Time/Date        Ver Attribute
=======                           =============== ========= =============        === =========
 409215      1b022a66-0f20-440d-b6f6-9a9b3b83b83c  36538059 2006-01-24 16:04:24    1 objectClass  
 409215      90864325-7d94-48ef-b941-9a1595ce749c 103330135 2008-06-02 09:22:57   22 member  
</code></pre>
<p><strong>Audit Directory Service Changes</strong><br />
<a href="http://technet.microsoft.com/en-us/library/dd772641%28v=ws.10%29.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/dd772641%28v=ws.10%29.aspx</a>  </p>
<div class="author">Answered by <a href="http://serverfault.com/users/20701/greg-askew" target="_blank">Greg Askew</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/470821/find-out-when-user-was-added-to-exchange-2010-distribution-group" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/find-out-when-user-was-added-to-exchange-2010-distribution-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting user quota on a share in Win Server 08r2</title>
		<link>http://adminsgoodies.com/setting-user-quota-on-a-share-in-win-server-08r2/</link>
		<comments>http://adminsgoodies.com/setting-user-quota-on-a-share-in-win-server-08r2/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 17:33:49 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[disk-quota]]></category>
		<category><![CDATA[user-management]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/setting-user-quota-on-a-share-in-win-server-08r2/</guid>
		<description><![CDATA[I have several shares on a server running 08r2 that I have users dumping files to. I would like to limit each user to be able to use only a specific amount of the space (quota) Any help on how to configure this is appreciated. Thanks. Asked by Joe JMC IT You would use the File Server Resource Manager and make per-user quotas. You can use templates to enforce queries per-user or per-folder. In your [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have several shares on a server running 08r2 that I have users dumping files to. </p>
<p>I would like to limit each user to be able to use only a specific amount of the space (quota)</p>
<p>Any help on how to configure this is appreciated. Thanks.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/142515/joe-jmc-it" target="_blank">Joe JMC IT</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You would use the <a href="http://technet.microsoft.com/en-us/library/cc755603%28v=ws.10%29.aspx" rel="nofollow">File Server Resource Manager</a> and make per-user quotas. </p>
<p>You can use templates to enforce queries per-user or per-folder. In your case, you&#8217;ll want user likely.</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/470512/setting-user-quota-on-a-share-in-win-server-08r2" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/setting-user-quota-on-a-share-in-win-server-08r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 firewall order of rules</title>
		<link>http://adminsgoodies.com/windows-server-2008-r2-firewall-order-of-rules/</link>
		<comments>http://adminsgoodies.com/windows-server-2008-r2-firewall-order-of-rules/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 17:33:45 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/windows-server-2008-r2-firewall-order-of-rules/</guid>
		<description><![CDATA[I would like to have one rule that allows Internet Explorer to connect to my proxy-server, but block all other applications to connect to the proxy-server. Is that possible? I&#8217;ve tried one rule that opens &#8220;Internet-Explorer&#8221; -&#62; &#8220;Proxy&#8221; and a second rule that blocks any &#8220;any application&#8221; -&#62; &#8220;Proxy&#8221; but that is not working because deny-rules are higher prioritized than allow-rules. Is there any way to do this? Asked by user154327 Not out of the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I would like to have one rule that allows Internet Explorer to connect to my proxy-server, but block all other applications to connect to the proxy-server.</p>
<p>Is that possible?</p>
<p>I&#8217;ve tried one rule that opens &#8220;Internet-Explorer&#8221; -&gt; &#8220;Proxy&#8221; and a second rule that blocks any &#8220;any application&#8221; -&gt; &#8220;Proxy&#8221; but that is not working because deny-rules are higher prioritized than allow-rules.</p>
<p>Is there any way to do this?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/154327/user154327" target="_blank">user154327</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Not out of the box. Simple like that. You can filter in the proxy based on browser identification string &#8211; and hope noone fakes that.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/37059/tomtom" target="_blank">TomTom</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/468863/windows-server-2008-r2-firewall-order-of-rules" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/windows-server-2008-r2-firewall-order-of-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query Active Directory</title>
		<link>http://adminsgoodies.com/query-active-directory/</link>
		<comments>http://adminsgoodies.com/query-active-directory/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 17:33:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/query-active-directory/</guid>
		<description><![CDATA[Wondering if someone could help me, i want to query active directory. My aim is to produce a list of users and a total number of users, now our AD is full of meeting rooms, auto users, test users etc. So i thought if add a word into these auto users descriptions i could write a script that excluded all users that have a &#8220;description = auto&#8221;. Only problem is im not the best programmer, [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Wondering if someone could help me, i want to query active directory.</p>
<p>My aim is to produce a list of users and a total number of users, now our AD is full of meeting rooms, auto users, test users etc.</p>
<p>So i thought if add a word into these auto users descriptions i could write a script that excluded all users that have a &#8220;description = auto&#8221;.</p>
<p>Only problem is im not the best programmer, any chance anyone could help me achieve this.</p>
<p>The reason for this i want to ensure we have the correct amount of CALs as CALs are not required for autp users only real people who access the system</p>
<p>Cheers for the help in advanced.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/109382/brian-mitchell" target="_blank">Brian Mitchell</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>While you could certainly do this using a command line tool, you could also do this just as easily using ADUC by creating a Saved Query.</p>
<p><strong>Edit</strong></p>
<p>I missed the part where you wanted to set the description for all non human user accounts in order to filter your query for real users. That being said, you could still set the description en masse and perform a query for users not having that description in ADUC in about 90 seconds.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/19152/joeqwerty" target="_blank">joeqwerty</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/465823/query-active-directory" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/query-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create two users on Windows Server 2008 R2 with custom requirements</title>
		<link>http://adminsgoodies.com/how-to-create-two-users-on-windows-server-2008-r2-with-custom-requirements/</link>
		<comments>http://adminsgoodies.com/how-to-create-two-users-on-windows-server-2008-r2-with-custom-requirements/#comments</comments>
		<pubDate>Mon, 24 Dec 2012 16:37:32 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[hyper-v-server-2008-r2]]></category>
		<category><![CDATA[windows-server-2008-r2]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-to-create-two-users-on-windows-server-2008-r2-with-custom-requirements/</guid>
		<description><![CDATA[I have a very powerful PC that is capable of running several environments. This computer is running Windows Server 2008 R2 with Hyper-V feature I want to allow a user to physically use the computer while Hyper-V is running, to do so I created another user account. Is there any option to disable, restart or shutdown and still let the user have admin privileges? Are there any other possibilities that I can do with the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a very powerful PC that is capable of running several environments.</p>
<p>This computer is running Windows Server 2008 R2 with Hyper-V feature</p>
<p>I want to allow a user to physically use the computer while Hyper-V is running,<br />
to do so I created another user account.</p>
<p>Is there any option to disable, restart or shutdown and still let the user have admin privileges?</p>
<p>Are there any other possibilities that I can do with the situation? Or other options?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/150827/user1835740" target="_blank">user1835740</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Mathias suggest the correct action but with incorrect parameters.</p>
<p>Open secpol.msc and navigate to Security Settings &#8211; Local Policies &#8211; User Rights Assignment:</p>
<p>Find the &#8216;Shut down the system&#8217; policy which determines who can shut down the server.</p>
<p>There are two entries in there on a 2008R2 Server: Administators and &#8216;Backup Operators&#8217;.</p>
<p>Because you want to keep the user in the administators group, you need to remove that group but add another group or users who should still be able to shut down the server.</p>
<p>The problem with the user still being an administator is that he can just open secpol.msc and just add himself back to the &#8216;Shut down the system&#8217; policy.</p>
<p>So you would need to prevent him from using the Local Group Policies, which may be possible but may also break other things he should be able to do as an administrator.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/2572/peter-hahndorf" target="_blank">Peter Hahndorf</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/460622/how-to-create-two-users-on-windows-server-2008-r2-with-custom-requirements" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-to-create-two-users-on-windows-server-2008-r2-with-custom-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.003 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-21 10:15:59 -->
