Monthly Archives: September 2020

Change the smtp address of a Microsoft 365 Group

In order to create a remote powershell session to 365, open Windows Powershell and run below commands: $UserCredential = Get-Credential and enter your 365 credentials when prompted. Then type: $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic … Continue reading

Posted in Windows | Leave a comment