Set O365 Password to never expire for just one user
Recently I needed to do this for our PRTG alerting account which was failing to send notifications as the O365 password had expired. I did this from Powershell within Windows 10 as follows: Launch powershell as Administrator then run
1 |
[cc lang="powershell"]Install-Module MsOnline[/cc] |
Then run
1 |
[cc lang="powershell"]Connect-MsOlService[/cc] |
at this point an O365 authentication box pops up – enter your…