by Tiempo | Apr 20, 2017 | Exchange Online, PowerShell
Item: Change the email address of an Office 365 group. For example, if you create an Office 365 group when the default domain was domainA.com – then the group would have an email address at domainA.com, even if you change the domain name. Method: 1/ Connect to...
by Tiempo | Apr 20, 2017 | Exchange Online, Office 365
Item: How to connect to Exchange online (Office 365) via Powershell Method: 1\ Open PowerShell and run : $UserCredential = Get-Credential 2\ Enter user credentials into window which appears 3\ Enter command: $Session = New-PSSession -ConfigurationName...