Skip to content

Tag: PowerShell

Installing Windows PowerShell on Mac

Installing Windows PowerShell on Mac To get started we need to download the PowerShell Module for OSX from the following website: https://github.com/PowerShell/PowerShell/releases/ Now that we have the install file, we can simply click on the .pkg file to start the installation. The installation is very simple and straight forward. Once the setup window appears click…

1 Comment

How to Export Exchange Online Transport Rules

Export Exchange Online Transport Rules In this post, I will focus on how to export Exchange Online Transport rules using PowerShell. To get started we first need to establish a connection to Exchange Online or Office 365. Connect to Exchange Online PowerShell

Then

And Finally, We need to import the newly created session.…

1 Comment

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:

Now that a connection to Exchange Online has been established, we can run the following…

Leave a Comment

Create mailbox message restrictions Exchange 2016

Create mailbox message restrictions Exchange 2016 Message restriction can be useful to control who can send messages to users in your organization. For example, you can configure a mailbox to accept or reject messages from certain users or only to accept messages from your Exchange organization. Message restriction can be configured using EMC or the…

Leave a Comment

Creating Exchange 2016 Distribution Group Naming Policy.

Creating Exchange 2016 Distribution Group Naming Policy. What is Group naming policy? Group naming policy lets you standardize and manage the names of distribution groups which are being created by users in the organization. The policy can prevent users from using specific words as well as help with preventing inappropriate group names. You can require…

Leave a Comment

Installing Exchange 2016 with Exchange 2010 Co-Existing

Installing Exchange 2016 with Exchange 2010 Co-Existing In this Post, I will look at Installing Exchange 2016 on Windows Server 2016 co-existing with Exchange 2010. Exchange 2016 can only co-exist if the following requirements is met. Exchange 2016 consist of only two major Roles which is the Mailbox and Edge Transport Role. The Mailbox Server…

2 Comments

Skype for Business Front-End Service stuck on Starting caused by McAfee

Skype for Business Front-End Service stuck on Starting caused by McAfee This is a common issue and can be resolved by running the following cmdlet in PowerShell.

Let’s go ahead and start the reset process.

After the ServiceReset the service is still stuck on Starting. So, let’s move on to try…

Leave a Comment

Create Exchange 2010 Database Availability Group (DAG)

Create Exchange 2010 Database Availability Group (DAG) In this post, I will go through the process of creating a DAG in Exchange 2010 SP3. This post will cover the creation of the DAG using Exchange Management Shell. Like any other service the DAG has some pre-requisites that needs to be met. Firstly, let’s go ahead…

Leave a Comment