Creating a New Microsoft Teams Meeting Policy
| |

Creating a New Microsoft Teams Meeting Policy

Creating a New Microsoft Teams Meeting Policy To create a new Microsoft Teams Meeting Policy can be done using the Teams Admin console and Windows PowerShell. The new Teams Policy should cater for the following. Applies to users in Low Bandwidth regions Limit the features in Teams which requires more bandwidth To get started navigate…

Creating Office 365 Safe Links Policy and Rule using PowerShell
| | | | |

Creating Office 365 Safe Links Policy and Rule using PowerShell

Creating Office 365 Safe Links Policy and Rule using PowerShell To create a new Safe Links policy and rule a connection to Exchange Online Protection needs to be created. Establish a connection to Exchange Online Protection by doing the following. $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection…

Creating an Office 365 Safe Links Policy.
| | | | |

Creating an Office 365 Safe Links Policy.

Creating an Office 365 Safe Links Policy. Safe Links is part of Office 365 ATP (Advanced Thread Protection. Safe links can help an organization by providing a feature called time-of-click verification of web addresses (urls). So what does this mean? Safe link will scan urls in email messages as well as Office documents for any…

Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell
| | | | |

Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell

Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell To get started with creating the Safe attachment policy and safe attachment rule a connection to Exchange Online Protection needs to be established. To establish a connection to Exchange Online Protection (EOP), follow the below. $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange…

Create a Microsoft Teams Live event
| |

Create a Microsoft Teams Live event

Create a Microsoft Teams Live event What is a Microsoft Teams Live Event? Microsoft Teams Live events allows you to broadcast video and meeting content to users in your organization and to a large online audience. Teams live events are considered the next version of Skype Meeting Broadcast and will eventually replace the capabilities in…

Create a new safe attachment policy in Office 365
| |

Create a new safe attachment policy in Office 365

Create a new safe attachment policy in Office 365 Let’s look at how to create a safe attachment policy in Office 365 using Advance Thread Protection (ATP). To get started navigate to Microsoft 365 Security & Compliance Center. Sign in using your admin account credentials. From the Security and Compliance Center scroll down and click…

Manager Senders who are spoofing your domain in office 365
|

Manager Senders who are spoofing your domain in office 365

Manager Senders who are spoofing your domain in office 365 Office 365 provides a feature called spoof intelligence; Spoof intelligence allows you to review who are spoofing either domains which is part of your organization or spoofing external domains. Spoof intelligence is part of the following Office 365 Subscriptions. Office 365 Enterprise E5 Advanced Thread…

Configure the external postmaster address in Exchange Online
| |

Configure the external postmaster address in Exchange Online

Configure the external postmaster address in Exchange Online The external postmaster address is used to send notification messages to senders outside of your Exchange Online organisation. External senders are a sender with a domain that is not part of your accepted domain in your organisation. The default setting in Exchange Online for the postmaster address…

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…

How to increase Office 365 OneDrive Storage for a User.
| |

How to increase Office 365 OneDrive Storage for a User.

How to increase Office 365 OneDrive Storage for a User. In this post we will look at how to increase the OneDrive storage for a specific user in Office 365. To get started we need to Download the SharePoint Online PowerShell Module which can be downloaded from the following link. Download the latest SharePoint Online…

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…