Dag: 8 september 2019

Office365: Set account passwords to never expire $ Install-Module MSOnline $ Connect-MSOLService To list all users and see if their password expires, use this cmdlet: $ Get-MSOLUser | Select UserPrincipalName, PasswordNeverExpires Check password settings To check the PasswordNeverExpires for just one user, use this cmdlet, replacing alias with the user’s alias. $ Get-MSOLUser -UserPrincipalName alias […]

Meer lezen