我正在尝试在2016 Standard Server Core计算机上安装Azure恢复服务代理。它安装得很好,但是当我尝试浏览到保险库凭证文件时,我得到一个异常,它似乎与视觉主题有关,因为它是服务器核心:
我也尝试过设置Azure Powershell来进行备份,但是当我尝试登录时遇到与IEFrame.dll相关的错误:
Login-AzureRmAccount : The type initializer for 'Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.WindowsFormsWebAuthenticationDialogBase' threw an exception.: Unable to load DLL 'IEFRAME.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
当我在桌面体验服务器上运行Login-AzureRmAccount时,会弹出一个登录窗口,显然使用IE。我也尝试过Import-AzurePublishSettingsFile,但是运行后仍然需要我运行Login-AzureRmAccount。
是否有人知道为恢复服务代理设置保管库凭据的命令行方式?或者如何在没有IE的情况下登录Powershell?
答案 0 :(得分:0)
Download the latest PowerShell release(所需的最低版本为:1.0.0)然后验证您是否拥有Windows PowerShell版本3.0或4.0。若要查找Windows PowerShell的版本,请在Windows PowerShell命令提示符处键入此命令。
$ PSVersionTable
验证PSVersion的值是3.0还是4.0。如果没有,请参阅Windows Management Framework 3.0或Windows Management Framework 4.0.
然后,您可以在Windows Server 2016上通过PowerShell command lets安装Microsoft Azure恢复服务代理。