|

Configure Music on Hold in Microsoft Teams

Configure Music on Hold in Microsoft Teams. Microsoft has recently released a new feature in Teams which allows a Microsoft Teams user to place an incoming call form the Public Switched Telephone Network (PSTN) on hold, the PSTN caller can listen to selected music. The hold music is ether the defaults music provided by Microsoft…

Callout External Senders in Outlook
| | | | |

Callout External Senders in Outlook

What is External Sender Callouts? External Callouts is what some organisations use to inform their staff that an email is coming from outside of their environment. IT Admins has created transport rule like this one http://www.thatlazyadmin.com/how-to-prepend-office-365-email-subject-when-email-is-received-from-external-sender/ The transport rule approach has some limitations which has been listed by Microsoft based on feedback from customers. You…

How to create a new Azure virtual machine using Azure PowerShell and Azure CLI
| |

How to create a new Azure virtual machine using Azure PowerShell and Azure CLI

How to create a new Azure virtual machine using Azure PowerShell In this post, we will look at how to deploy a new Azure virtual machine using Azure PowerShell. In this post we will also look at creating a new VM using the Azure CLI. To get started we ned to start by installing the…

How to prevent Microsoft Teams Guest users from inviting Guests.
| |

How to prevent Microsoft Teams Guest users from inviting Guests.

How to prevent Microsoft Teams Guest users from inviting Guests. In this short post, we will look at how to prevent guest users in Microsoft Teams from inviting guests. To get started navigate to https://portal.azure.com From the admin portal, click on Azure Active Directory. Click on User Settings Under External users, click on Manage external…

Add Microsoft Teams Members using PowerShell
| |

Add Microsoft Teams Members using PowerShell

Add Microsoft Teams Members using PowerShell In this post, we will look at how to add Teams Members using PowerShell. To find out how to create a Team using PowerShell view the following post: http://www.thatlazyadmin.com/create-new-microsoft-team-using-powershell/ To get started, we need to first get the Teams GroupId as this will be used to add the new…

Create new Microsoft Team using PowerShell
| |

Create new Microsoft Team using PowerShell

Create new Microsoft Team using PowerShell In this post, we will go through the steps for how to create a new Microsoft Team. To gets started the Microsoft Teams PowerShell module needs to be installed first, steps on how to install the Microsoft Teams PowerShell module can be found here: http://www.thatlazyadmin.com/install-microsoft-teams-powershell-module/ Once the Microsoft Teams…

Connect to Exchange servers using remote PowerShell
|

Connect to Exchange servers using remote PowerShell

Connect to Exchange servers using remote PowerShell If you do not have local access to your Exchange server, you can use Exchange remote PowerShell to connect to your Exchange Servers. To get started open PowerShell on your local computer. Type the following $UserCredential = Get-Credential The create the new PSSession (Change the FQDN to that…

Create Office 365 Dynamic Distribution Group
| | | |

Create Office 365 Dynamic Distribution Group

Create Office 365 Dynamic Distribution Group In this short post we will look at how to create Dynamic Distribution Groups in Office 365 using Azure AD, Exchange Online PowerShell. To get started we will look at how to create a Dynamic Distribution group using Azure AD. Navigate to Azure Active Directory > Mange >> Groups…

Copy Active Directory Group Members Script
| | |

Copy Active Directory Group Members Script

Copy Active Directory Group Membership Script The following Script Copies members from one Active Directory Group to another Active Directory Group. To start the Script run: .\CopyGroupMembership.ps1 You will be prompted to enter the Group whose membership you need to copy. The you will be prompted to add the group name where you want to…

MRS Proxy Connection Failed – Exchange Online
| | | | |

MRS Proxy Connection Failed – Exchange Online

MRS Proxy Connection Failed – Exchange Online After installing new Exchange Servers and you try and start a new migration batch to Exchange Online you receive the following Error. “MRS Proxy Error ‘The connection to the server could not be completed” To resolve the issue, let’s look at if MRS Proxy is enabled on the…