Hi,
I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine and start/stop/query windows services on a remote machine. Can I use WINE for this purpose. Thanks in anticipation.
With regards,
Sreenivas T.
Sreenivas Tatti wrote:
I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine and start/stop/query windows services on a remote machine.
It's unlikely to work, as DCOM (OLE over the network) does not work, and Wine currently has no builtin support for WSH/WMI.
Mike