Get-AzureADDirectorySettingTemplate : The term ‘Get-AzureADDirectorySettingTemplate’ is not recognized.
| | |

Get-AzureADDirectorySettingTemplate : The term ‘Get-AzureADDirectorySettingTemplate’ is not recognized.

Get-AzureADDirectorySettingTemplate : The term ‘Get-AzureADDirectorySettingTemplate’ is not recognized. You receive the following error when trying to execute the following cmdlet: Get-AzureADDirectorySettingTemplate. To resolve this error, you need to install the following PowerShell Module AzureADPreview. But you will find that users have installed the PowerShell Module AzureAD and this Module does not have the cmdlets for…

How to Install Microsoft Teams PowerShell Module
| |

How to Install Microsoft Teams PowerShell Module

How to Install Microsoft Teams PowerShell Module In this short post, we will look at how to install the PowerShell module for Microsoft Teams. To get started we need to launch a PowerShell window. Ps. a Minimum PowerShell version is 3.0 Then type the following. Install-Module -Name MicrosoftTeams Enter Yes to continue, the module will…

Office 365 Hybrid Emails Stuck in Queue: target host responded 421.4.4.1 connection timed out mail-onmicroosft.mail.protecion.outlook.com.
| | |

Office 365 Hybrid Emails Stuck in Queue: target host responded 421.4.4.1 connection timed out mail-onmicroosft.mail.protecion.outlook.com.

Office 365 Hybrid Emails Stuck in Queue: target host responded 421.4.4.1 connection timed out mail-onmicroosft.mail.protecion.outlook.com. You receive the following error after running the Hybrid Configuration wizard, all emails are building up in the Exchange Queue. To resolve this issue, follow the below steps. Make sure that the all your exchange servers are added to the…

Exchange Transport Service Fails to Start
| | | | |

Exchange Transport Service Fails to Start

Exchange Transport Service Fails to Start After moving the Exchange Queue Database, the Transport service fails to start and you receive the following error in Event viewer. To resolve this error, we need to make sure that the folder where the new Queue DB is located has the correct permissions. The folder for the queue…

Exchange Transport is rejecting submissions because the available disk space has dropped below the configured threshold.
| | | | |

Exchange Transport is rejecting submissions because the available disk space has dropped below the configured threshold.

Exchange Transport is rejecting submissions because the available disk space has dropped below the configured threshold. Microsoft Exchange Server makes use of back pressure monitor systems to prevent Exchange Server from being overwhelmed by the volume of incoming messages. What is Back pressure? Back pressure is a system resource monitoring feature of the Microsoft Exchange…

How to Enable Mailbox Auditing in Office 365
| |

How to Enable Mailbox Auditing in Office 365

How to Enable Mailbox Auditing in Office 365 By default, all non-owner access and administrative actions are recorded, but owner actions are not. Enabling mailbox auditing will include owner activity in the audit records, which will in turn enable you to investigate and scope a compromise of that user’s account. To enable auditing, The Microsoft…

How to Export Office 365 Group Members using PowerShell
| | |

How to Export Office 365 Group Members using PowerShell

How to Export Office 365 Group Members using PowerShell. In this post, we will look at how to quickly export the Membership of an Office 365 Group. To get Started we need to connect to Office 365 PowerShell, the following script can be used to connect HERE. Once you have a successful connection to Office…

The Connection to the Server could not be completed Migrating to Exchange Online
| |

The Connection to the Server could not be completed Migrating to Exchange Online

The Connection to the Server could not be completed Migrating to Exchange Online Use receive the following error when migrating from Exchange On-Prem to Exchange Online. After receiving this issue, I decided to look further into the MigrationEndPoint using PowerShell for EXO. Get-MigrationEndpoint -Identity mail.o365lab.com |fl Here I can see that the user who created…

Apply Exchange 2013/2016 License Key using PowerShell.
| | |

Apply Exchange 2013/2016 License Key using PowerShell.

Apply Exchange 2013/2016 License Key using PowerShell. Let’s first have a look at what the current license status is by running the following. Get-ExchangeServer EX16 | Format-Table Edition,*Trial* As we can see from the below image, the server has not been licensed yet and is still running as a Trial. To set the license key,…

Enable MFA without assigning Global Admin Privileges to support staff
| |

Enable MFA without assigning Global Admin Privileges to support staff

Enable MFA without assigning Global Admin Privileges to support staff The purpose of this post is to provide an alternative method of enabling MFA on user accounts without assigning Global Admin Permissions to all support staff. Please take note that this solution is based on Azure AD Conditional Access. This option can be used to…

Exchange 2016 Installation Fails with: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework
| | | |

Exchange 2016 Installation Fails with: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework

Exchange 2016 Installation Fails with the following error. An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework Navigate to the folder with the Exchange Files using PowerShell and run the following to unblock all the Setup…