Configure ADFS for Office 365
| |

Configure ADFS for Office 365

Configure ADFS for Office 365 Requirements: External DNS records for example: fs.o365cloudlab.co.za Internal DNS records for example: fs.thatcloud.com Valid SSL Certificate Service Account with Domain Admin rights More about the requirement can be found here at the Microsoft blog. To get started we need to install the ADSF roles and features. Run Windows PowerShell as…

How to find your Office 365 Tenant Location.
| |

How to find your Office 365 Tenant Location.

How to find your Office 365 Tenant Location. The following method can be used to find out where your Office 365 Tenant is hosted. First, we need to connect to Office 365 Exchange Online using the following: $credential = Get-Credential $msexonline = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid/” -Credential $credential -Authentication “Basic” -AllowRedirection Import-PSSession $msexonline -DisableNameChecking…

What is the Difference between Office 365 E3 and E5 License?

What is the Difference between Office 365 E3 and E5 License?

What is the Difference between Office 365 E3 and E5 License? This post is just to list to differences between Office 365 E3 and E5 licenses. As you will notice below with the E5 license you will receive more advanced features i.e. PowerBi, Advanced Thread Protection for Exchange Online to name a few. E3 License…

Website no longer available after moving Domain to Office 365
|

Website no longer available after moving Domain to Office 365

Website no longer available after moving Domain to Office 365 In today’s post, I will look at how to resolve the issue of your website being unavailable after moving your Domain to Microsoft Office 365. If you want to keep you current Website and move the same domain to Microsoft Office 365, no need to…

Connecting to Exchange Online with MFA Enabled

Connecting to Exchange Online with MFA Enabled

Connect to Exchange Online PowerShell with MFA Enabled.   If your organization is using MFA for all staff to provide an extra layer of security you might have found that connecting to Exchange Online using Remote PowerShell fails with an error “Access Denied”. For accounts with MFA enabled they cannot use the same method as…