Everything SharePoint/Silverlight/WP7

My continuous learning of SharePoint, Silverlight, WP7 Development, Office, VSTO, C#…

Archive for May 8th, 2007

Links (5/8/2007)

Posted by Steve Pietrek on May 8, 2007

  1. Configuring Forms Authentication in SharePoint 2007
  2. Database Migration from WSS 2.0 to MOSS 2007 - note the database had no major errors or major customizations. what do people do which when migrating when there is major errors and major customizations?
  3. SharePoint Workflow Activities in the Toolbox
  4. SharePoint Basic / Extranet Double Authentication
  5. Document Workflow in MOSS 2007: How to extract an email address from an email sent to your Document Library for Workflow
  6. Using quickparts in document templates
  7. List Web Part for Microsoft Dynamics CRM 3.0 has been re-released
  8. Rebranding webparts urls in runtime
  9. Existence of Folder and Files in SharePoint
  10. Custom Web Applications Coexisting with SharePoint 2007
  11. Quick Reference for WSS 3.0 and SharePoint Server 2007 x86 and x64 Downloads
  12. Foxit PDF IFilter – x64 and 32 bit Windows
  13. Building accessible HTML controls for SharePoint
  14. Hotfix for Time-Based SPD Actions Available

Posted in SPLinks | Leave a Comment »

Change Active Directory Strong Password Policies

Posted by Steve Pietrek on May 8, 2007

Recently I have been creating numerous VM’s for my SharePoint development. Typically the first thing I do is create a base Windows Server 2003 VM with Active Directory. Inevitably, during the process of creating users I receive the error (see below) that the password has not met the password policy requirements. Since I want all users to have the same simple password, I needed a way to change the strong password policies.

Windows cannot set the password for <user> because: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.

Below are the steps to do so:

  1. In Windows Server 2003, select Domain Security Policy from Administrative Tools. In Windows Server 2008, select Local Security Policy from Administrative Tools.
  2. In Windows Server 2003, expand Security Settings-Account Policies-Password Policy. In Windows Server 2008, expand Account Policies-Password Policy.
  3. Right-click on “Minimum password length” in the right pane and select Properties. Do not remove the check for the “Define this policy setting” check box (only available in Windows Server 2003). Enter a new setting – I set mine to 0 (no password required) and click OK.
  4. Right-click on “Password must meet complexity requirements” in the right pane and select Properties. Do no remove the check for the “Define this policy setting” check box (only available in Windows Server 2003). Select the Disabled option and click OK.
  5. Close the “Default Domain Security Settings” dialog.
  6. Select Start-Run and type in cmd.
  7. Type “gpupdate /force” (without the quotes) and click Enter.
  8. Type “exit” (without the quotes) to exit Cmd.

IMPORTANT NOTE: I WOULD NOT RECOMMEND REMOVING STRONG PASSWORD POLICIES IN A PRODUCTION ENVIRONMENT.

UPDATE (1/14/2009): UPDATED FOR WINDOWS SERVER 2008.

Posted in Infrastructure | 10 Comments »

 
Follow

Get every new post delivered to your Inbox.