Disable Password Complexity/Expiration etc. Policy on Windows Server 2008

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Tue, 18 May 2010 00:00:00 GMT Indexed on 2010/05/18 16:41 UTC
Read the original article Hit count: 354

Filed under:
Ad:: SharePoint 2007 Training in .NET 3.5 technologies (more information). This feed URL has been discontinued. Please update your reader's URL to : http://feeds.feedburner.com/winsmarts Read full article .... ...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Disable Password Complexity/Expiration etc. Policy on Windows Server 2008

Posted by Sahil Malik on Win Smarts See other posts from Win Smarts or by Sahil Malik
Published on Tue, 18 May 2010 11:20:51 GMT Indexed on 2010/05/18 15:32 UTC
Read the original article Hit count: 354

Filed under:

Ad:: SharePoint 2007 Training in .NET 3.5 technologies (more information).

One of the things I like to do, for development environments only is to get rid of that excessively bothersome password policies. I like to have my password as something like p@ssword1, so they are easy to remember etc. etc. Obviously never do this in production. However, Windows Server 2008 comes with a password policy that expires my passwords every 90 days, and requires me to pick complex passwords, can’t reuse passwords etc. etc. Well here is how you disable password policy on a Windows Server 2008 machine -

  1. Run Group Policy Management (gpmc.msc)
  2. Expand to your domain, look for Forest\Domains\yourdomain\default domain policy.
  3. Go to the settings tab, right click on the tab, and choose “Edit”.
  4. This will open the Group Policy Management Editor, in which -
    1. Go to Computer Configuration\Policies\Windows Settings\Security Settings\Account Policies\Password Policy, and change the policy to whatever that suits you.
  5. Close everything, and run command prompt as administrator, and issue a “gpupdate /force” command to force the group policy update on the machine.
  6. Restart, and you’re done! :)

Comment on the article ....


© Win Smarts or respective owner

Related posts about SharePoint 2010