Expire

Set password to never expire Office 365

Specific account

Get-MSOLUser -UserPrincipalName <user ID> | Select PasswordNeverExpires

 

Every Organization

Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $true