среда, 17 октября 2018 г.

Как добавить Exchange PowerShell module в сессию

Как добавить Exchange PowerShell module в сессию

Как добавить Exchange PowerShell module в стандарную сессию PowerShell?Короткий ответ следует ниже. Полный ответ следует далее.
Exchange 2007Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
Exchange 2010Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
Exchange 2013 2016Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn

Далее описывается метод добавления Exchange Management Shell в ISE. Компоненты, которые мы используем для этого такие:

- ISE console
- ISE PowerShell profile
- PowerShell script, который загружается в Exchange Management Shell.

- Exchange Management Tools должны быть установлены на вашем компьютере.(Setup.exe /Role:ManagementTools /IAcceptExchangeServerLicenseTerms)

Если есть проблема во время инсталляции
The following error was generated when "$error.Clear();
if($RoleInstallWindowsComponents){# Install any Windows Roles or Features required for the Management Tools role
Install-WindowsComponent -shortNameForRole "AdminTools" -ADToolsNeeded $RoleADToolsNeeded}"
was run: "The system cannot find the file specified".

   Open Control Panel, and then select Programs.
    Click Turn Windows features on or off.
    Select Microsoft .NET Framework 3.5.1.
    Navigate to Internet Information Services > Web Management Tools > IIS 6 Management Compatibility.
    Select the check box for IIS 6 Management Console, and then click OK.
    Restart you PC
    Install Exchange admin tools

That should do the trick.

Комментариев нет:

Отправить комментарий