【问题标题】:need Test-MigrationServerAvailability需要 Test-MigrationServerAvailability
【发布时间】:2014-11-13 15:06:45
【问题描述】:

需要Test-MigrationServerAvailability

以下引用它,但从不说在哪里下载它

http://office.microsoft.com/client/15/help/preview?AssetId=HA102908370&lcid=1033&NS=O365PROADMIN&Version=15&CTT=5&origin=HA103169067 http://technet.microsoft.com/en-us/library/jj874015(v=exchg.150).aspx

PS C:\Users\user> Test-MigrationServerAvailability
Test-MigrationServerAvailability : The term 'Test-MigrationServerAvailability' 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 is correct and try again.
At line:1 char:1
+ Test-MigrationServerAvailability
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Test-MigrationServerAvailability:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

【问题讨论】:

    标签: powershell exchange-server office365


    【解决方案1】:

    【讨论】:

    • 这现在是一个死链接
    【解决方案2】:

    您必须连接到 Exchange 服务器。

    Install-Module -Name ExchangeOnlineManagement -RoquiredVersion 2.0.3
    Get-ExecutionPolicy -List
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
    Import-Module ExchangeOnlineManagement
    Connect-ExchangeOnline -UserprincipalName admin@company.com -showprogress $ True
    Disconnect-ExchangeOnline
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-18
      • 1970-01-01
      • 2011-11-22
      • 1970-01-01
      • 1970-01-01
      • 2017-05-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多