Should I expect powershell + winrm to work between machines which are
in different domains, and that dont have a trust relationship?
thanks,
Michael Lewis
Should I expect powershell + winrm to work between machines which are
in different domains, and that dont have a trust relationship?
thanks,
Michael Lewis
According to the help file, Windows PowerShell remoting is available even
when the local
computer is not in a domain (workgroup). I haven't test it against remote
untrusted domains so I can't tell for sure,
it might work if all proper communications are available to the target (ports,
firewalls, etc).
The down side is you have to make modifications to the remote machines you're
going to query.
Type 'help about_remoting' to get more information.
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
> Should I expect powershell + winrm to work between machines which are
> in different domains, and that dont have a trust relationship?
>
> thanks,
> Michael Lewis
MichaelL wrote:Check out 'winrm help auth'. There's a ton of stuff there. I think the answer
> Should I expect powershell + winrm to work between machines which are
> in different domains, and that dont have a trust relationship?
is definitely yes based simply[1] on the fact that WinRM/WS-MGMT/CIM stuff uses
HTTP(S) as the transport. This is not a Microsoft technology by any means, this
is very much cross-platform. Check the DMTF[2] for more details on that.
Obviously, requiring AD credentials would break that.
[1]: I don't mean to imply that WinRM is simple. I'm finding it kinda awkward,
actually.Look for a post about that on the Windows Server blog
(http://blogs.technet.com/windowsserver/) soon, I sent them feedback on this
topic which they promised would be addressed soon.
[2]: http://www.dmtf.org/standards/wsman
--
Hal Rottenberg
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scheduled Tasks: Remote Management | Patrick D. | Server General | 0 | 21 Jan 2010 |
| Disable Remote MMC management | Pipp | Server General | 0 | 16 Jan 2010 |
| hyper-v: remote management | Patrick D. | Virtual Server | 0 | 10 Feb 2009 |
| Remote Management Objects | Flowering Weeds | PowerShell | 3 | 09 Oct 2007 |
| IIS 7 Remote Management | noone | Vista installation & setup | 1 | 17 Dec 2006 |