Add-PSSnapin : The windows PowerShell snap-in ‘microsoft.exchange.powershell.snapin’ is not installed on this computer.

When you execute the following command Add-PSSnapin microsoft.exchange.powershell.snapin You may get the following error: Add-PSSnapin : The windows PowerShell snap-in 'microsoft.exchange.powershell.snapin' is not installed on this computer. The solution is: Slightly change the command as follows. Add-PSSnapin microsoft.exchange.management.powershell.snapin        

[SOLVED] new-mailbox : the term ‘new-mailbox’ is not recognized as the name of a cmdlet, function, script file or operable program.

When you create a mailbox in Microsoft Exchange Server 2016 by using PowerShell, you may get the following error. new-mailbox : the term 'new-mailbox' is not recognized as the name of a cmdlet, function, script file or operable program. Check the spelling of the name, or if a path was included, verify that the path ... Read more

[SOLVED] Add-ADpermission : the term ‘Add-ADpermission’ is not recognized as the name of a cmdlet, function, script file or operable program.

When you create a mailbox in Microsoft Exchange Server 2016 by using PowerShell, you may get the following error. Add-ADpermission : the term 'Add-ADpermission' is not recognized as the name of a cmdlet, function, script file or operable program. Check the spelling of the name, or if a path was included, verify that the path ... Read more

How to Create an Active Directory Global Security Group with PowerShell

I had to create a global security group while I was managing shared mailboxes in Microsoft Exchange Server 2016 with the help of PowerShell. I thought to document it for others. Create an Active Directory Global Security Group with PowerShell 1. Open PowerShell with administrative privileges. 2. Execute the following command. This is just an ... Read more

setup.exe: The ‘term’ is not recognized as the name of cmdlet, function, script file

When you are preparing an AD and extending schema while installing Exchange Server 2016, you may get the following error. If this is so, try the following solution. setup.exe: The 'term' is not recognized as the name of cmdlet, function, script file or operable program. Check the spelling off of the name, or if a ... Read more

Fix for Microsoft Exchange Server: localhost currently unable to handle this request. HTTP ERROR 500.

After installing Microsoft Exchange Server 2016, when you login to Exchange admin center in Microsoft Exchange Server 2016, you may get the following error. Microsoft Exchange Server: localhost currently unable to handle this request. HTTP ERROR 500. Solution: Turn off the firewall. Open control panel -> System and Security -> Windows Firewall -> Turn Windows ... Read more