<?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; password</title>
	<atom:link href="http://thebackroomtech.com/tag/password/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>Finding Windows user accounts with non-expiring passwords</title>
		<link>http://thebackroomtech.com/2010/02/10/finding-windows-user-accounts-with-non-expiring-passwords/</link>
		<comments>http://thebackroomtech.com/2010/02/10/finding-windows-user-accounts-with-non-expiring-passwords/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 09:55:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[expiration]]></category>
		<category><![CDATA[expire]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2093</guid>
		<description><![CDATA[I was performing a security audit on a Windows 2003 member server that had many local user accounts.  One of my tasks was to identify which accounts had passwords that never expire. I decided to use WMIC to enumerate the user accounts.  The command I executed was: wmic path Win32_UserAccount where PasswordExpires=&#8221;false&#8221; Many accounts were [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was performing a security audit on a Windows 2003 member server that had many local user accounts.  One of my tasks was to identify which accounts had passwords that never expire.</p>
<p>I decided to use WMIC to enumerate the user accounts.  The command I executed was:</p>
<p><em>wmic path Win32_UserAccount where PasswordExpires=&#8221;false&#8221;</em></p>
<p>Many accounts were identified, so I decided to save the output to the noexpire.cvs  file:</p>
<p><em>wmic /output:noexpire.csv path Win32_UserAccount where PasswordExpires=&#8221;false&#8221;</em></p>
<p>WMIC is included in Windows XP, Windows 2003 and newer operating systems.  You can use these platforms to remotely query a Windows 2000 system as well.</p>
<p>I could have scanned the server with <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b1e76bbe-71df-41e8-8b52-c871d012ba78&amp;displaylang=en" target="_blank">MBSA</a> to find the non-expiring passwords, but the scan would have been extremely evident in the server&#8217;s log files.</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/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/12/29/dell-dset-utility-default-password/" title="Dell Dset utility default password">Dell Dset utility default password</a></li><li><a href="http://thebackroomtech.com/2008/09/30/howto-find-edirectory-ssl-certificates-and-determine-when-they-expire/" title="Howto: Find eDirectory SSL certificates and determine when they expire">Howto: Find eDirectory SSL certificates and determine when they expire</a></li><li><a href="http://thebackroomtech.com/2008/03/26/how-to-change-the-sql-sa-password-from-a-command-prompt/" title="How to change the SQL sa password from a command prompt">How to change the SQL sa password from a command prompt</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/02/10/finding-windows-user-accounts-with-non-expiring-passwords/feed/</wfw:commentRss>
		<slash:comments>0</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>Dell Dset utility default password</title>
		<link>http://thebackroomtech.com/2008/12/29/dell-dset-utility-default-password/</link>
		<comments>http://thebackroomtech.com/2008/12/29/dell-dset-utility-default-password/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Dset]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1274</guid>
		<description><![CDATA[I always forget this, so I&#8217;m posting this here for the next time I need to review a Dell Dset report, that the default password is &#8216;dell&#8217;. If you are not familiar with Dset, you can download it from http://ftp.us.dell.com/sysman/Dell_DSET_1.5.0.120.exe It&#8217;s a nifty utility that provides configuration and diagnostic information for Dell&#8217;s technical support staff. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I always forget this, so I&#8217;m posting this here for the next time I need to review a Dell Dset report, that the default password is &#8216;dell&#8217;.</p>
<p>If you are not familiar with Dset, you can download it from http://ftp.us.dell.com/sysman/Dell_DSET_1.5.0.120.exe</p>
<p>It&#8217;s a nifty utility that provides configuration and diagnostic information for Dell&#8217;s technical support staff.  I like it because I can have someone run it on a remote server and email me the report.  It&#8217;s very helpful when trying to determine if a hardware failure has occurred (or is occurring).</p>
<p>The Dset readme describes the product in the following manner:</p>
<p>Dell Server E-Support Tool (DSET) provides the ability to collect hardware, storage and operating system information of a Dell PowerEdge or PowerVault server. This information is consolidated into a single &#8220;System Configuration Report&#8221; that can be useful for troubleshooting or inventory collection of a system. The browser user interface provides a convenient means to view specific data through hierarchical menu trees.</p>
<p>DSET is intended to be a small, non-intrusive tool that does not require a reboot of the system to provide full functionality. DSET can collect information about Linux modules, services, network settings, etc. as well as system logs. DSET will also collect extended hardware information such as processors, memory, PCI cards, ESM log, BIOS/firmware versions and system health (fan/voltage levels) as well as storage configuration information (RAID controllers, hard drives).</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/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><li><a href="http://thebackroomtech.com/2009/09/23/workaround-for-dell-openmanage-server-administrator-installation-fails-prerequisite-checks/" title="Workaround for Dell OpenManage Server Administrator installation fails prerequisite checks">Workaround for Dell OpenManage Server Administrator installation fails prerequisite checks</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><li><a href="http://thebackroomtech.com/2009/01/06/howto-change-the-ip-address-of-a-dell-4p-drac-from-the-command-line-without-rebooting-the-server/" title="Howto: Change the IP address of a Dell 4/P DRAC from the command line without rebooting the server">Howto: Change the IP address of a Dell 4/P DRAC from the command line without rebooting the server</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/12/29/dell-dset-utility-default-password/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to change the SQL sa password from a command prompt</title>
		<link>http://thebackroomtech.com/2008/03/26/how-to-change-the-sql-sa-password-from-a-command-prompt/</link>
		<comments>http://thebackroomtech.com/2008/03/26/how-to-change-the-sql-sa-password-from-a-command-prompt/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 11:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[sa]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=296</guid>
		<description><![CDATA[To change the SQL sa password from a command prompt: Start a command prompt by typing Start &#8211; Run &#8211; cmd Enter the following commands, pressing Enter after each line OSQL -S yourservername -E     1&#62; EXEC sp_password NULL, &#8216;yourpassword&#8217;, &#8216;sa&#8217;     2&#62; GO Where yourservername is the name of your server and yourpassword is the new [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To change the SQL sa password from a command prompt:</p>
<p>Start a command prompt by typing <em>Start</em> &#8211; <em>Run</em> &#8211; <em>cmd</em></p>
<p><span>Enter the following commands, pressing Enter after each line</span></p>
<p><span><em>OSQL -S yourservername -E</em><br />
    1&gt; <em>EXEC sp_password NULL, &#8216;yourpassword&#8217;, &#8216;sa&#8217;<br />
</em>    2&gt; <em>GO</em></span></p>
<p><span>Where yourservername is the name of your server and yourpassword is the new sa account password.  Type <em>exit</em> twice to return to the server desktop.  </span></p>
<p><span>This works in SQL 2005, I don&#8217;t have access to other versions so I can&#8217;t say if it will or won&#8217;t work other versions of SQL.</span></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/03/03/howto-determine-the-sql-2000-version/" title="Howto: Determine the SQL 2000 Version">Howto: Determine the SQL 2000 Version</a></li><li><a href="http://thebackroomtech.com/2008/02/29/howto-resend-an-activation-password-for-a-blackberry-device-from-blackberry-enterprise-server/" title="Howto: Resend an Activation Password for a Blackberry Device from Blackberry Enterprise Server">Howto: Resend an Activation Password for a Blackberry Device from Blackberry Enterprise Server</a></li><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/2010/03/26/fix-for-sql-cluster-instance-install-error-there-was-an-unexpected-failure-during-the-setup-wizard-the-service-cannot-be-started-either-because-it-is-disabled-or-because-it-has-no-enabled-devic/" title="FIX for SQL cluster instance install error: &#8220;There was an unexpected failure during the setup wizard.  The service cannot be started, either because it is disabled, or because it has no enabled devices associated with it&#8221;">FIX for SQL cluster instance install error: &#8220;There was an unexpected failure during the setup wizard.  The service cannot be started, either because it is disabled, or because it has no enabled devices associated with it&#8221;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/03/26/how-to-change-the-sql-sa-password-from-a-command-prompt/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Password Complexity Requirements</title>
		<link>http://thebackroomtech.com/2008/03/10/windows-server-2008-password-complexity-requirements/</link>
		<comments>http://thebackroomtech.com/2008/03/10/windows-server-2008-password-complexity-requirements/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 05:24:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=286</guid>
		<description><![CDATA[I finally got around to installing Windows Server 2008 Standard today.  I performed a Server Core installation, and was suprised how little interaction I had to have with the installer.  It seemed like I answered three or four questions, went to get a Diet Coke, and when I came back the server was at the logon [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I finally got around to installing Windows Server 2008 Standard today.  I performed a Server Core installation, and was suprised how little interaction I had to have with the installer.  It seemed like I answered three or four questions, went to get a Diet Coke, and when I came back the server was at the logon prompt.</p>
<p>During the install process I had not been prompted to provide an Administrator password like I&#8217;d experienced during installations of previous Windows Server operating systems.  I entered <em>Administator</em> as the User Name and hit enter, and I was automagically logged onto the server.</p>
<p>Immediately Windows prompted me to change the Administrator password.  I tried reusing a few of my standard passwords, but they kept getting rejected with the following error:</p>
<p><em>&#8220;Unable to update the password.  The value provided for the new password does not meet the length, complexity, or history requirements of the domain&#8221;</em></p>
<p>I tried to create a new password several more time, but nothing worked.  I finally decided to find out what the <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc264456.aspx">default password policy requirements</a> were for Windows 2008.</p>
<p>When this policy setting is enabled, users must create strong passwords to meet the following minimum requirements:</p>
<ul>
<li>Passwords cannot contain the user&#8217;s account name or parts of the user&#8217;s full name that exceed two consecutive characters.</li>
<li>Passwords must be at least six characters in length.</li>
<li>Passwords must contain characters from three of the following four categories:</li>
</ul>
<ol>
<li>
<div>English uppercase characters (A through Z).</div>
</li>
<li>
<div>English lowercase characters (a through z).</div>
</li>
<li>
<div>Base 10 digits (0 through 9).</div>
</li>
<li>
<div>Non-alphabetic characters (for example, !, $, #, %).</div>
</li>
</ol>
<p>I thought it was interesting to find the following explanation from the <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc264456.aspx">same web page</a>:</p>
<p><em>&#8220;Password must meet complexity requirements<strong> -</strong> </em></p>
<p><em>This policy setting checks all new passwords to ensure that they meet basic requirements for strong passwords. <strong>By default, the value for this policy setting in Windows Server 2008 is configured to Disabled, but it is set to Enabled in a Windows Server 2008 domain</strong> for both environments described in this guide.&#8221;</em></p>
<p>That was not the behavior I had experienced with my initial install of Windows Server 2008.  This was a core installation and was not a domain member, so why was the policy enabled? </p>
<p>On another note, when you want to log out of Server Core, simply type <em>logoff</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/05/22/running-powershell-on-windows-server-2008-core/" title="Running Powershell On Windows Server 2008 Core">Running Powershell On Windows Server 2008 Core</a></li><li><a href="http://thebackroomtech.com/2008/03/19/howto-enable-automatic-updates-in-windows-2008-server-core/" title="Howto: Enable Automatic Updates in Windows 2008 Server Core">Howto: Enable Automatic Updates in Windows 2008 Server Core</a></li><li><a href="http://thebackroomtech.com/2008/03/18/howto-configure-the-windows-2008-server-core-screensaver-activation-period/" title="Howto: Configure the Windows 2008 Server Core Screensaver Activation Period">Howto: Configure the Windows 2008 Server Core Screensaver Activation Period</a></li><li><a href="http://thebackroomtech.com/2008/03/17/howto-enable-remote-desktop-on-a-windows-2008-server-core-system/" title="Howto: Enable Remote Desktop on a Windows 2008 Server Core System">Howto: Enable Remote Desktop on a Windows 2008 Server Core System</a></li><li><a href="http://thebackroomtech.com/2008/03/14/howto-shut-down-or-reboot-a-windows-2008-server-core-system/" title="Howto: Shut down or reboot a Windows 2008 Server Core System">Howto: Shut down or reboot a Windows 2008 Server Core System</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/03/10/windows-server-2008-password-complexity-requirements/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>Howto: Resend an Activation Password for a Blackberry Device from Blackberry Enterprise Server</title>
		<link>http://thebackroomtech.com/2008/02/29/howto-resend-an-activation-password-for-a-blackberry-device-from-blackberry-enterprise-server/</link>
		<comments>http://thebackroomtech.com/2008/02/29/howto-resend-an-activation-password-for-a-blackberry-device-from-blackberry-enterprise-server/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 11:51:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=275</guid>
		<description><![CDATA[Yesterday I installed Blackberry Enterprise Server (BES) on a Windows 2003 SP2 server that would synchronize with Groupwise 7.0.1. Installing BES was fairly straightforward, but getting the Groupwise client to synchronize the users and address books was another story. Once we had the entire system functioning properly, it was time to synchronize the first Blackberry [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Yesterday I installed Blackberry Enterprise Server (BES) on a Windows 2003 SP2 server that would synchronize with Groupwise 7.0.1.  Installing BES was fairly straightforward, but getting the Groupwise client to synchronize the users and address books was another story.</p>
<p>Once we had the entire system functioning properly, it was time to synchronize the first Blackberry with the server.  From the Blackberry Manager we selected the option to Generate and Email Activation Password, but the user never received the activation message &#8211; neither in her email nor on her Blackberry.  We finally tracked down the result of the failure, which was we were sending the activation email from an alias address, not from a user with an actual mailbox.</p>
<p>This morning we changed the address the activation message was sent from to a user with an actual mailbox.   When we tried to resend the activation email to the Blackberry device we received the following error from Blackberry Manager:</p>
<p><i>A password was not generated.  The user still has a non-expired activation password for which the number of attempts has not exceeded the maximum of 5.</i></p>
<p>I couldn&#8217;t find anywhere to cancel the pending activation request, and was not about to wait the 48 hours for the message to expire.  Nor was I going to enter the incorrect password 5 times to nullify the activation request.</p>
<p>Finally, I found the following solution:</p>
<p>1)  In Blackberry Manager, right click the user and select <i>Set Activation Password</i></p>
<p>2)  In the <i>Password</i> box, leave both fields blank</p>
<p>3)  In the <i>Password Expires in _ hours</i> box, enter a 0 (zero) and click OK</p>
<p>This will expire the existing activation email and password and will allow you to resend the activation email to the Blackberry device.</p>
<p>To resend the Activation email from Blackberry Manager, right click the user and select <i>Generate and Email Activation Password</i>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/02/29/howto-resend-an-activation-password-for-a-blackberry-device-from-blackberry-enterprise-server/feed/</wfw:commentRss>
		<slash:comments>3</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 32/65 queries in 0.027 seconds using disk: basic
Object Caching 952/986 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 22:25:47 -->
