Hi
I have used Powershell to access D6 before and it has worked fine. I am attempting to connect in a new environment and it is not working. I have read that this could be due to the fact that the client I am on in 64bit and the 6.6 DFC and PIA no longer work. I get
new-object : Retrieving the COM class factory for component with CLSID {EFAC2D80-175B-11D2-9927-006097C27C31} failed due to the following error: 80040154.
Using the code that has worked previously on D5 and D6.
new-object -comobject Documentum.Dfc
If I can't use DFC, what can I use? I have heard of DFS, but I am not clear on how I would call it from something like Powershell
thanks