![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Change wins on remote servers Hi I am trying to use Powershell to change a remote nic configuration on several servers. What i would like to achive is the equivalent of the netsh functionality (tried netsh -r that didn't work, so ended up with the wmic command) Wmic /node:computername process call create “netsh int ip add wins L 10.1.1.1 index=1” Note also that I will end up with 4 Wins servers for some time, then remove the two obsolete ones, [but i don't see a way to get the 3rd and 4th ones with Wmi]. As Powershell remoting is due in V2, is there another solution ? [Not that this one does not work, but full powershell would be more 'elegant'] thanks in advance bruno |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: Change wins on remote servers Bruno wrote:
based on the WS-MANAGEMENT standard) which is out as version 1.1 and is production ready. It comes with winrs for running remote commands like you would in DOS or PowerShell. So your command would look like: winrs -r:http://computername netsh int ip add wins... This way, you can use simple HTTP or HTTPS protocols to manage remote systems, instead of WMI/DCOM. So getting winrm on your systems will prepare them for v2... Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com | ||||||||||||
My System Specs![]() | |||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to force remote replication in many servers using s | AlonsoII | VB Script | 0 | 07-22-2008 08:26 AM |
| connecting to different remote servers | Manjot | VB Script | 1 | 06-09-2008 12:33 AM |
| Wins Vista Can't Join into Domain (Wins NT4) | KK Siaw | Vista networking & sharing | 1 | 08-24-2007 06:40 AM |
| Re: How could I change the incoming and outgoing servers? | Richard Urban | Vista mail | 2 | 02-17-2007 05:20 PM |
| Access to Remote Servers Possible? | Matt | PowerShell | 3 | 01-17-2007 03:28 PM |