Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

徵狀

匯出-現代公用資料夾.ps1 腳本在 Microsoft Exchange Server 2019 中不起作用,您會收到類似于以下內容的錯誤訊息:

因應措施

要解決此問題,請使用以下更改更新腳本:

$script:Exchange16大版本= 15;

$script:Exchange16次要版本 = 1;

$script:Exchange16CUBuild = 669;

$script:Exchange17大版本= 15;

$script:Exchange17次要版本 = 2;

$script:Exchange17CUBuild = 196;

$hasMinE16版本 = (($version。主要 -eq $script:Exchange16大版本) - 和

($version。次要 -eq $script:Exchange16 次要版本) - 和

($version。生成 -ge $script:Exchange16CUBuild);"

$hasMinE17版本 = (($version。主要 -eq $script:Exchange17大版本) - 和

($version。次要 -eq $script:Exchange17 次要版本) - 和

($version。生成 -ge $script:Exchange17CUBuild);"

如果 (!$hasMinE15 版本 - 和 !$hasMinE16 版本 - 和 !$hasMinE17 版本)

{

$failedServers += $server.Fqdn;}

參考

瞭解 Microsoft 用於描述軟體更新的術語

其他相關資訊

Microsoft 已意識到此問題,並將在本文中發佈更多資訊,當它可用時。

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×