Set-MsolPasswordPolicy -DomainName u-btech.com -ValidityPeriod:180 -NotificationDays:20 Get-MsolPasswordPolicy -DomainName u-btech.com | fl Change Primary SMTP address for user:
Set-MsolPasswordPolicy -DomainName u-btech.com -ValidityPeriod:180 -NotificationDays:20 Get-MsolPasswordPolicy -DomainName u-btech.com | fl Change Primary SMTP address for user:
Get-MsolUser -UserPrincipalName "username of user here" | select -ExpandProperty ProxyAddresses This list reveals the email account that I need to remove however there is no Set-MSOLUser command to remove Proxy Email addresses. I've looked in Exchange Online EAC to see if the account has an Exchange Mailbox which they do not.