Turning of the automatic 90 day password change for Office 365. Making the service easy to use for the forgetful family members.
Note: Windows 8 comes with a Power Shell instance. Don’t use it here. Use the one provided from below.
First; Install logon assistant for Office 365 Power Shell
First install the respective 32/64 bit login assistant
http://www.microsoft.com/en-us/download/confirmation.aspx?id=39267
Then install the respective 32/64 bit Power Shell version
Microsoft Online Services-modul for Windows PowerShell (32-biters versjon)
Microsoft Online Services-modul for Windows PowerShell (64-biters versjon))
Second; Run Power Shell Window
Click Windows Key, and find by scrolling or typing; Azure. Click on Windows Azure Active Directory Module for Windows Power Shell
Now, lets turn off password expiration for all users.
- First, Connect to Office 365; Connect-MsolService
- When in the Power Shell window, type; get-module MSOnline
- Then type; Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $true
Full links here:
NOR:
http://onlinehelp.microsoft.com/nb-no/office365-enterprises/hh534387.aspx
ENG:
http://onlinehelp.microsoft.com/en-us/office365-enterprises/hh534387.aspx
Files to install: (NOR)
http://onlinehelp.microsoft.com/nb-no/office365-enterprises/2b09b6a8-ad7e-446f-b7f0-273856beed70#BKMK_install
Hope this helps
Leave a Reply