How do I connect to another computer using the WebAdministration module of powershell? I'd like to 'CD MyRemoteComputer' and then manage it with all subsequent commands. My host computer is server 2008. Target IIS systems are running on Server 2003, Server
2008, Server 2008 R2.
As far as I'm aware, you won't be able to make things work as easily as "cd my_server", but close. I don't believe there is any "remoting" built-in to the module itself, so what you'll need it to take advantage of PowerShell v2 remoting to be able to connect
to all of your servers from one location.
1 Post
Using Powershell WebAdministration module to connect to and manager a remote server
Jul 02, 2010 12:59 PM|don1941a|LINK
How do I connect to another computer using the WebAdministration module of powershell? I'd like to 'CD MyRemoteComputer' and then manage it with all subsequent commands. My host computer is server 2008. Target IIS systems are running on Server 2003, Server 2008, Server 2008 R2.
remote management
47 Posts
Re: Using Powershell WebAdministration module to connect to and manager a remote server
Jul 06, 2010 05:48 AM|marcoshaw|LINK