gpt4 book ai didi

powershell - 无法将dll添加到32位PowerShell

转载 作者:行者123 更新时间:2023-12-03 00:17:39 25 4
gpt4 key购买 nike

我正在尝试为32位Powershell(Microsoft.Exchange.Management.PowerShell.Admin)添加Exchange 2007管理单元,但是在安装dll文件时似乎遇到了一些麻烦。

这些是我为了注册管理单元而运行的命令

PS C:\Program Files\Microsoft\Exchange Server\Bin> $snapinPath = 'Microsoft.Exchange.Management.PowerShell.Support.dll'
PS C:\Program Files\Microsoft\Exchange Server\Bin> C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /i $snapinPath

以上工作正常。然后,我使用以下命令安装主SnapIn:
PS C:\Program Files\Microsoft\Exchange Server\Bin> $snapinPath = 'Microsoft.Exchange.PowerShell.Configuration.dll'
PS C:\Program Files\Microsoft\Exchange Server\Bin> C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /i $snapinPath

Microsoft (R) .NET Framework Installation utility Version 2.0.50727.5483 Copyright (c) Microsoft Corporation. All rights reserved.

Exception occurred while initializing the installation: System.BadImageFormatException: Could not load file or assembly 'Microsoft.Exchange.PowerShell.Configuration, Version=8. 0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. An attempt was made to load a program with an incorrect format..



我不确定这里缺少什么。这是全新安装的Exchange 2007,因此不会损坏任何内容。

最佳答案

我的问题是我使用的是Microsoft.Exchange.PowerShell.Configuration.dll的64位版本。

我需要32位版本。由于不允许我安装32位版本,因此我提取了32位版本的Exchange的安装文件,并将setup \ serverroles \ common文件夹复制到C:\ Program Files \ Microsoft \ Exchange Server,然后将其重命名为Bin32。

最后阶段是复制此注册表项:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapIns\Microsoft.Exchange.Management.PowerShell.Admin



到以下位置:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\PowerShell\1\PowerShellSnapIns\Microsoft.Exchange.Management.PowerShell.Admin



然后更改键内的任何路径以指向新的Bin32文件夹。

此时,应该可以将Microsoft.Exchange.Management.Powershell.Admin管理单元加载到32位Powershell中(对于依赖于32位库的IIS应用程序非常有用)。

关于powershell - 无法将dll添加到32位PowerShell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30447530/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com