Hi,
I have an exchange server (2007) that I wish to run powershell cmdlets against. However this exchange server is in a different domain.
I have set up a trust, and can now execute remote powershell cmdlets on it. However, I can't run any Exchange Powershell cmdlets.
I need this to work in a vb.net environment, but at the moment making it work in the shell command line would be a great step forward.
Thank you for your help.
Can't you just remote into the other Exchange server specifying relevant domain credentials for the other domain, then just load the relevant Exchance cmdlets?
Hi, thanks for your reply but this would not have solved my issue.
However after setting all permissions in the trust this seems to work now the way I needed.
OK - domain trusts can also be an issue! Sometimes, without more information, it's hard to tell what the problem is.
This goes to show that whilst you may 'see' the probelm via PowerShell, the cause can often be down below at the lower levels in the stack! Authentication is all too often a challenge in multi-domain scenairos.
Really glad you got the problem resolved.
Thomas