I am sorry if this is a double post. I thought I posted this question yesterday, but cannot find it.
We are going to start the process of changing our network numbering scheme from 192.168.88.0/24
to 10.0.1.0/24
. There are approximately 50 devices on our network. To avoid having to visit each workstation individually, I would like to change the network settings using TCL and twapi if possible.
Is it possible to query a remote workstation using twapi? All of the information I have found leads me to believe it is possible using the comm module. However, I have not found an example or found the right combination to make the two work together.
Is it possible to change network settings on a workstation using TCL, twapi and WMI? From what I have read about twapi, it is possible to query WMI, but I have not seen any mention of the possibility of changing settings.
If there is a better tool for this, I am open to suggestions. TCL is the language my predecessor was using and I am trying to keep things the same as they are since others outside of IT somewhat understand what is going on.