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