Hi, I have a windows Service running on a Server say for example Machine A. This Windows Service is used for distributing software across all the machines in the network ( OS is Windows 2003 in all the machines in the network. The Windows Service runs as a Domain Admin account). There is a UNC Share in all the machines and Windows Service copies the software packages from the server (Machine A) to this UNC Share across all the machines .
I need to execute the exe on the remote machine (say for example on Machine B) from machine A. The Exe queries the Active Directory (say for example the AD is on Machine C) and returns the result to EXE which is used for manipulating the Local Group Policy of Machine B.
How do i create a process on the remote machine and execute the exe on machine B from Machine A.
Start Free Trial