If ((Get-PSSnapin | where {$_.Name -match "Microsoft.Exchange.Management.PowerShell.E2010"}) -eq $null)
{
    Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
. $env:ExchangeInstallPath\bin\RemoteExchange.ps1 
Connect-ExchangeServer -auto -AllowClobber
}

 

相关文章:

  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
  • 2021-07-13
猜你喜欢
  • 2022-03-03
  • 2022-02-27
  • 2022-12-23
  • 2021-10-31
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案