<?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>thebackroomtech &#187; Windows</title>
	<atom:link href="http://thebackroomtech.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Determining when a local Windows account password was last changed</title>
		<link>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/</link>
		<comments>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[200]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[net user]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2178</guid>
		<description><![CDATA[Our corporate policy requires us to change Windows server local Administrator passwords on a regular basis.  We have a script that accomplishes this, and after the change we do a QA check to validate the passwords were actually changed. To determine when a local account password was last set (administrator, in this example) , run [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Our corporate policy requires us to change Windows server local Administrator passwords on a regular basis.  We have a script that accomplishes this, and after the change we do a QA check to validate the passwords were actually changed.</p>
<p>To determine when a local account password was last set (administrator, in this example) , run the following command:</p>
<p><em>net user Administrator | find /i &#8220;Password last set&#8221;</em></p>
<p>The result looks like:</p>
<p><em>Password last set            7/8/2010 11:14 AM</em></p>
<p>Tested on Windows 2000, Windows XP, Windows 2003, and Windows 2008.</p>
<p>Note: Just typing <em>net user accountname</em> will provide lots of good details about the user account.</p>
<p><em>C:\&gt;net user administrator<br />
User name                    Administrator<br />
Full Name<br />
Comment                      Built-in account for administering the computer/domain<br />
User&#8217;s comment<br />
Country code                 000 (System Default)<br />
Account active               Yes<br />
Account expires              Never</em></p>
<p><em>Password last set            7/8/2010 11:14 AM<br />
Password expires             Never<br />
Password changeable          7/9/2010 11:14 AM<br />
Password required            Yes<br />
User may change password     Yes</em></p>
<p><em>Workstations allowed         All<br />
Logon script<br />
User profile<br />
Home directory<br />
Last logon                   8/3/2010 5:42 PM</em></p>
<p><em>Logon hours allowed          All</em></p>
<p><em>Local Group Memberships      *Administrators<br />
Global Group memberships     *None<br />
The command completed successfully.</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/" title="64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents">64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</a></li><li><a href="http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/" title="Reinstalling System Restore on Windows XP">Reinstalling System Restore on Windows XP</a></li><li><a href="http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/" title="Microsoft Windows Service Pack Blocker Tool Kit">Microsoft Windows Service Pack Blocker Tool Kit</a></li><li><a href="http://thebackroomtech.com/2010/02/10/finding-windows-user-accounts-with-non-expiring-passwords/" title="Finding Windows user accounts with non-expiring passwords">Finding Windows user accounts with non-expiring passwords</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft releases load simulation tools for desktops</title>
		<link>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/</link>
		<comments>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[load simulation]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2005</guid>
		<description><![CDATA[Microsoft has released their Remote Desktop Load Simulation Tools which have nothing to do with Remote Desktop in the RDP sense.  Instead, the tools are designed for 32-bit and 64-bit server capacity planning and performance/scalability analysis.  According to Microsoft: In a server-based computing environment, all application execution and data processing occur on the server. Therefore it is extremely [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Microsoft has released their <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c3f5f040-ab7b-4ec6-9ed3-1698105510ad" target="_blank">Remote Desktop Load Simulation Tools</a> which have nothing to do with Remote Desktop in the RDP sense.  Instead, the tools are designed for 32-bit and 64-bit server capacity planning and performance/scalability analysis.  According to Microsoft:</p>
<p>In a server-based computing environment, all application execution and data processing occur on the server. Therefore it is extremely interesting to test the scalability and capacity of servers to determine how many client sessions a server can typically support under a variety of different scenarios. One of the most reliable ways to find out the number or users a server can support for a particular scenario is to log on a large number of users on the server simultaneously. The Remote Desktop Load Simulation tools provide the functionality which makes it possible to generate the required user load on the server.</p>
<p>Supported operating systems are:</p>
<ul>
<li>Windows Server 2008</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 for Itanium-based Systems</li>
<li>Windows Server 2008 R2</li>
<li>Windows Server 2008 R2 for Itanium-based Systems</li>
<li>Windows Server 2008 Service Pack 2</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
</ul>
<p>(Notice the lack of Windows 2003 support?)</p>
<p>A minimal test environment requires:</p>
<ol>
<li>Target Remote Desktop Server</li>
<li>Client Workstations</li>
<li>Test Controller Host</li>
</ol>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/" title="IE7 RDP web client fix">IE7 RDP web client fix</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/03/30/using-winsatexe-in-windows-server-2008-as-a-performance-benchmarking-tool/" title="Using Winsat.exe in Windows Server 2008 as a performance benchmarking tool">Using Winsat.exe in Windows Server 2008 as a performance benchmarking tool</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Windows system uptime from the command line</title>
		<link>http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/</link>
		<comments>http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 12:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[up time]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1948</guid>
		<description><![CDATA[Here&#8217;s a quick and easy way of checking how long a Windows server or workstation has been up, via the command line.  It pipes the results of Net Statistics Workstation into find.  Run the following from a command prompt: net statistics workstation &#124; find /i &#8220;statistics since&#8221; The results will look like Statistics since 8/12/2009 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here&#8217;s a quick and easy way of checking how long a Windows server or workstation has been up, via the command line.  It pipes the results of Net Statistics Workstation into find.  Run the following from a command prompt:</p>
<p><em>net statistics workstation | find /i &#8220;statistics since&#8221;</em></p>
<p>The results will look like</p>
<p><em>Statistics since 8/12/2009 11:08 PM</em></p>
<p>Which shows the machine has been up since 11:08pm on August 12, 2009.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/12/07/script-to-remotely-list-windows-local-administrator-group-membership/" title="Script to remotely list Windows local administrator group membership">Script to remotely list Windows local administrator group membership</a></li><li><a href="http://thebackroomtech.com/2009/11/16/script-to-find-and-email-files-in-a-directory/" title="Script to find and email files in a directory">Script to find and email files in a directory</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</title>
		<link>http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/</link>
		<comments>http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:30:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[Device Manager]]></category>
		<category><![CDATA[devmgmt.msc]]></category>
		<category><![CDATA[devmgr_show_nonpresent_devices=1]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[hidden devices]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Network Card]]></category>
		<category><![CDATA[Network Connections]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1933</guid>
		<description><![CDATA[I brought up a snapshot of a Windows Server 2003 R2 guest today and could not login to the domain.  After further review I found the server had lost its static TCP/IP settings &#8211; both NICs were set to DHCP (they had previously been statically set).  When I attempted to add the TCP/IP addresses back to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->I brought up a snapshot of a Windows Server 2003 R2 guest today and could not login to the domain.  After further review I found the server had lost its static TCP/IP settings &#8211; both NICs were set to DHCP (they had previously been statically set).  When I attempted to add the TCP/IP addresses back to the NICs, I received the following error message:</p>
<div> </div>
<div><em>&#8220;The IP address you have entered for this network adapter is already assigned to another adapter &#8220;Fast Ethernet Adapter #2&#8243;. &#8220;Fast Ethernet Adapter #2&#8243; is hidden from the Network Connections folder because it is not physically in the computer. If the same address is assigned to both adapters and they both become active, only one of them will use this address. This may result in incorrect system configuration. Do you want to enter a different IP address for this adapter in the list of IP addresses in the Advanced dialog box?&#8221;</em></div>
<div> </div>
<div>Solutions &#8211; <a href="http://support.microsoft.com/?id=825826">KB825826</a> outlines several potential fixes.  I ended up using Method #6 to remove the hidden network adapter.  To uninstall the ghosted network adapter from the registry, complete these steps:</div>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type cmd.exe, and then press ENTER.</li>
<li>Type set devmgr_show_nonpresent_devices=1, and then press ENTER.</li>
<li>Type Start DEVMGMT.MSC, and then press ENTER.</li>
<li>Click <strong>View</strong>, and then click <strong>Show Hidden Devices</strong>.</li>
<li>Expand the <strong>Network adapters</strong> tree.</li>
<li>Right-click the dimmed network adapter, and then click <strong>Uninstall</strong>.</li>
</ol>
<div>Next I configured the static IP on the NIC, and regained network connectivity.  A reboot was required in my case, only because services dependant on domain availability did not automatically startup.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/10/01/network-card-configuration-missing-after-p2v-using-vmware-converter/" title="Network card configuration missing after P2V using VMware Converter">Network card configuration missing after P2V using VMware Converter</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/07/01/howto-delegate-the-enabledisable-accounts-permission-in-active-directory/" title="Howto: Delegate the enable/disable accounts permission in Active Directory">Howto: Delegate the enable/disable accounts permission in Active Directory</a></li><li><a href="http://thebackroomtech.com/2009/06/26/access-is-denied-when-attempting-to-view-or-restore-volume-shadow-copy-contents/" title="Access is denied when attempting to view or restore Volume Shadow Copy contents">Access is denied when attempting to view or restore Volume Shadow Copy contents</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Reset a lost VMware guest password</title>
		<link>http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/</link>
		<comments>http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[kon-boot]]></category>
		<category><![CDATA[konboot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lost]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[virtual infrastructure]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware server]]></category>
		<category><![CDATA[vmware workstation]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1925</guid>
		<description><![CDATA[So you&#8217;ve forgotten your VMware Linux or Windows guest password?  Here&#8217;s how to reset it.  These instructions focus on resetting the password through the Virtual Infrastructure Client, but there&#8217;s no reason you couldn&#8217;t do it using VMware Workstation or VMware Server.   1. Grab a Kon-Boot .iso image.   2. In the Virtual Infrastructure client, configure [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So you&#8217;ve forgotten your VMware Linux or Windows guest password?  Here&#8217;s how to reset it.  These instructions focus on resetting the password through the Virtual Infrastructure Client, but there&#8217;s no reason you couldn&#8217;t do it using VMware Workstation or VMware Server.  </p>
<div>1. Grab a <a href="http://www.piotrbania.com/all/kon-boot">Kon-Boot .iso</a> image.</div>
<div> </div>
<div>2. In the Virtual Infrastructure client, configure the problematic guest&#8217;s Virtual CDROM for the Kon-boot ISO image.</div>
<div> </div>
<div>3. Boot the problem guest server.  At the VMware BIOS screen, press the <em>ESC</em> key to bring up the boot menu.  Select to boot from CD-ROM.</div>
<div> </div>
<div>4. When the Kon-Boot splash screen appears, press <em>Enter</em> to boot Windows.</div>
<div> </div>
<div>5. At the Windows login screen, enter administrator as the user name, with any password you&#8217;d like.  Note:  This password is not persistent!  You must set the administrator password manually! Once the password is set, reboot the server and you will be able to login with the newly set credentials.</div>
<div> </div>
<div>If you are trying to reset the password in Linux, the steps are the same, but instead of logging into Windows and resetting the adminstrator password, login to Linux and reset the root password.</div>
<div> </div>
<div> </div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2009/01/19/howto-use-msizap-to-remove-orphaned-cached-windows-installer-data-files-to-increase-free-disk-space/" title="Howto: Use msizap to remove orphaned cached Windows Installer Data Files to increase free disk space">Howto: Use msizap to remove orphaned cached Windows Installer Data Files to increase free disk space</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/09/12/howto-use-diskpartexe-with-bartpe-and-windows-server-2003-to-align-the-boot-disk-partition-before-windows-server-setup-runs/" title="Howto: Use DiskPart.exe with BartPE and Windows Server 2003 to align the boot disk partition before Windows Server setup runs">Howto: Use DiskPart.exe with BartPE and Windows Server 2003 to align the boot disk partition before Windows Server setup runs</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Howto: Delegate the enable/disable accounts permission in Active Directory</title>
		<link>http://thebackroomtech.com/2009/07/01/howto-delegate-the-enabledisable-accounts-permission-in-active-directory/</link>
		<comments>http://thebackroomtech.com/2009/07/01/howto-delegate-the-enabledisable-accounts-permission-in-active-directory/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:13:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Users and Computers]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[ADUC]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[delegation]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1872</guid>
		<description><![CDATA[To delegate the ability to enable and disable user accounts in Active Directory: Launch Active Directory Users and Computers with adminsitrative credentials Right click on the OU where you want to delegate the ability to enable and disable user accounts Select the Active Directory security group that you want to delegate the ability to and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To delegate the ability to enable and disable user accounts in Active Directory:</p>
<ol>
<li>Launch <em>Active Directory Users and Computers</em> with adminsitrative credentials</li>
<li>Right click on the OU where you want to delegate the ability to enable and disable user accounts</li>
<li>Select the Active Directory security group that you want to delegate the ability to and press <em>Next</em></li>
<li>Select <em>Create Custom Task to Delegate</em> and press <em>Next</em></li>
<li>Under <em>Delegate Control Of</em> select the <em>Only the following objects in the folder</em> radio button</li>
<li>Select the <em>User objects</em> check box and press <em>Next</em></li>
<li>Under <em>Show these permissions</em> uncheck <em>General</em> and select <em>Property-specific</em></li>
<li>Select the <em>Read userAccountControl</em> and <em>Write userAccountControl</em> check boxes and press <em>Next</em> and <em>Finish</em></li>
</ol>
<div> </div>
<div>You&#8217;ve now delegated the ability to enable and disable AD user accounts to a security group.</div>
<div> </div>
<div><span style="text-decoration:underline;">Additional References</span></div>
<div> </div>
<div><a href="http://support.microsoft.com/kb/305144">http://support.microsoft.com/kb/305144</a></div>
<div><a href="http://briandesmond.com/blog/delegating-enable-disable-account-rights-in-active-directory/">http://briandesmond.com/blog/delegating-enable-disable-account-rights-in-active-directory/</a></div>
<div> </div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/01/30/microsoft-active-directory-topology-diagrammer/" title="Microsoft Active Directory Topology Diagrammer">Microsoft Active Directory Topology Diagrammer</a></li><li><a href="http://thebackroomtech.com/2010/04/05/ad-message-object-is-a-container-and-contains-other-objects-are-you-sure-you-want-to-delete-object-and-the-objects-it-contains/" title="AD Message: Object is a container and contains other objects. Are you sure you want to delete object and the objects it contains">AD Message: Object is a container and contains other objects. Are you sure you want to delete object and the objects it contains</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/06/26/access-is-denied-when-attempting-to-view-or-restore-volume-shadow-copy-contents/" title="Access is denied when attempting to view or restore Volume Shadow Copy contents">Access is denied when attempting to view or restore Volume Shadow Copy contents</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/07/01/howto-delegate-the-enabledisable-accounts-permission-in-active-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access is denied when attempting to view or restore Volume Shadow Copy contents</title>
		<link>http://thebackroomtech.com/2009/06/26/access-is-denied-when-attempting-to-view-or-restore-volume-shadow-copy-contents/</link>
		<comments>http://thebackroomtech.com/2009/06/26/access-is-denied-when-attempting-to-view-or-restore-volume-shadow-copy-contents/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[acess denied]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[volume shadow copy]]></category>
		<category><![CDATA[volume snapshot service]]></category>
		<category><![CDATA[vss]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1852</guid>
		<description><![CDATA[I setup our help desk users to be able to restore documents using Microsoft&#8217;s Volume Shadow Copy client on remote servers yesterday.  Everything worked just fine for me as an administrator, and for users who owned the files, but it didn&#8217;t work for the help desk folks.  I found out they didn&#8217;t have NTFS rights to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I setup our help desk users to be able to restore documents using Microsoft&#8217;s Volume Shadow Copy client on remote servers yesterday.  Everything worked just fine for me as an administrator, and for users who owned the files, but it didn&#8217;t work for the help desk folks.  I found out they didn&#8217;t have NTFS rights to the files and folders, so I assumed all I had to do was assign them change permissions, and they&#8217;d be able to do the restore.</p>
<p>I made the permission change, but when the help desk folks tried to view the contents of the shadow copy snapshots they received &#8220;Access Denied&#8221; errors.  I had them confirm they could UNC to the location where the snapshots were located, and they could create and delete files there.</p>
<p>After much Googling didn&#8217;t provide many troubleshooting ideas, I decided to manually create a snapshot of the same volume.  I had them test again, and they were able to view the snapshot&#8217;s contents and restore files.  Underlying cause was the help desk group didn&#8217;t have permissions to the original snapshot, so they couldn&#8217;t see the files to restore them.  Hope this helps someone else out.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/07/01/howto-delegate-the-enabledisable-accounts-permission-in-active-directory/" title="Howto: Delegate the enable/disable accounts permission in Active Directory">Howto: Delegate the enable/disable accounts permission in Active Directory</a></li><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2007/11/20/resources-for-troubleshooting-windows-event-2019-the-server-was-unable-to-allocate-from-the-system-nonpaged-pool-because-the-pool-was-empty/" title="Resources for Troubleshooting Windows Event 2019: The server was unable to allocate from the system nonpaged pool because the pool was empty">Resources for Troubleshooting Windows Event 2019: The server was unable to allocate from the system nonpaged pool because the pool was empty</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/06/26/access-is-denied-when-attempting-to-view-or-restore-volume-shadow-copy-contents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Do not display the name of the user who has locked a Windows computer or server</title>
		<link>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/</link>
		<comments>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1681</guid>
		<description><![CDATA[Normally when a Windows workstation or server is locked, you&#8217;ll see something similar to the following Windows Security message:   This computer is in use and has been locked.   Only DOMAIN\USER (user name) or an administrator can unlock this computer.   To not show the name of the user who has locked a computer, the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Normally when a Windows workstation or server is locked, you&#8217;ll see something similar to the following Windows Security message:  </p>
<div><em>This computer is in use and has been locked.</em></div>
<div> </div>
<div><em>Only DOMAIN\USER (user name) or an administrator can unlock this computer.</em></div>
<div> </div>
<div>To not show the name of the user who has locked a computer, the following can be defined in a workstation level GPO</div>
<div> </div>
<div><em>Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Interactive logon: Display user information when the session is locked</em>.</div>
<div> </div>
<div>There are three choices if you enable this policy:</div>
<div> </div>
<ul>
<li>User display name, domain and user names (default setting)</li>
<li>User display name only</li>
<li>Do not display user information</li>
</ul>
<div> </div>
<div>Besides being able to apply this to Active Directory GPOs, this setting appears in the local security policy on my Windows XP SP3 VM.  The setting is not available on my XP SP2 laptop, but I see from <a href="http://support.microsoft.com/kb/837022" target="_blank">KB837022</a>  there is a hotfix that corrects this problem in XP SP2.</div>
<p></p>
<div>Alternatively, the following DWORD can be created in the registry of XP SP2, Windows Vista, and Windows Server 2008 machine to accomplish the same thing:</div>
<div> </div>
<div><em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DontDisplayLockedUserId</em></div>
<div> </div>
<div>User display name, domain and user names = 1</div>
<div>User display name only = 2</div>
<div>Do not display user information =3</div>
<div> </div>
<div>You need to restart the machine for the change to take effect.</div>
<div> </div>
<div>You may also be interested in the related <em>Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Interactive logon: Do not display last user name</em> setting. This security setting determines whether the name of the last user to log on to the computer is displayed in the Windows logon screen.</div>
<p>If this policy is enabled, the name of the last user to successfully log on is not displayed in the <em>Log On to Windows</em> dialog box.  If this policy is disabled, the name of the last user to log on is displayed.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li><li><a href="http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/" title="Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy">Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: 0×80070005: Access is denied when running scheduled task as a non-administrator</title>
		<link>http://thebackroomtech.com/2009/04/22/fix-0x80070005-access-is-denied-when-running-scheduled-task-as-a-non-administrator/</link>
		<comments>http://thebackroomtech.com/2009/04/22/fix-0x80070005-access-is-denied-when-running-scheduled-task-as-a-non-administrator/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 07:55:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[.cmd]]></category>
		<category><![CDATA[batch job]]></category>
		<category><![CDATA[scheduled task]]></category>
		<category><![CDATA[schtasks]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1676</guid>
		<description><![CDATA[I was running a scheduled task on a Windows 2003 server that called a script that ran as a non-administrator on the server.  The service account that the script ran under had rights to all the appropriate directories on the server, but I still kept seeing the following error after the scheduled task failed to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was running a scheduled task on a Windows 2003 server that called a script that ran as a non-administrator on the server.  The service account that the script ran under had rights to all the appropriate directories on the server, but I still kept seeing the following error after the scheduled task failed to execute:</p>
<p><!--StartFragment--><em>0&#215;80070005: Access is denied</em></p>
<p>The solution is documented in <a href="http://support.microsoft.com/kb/867466" target="_blank">KB867466</a></p>
<p><!--StartFragment-->Grant the Cmd.exe program Read and Execute permissions for the user account that the batch job runs under. To do this, follow these steps:</p>
<ol>
<li>Click <strong>Start</strong>, and then click <strong>Windows Explorer</strong>.</li>
<li>Locate and then right-click the <strong>Cmd.exe</strong> file. The Cmd.exe file is located in the %windir%\System32 folder.</li>
<li>Click <strong>Properties</strong>.</li>
<li>Click the <strong>Security</strong> tab.</li>
<li>Click <strong>Add</strong>.</li>
<li>In the <strong>Enter the object names to select</strong> box, type the user name that the batch job runs under, and then click <strong>OK</strong> two times.<strong>Note</strong> When you add the user, the user is automatically granted Read and Execute permissions.</li>
<li>Click <strong>Yes</strong> when you are prompted to continue.</li>
</ol>
<div> </div>
<div>This issue occurs if all the following conditions are true:</div>
<ul>
<li>You run the batch job on a Windows Server 2003-based member server.</li>
<li>The batch job runs as a non-interactive process.</li>
<li>The batch job is configured to run under the context of an account that is not a member of the Administrators group.</li>
</ul>
<div>In Windows Server 2003, the Users group does not have Read and Execute permissions to the command processor (Cmd.exe). By default, the Cmd.exe program has the following permissions settings:</div>
<ul>
<li>The Interactive implicit group and the Service implicit group have Read and Execute permissions.<strong>Note</strong> On a member server, the TelnetClients group also has Read and Execute permissions. On a domain controller, the Batch implicit group also has Read and Execute permissions.</li>
<li>The Administrators group and the System implicit group have Full Control permissions.</li>
</ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/04/22/fix-0x80070005-access-is-denied-when-running-scheduled-task-as-a-non-administrator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copying command prompt output directly to the Windows clipboard</title>
		<link>http://thebackroomtech.com/2009/03/26/copying-command-prompt-output-directly-to-the-windows-clipboard/</link>
		<comments>http://thebackroomtech.com/2009/03/26/copying-command-prompt-output-directly-to-the-windows-clipboard/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:41:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[pipe]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1609</guid>
		<description><![CDATA[How often have you wanted to copy the output of a Windows command from the command prompt, but had to go thought the process of marking and copying the text first?  Redirecting the command and it&#8217;s output is as easy as this: ipconfig /all &#124; clip will pipe the results of ipconfig into the clipboard, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>How often have you wanted to copy the output of a Windows command from the command prompt, but had to go thought the process of marking and copying the text first? </p>
<p>Redirecting the command and it&#8217;s output is as easy as this:</p>
<p><em>ipconfig /all | clip</em></p>
<p>will pipe the results of ipconfig into the clipboard, which can then be pasted into notepad with a CTRL-V.  How convienent is that!  This works in Windows 2003 and higher (sorry, no Windows XP).</p>
<p>Found at <!--StartFragment--><a href="http://www.windowsreference.com/windows-server-2008/copy-command-prompt-output-directly-clipboard-in-windows">http://www.windowsreference.com/windows-server-2008/copy-command-prompt-output-directly-clipboard-in-windows/</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/03/26/copying-command-prompt-output-directly-to-the-windows-clipboard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 47/92 queries in 0.043 seconds using disk: basic
Object Caching 1448/1521 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 22:55:52 -->
