According to the Getting Started Guide:
http://msdn.microsoft.com/en-us/library/aa561970.aspx
http://msdn.microsoft.com/en-us/library/microsoft.biztalk.explorerom(v=bts.80).aspx
And sure enough a few tests show that ExplorerOM works just fine in 64 bit.
As newer ExplorerOM supports 64-bit, why don't PowerShell Provider BizTalk?
Thanks
Michael Brandt Lassen
The provider is built on top of the BizTalk Management Automation library which depends on
the ExplorerOM class that only runs in a 32 bit process.
However according the following links Microsoft.BizTalk.ExplorerOM.dll supports both 32 bit and 64 bit processes, at least since BizTalk 2010:http://msdn.microsoft.com/en-us/library/aa561970.aspx
http://msdn.microsoft.com/en-us/library/microsoft.biztalk.explorerom(v=bts.80).aspx
And sure enough a few tests show that ExplorerOM works just fine in 64 bit.
As newer ExplorerOM supports 64-bit, why don't PowerShell Provider BizTalk?
Thanks
Michael Brandt Lassen