Comments on: Powershell to set AD user password to never Expire/2009/08/18/powershell-to-set-ad-user-password-to-never-expire/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminWed, 29 Jun 2011 06:58:16 +0000hourly1http://wordpress.com/By: Ayoub Umoru/2009/08/18/powershell-to-set-ad-user-password-to-never-expire/#comment-424Wed, 29 Jun 2011 06:58:16 +0000/?p=637#comment-424In reply to Shay Levy.

Thats not an “build-in” Cmdlet 🙂 You have to download powergui and import/”enable” the AD module.

]]>
By: Krishna/2009/08/18/powershell-to-set-ad-user-password-to-never-expire/#comment-39Wed, 19 Aug 2009 09:09:44 +0000/?p=637#comment-39In reply to Shay Levy.

You are True my friend. Thanks for the update 🙂

]]>
By: Shay Levy/2009/08/18/powershell-to-set-ad-user-password-to-never-expire/#comment-38Tue, 18 Aug 2009 18:26:49 +0000/?p=637#comment-38It is much safer to use built-in parameters 🙂

Set-QADUser -PasswordNeverExpires $true

]]>