Create an Azure Storage account using PowerShell
|

Create an Azure Storage account using PowerShell

Create an Azure Storage account using PowerShell In this short post, I will show you how you can create a new Azure Storage Account using PowerShell. To get started, you will have to establish a connection to your Azure account by running the following. Before we continue, you will need to know the following information….

How to list available Azure VM images using PowerShell
|

How to list available Azure VM images using PowerShell

How to list available Azure VM images using PowerShell In this short post, I will show you how you can retrieve the current available VM images from Azure using Powershell. To get started, you will have to connect to Azure using PowerShell by running the following. You will be prompted for your Username and Password…

A screenshot of a cell phone Description automatically generated
|

DataString.InvalidSmtpDomainName(Domain) when running the Office 365 hybrid Configuration Wizard.

DataString.InvalidSmtpDomainName(Domain) when running the Office 365 hybrid Configuration Wizard. In this post, I will show case how you can remove the following error when you tried to install the Office 365 Hybrid Configuration Wizard. This error typically indicates that you have an Exchange server in your environment that is Offline or has not been decommissioned…

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…