Is there a way to run gacutil on a specific (remote) computer, given the IP address (or name of the workstation) of the machine?
These machines are in an Active Directory domain.
The user on which the script is running will probably not have any special rights on either its local or remote machine.
In some cases, the administrator will work on the computer.
Operating system - Windows XP and a remote machine Win2008 and Win2003.
Any programming language is good, but perfect for scripting:
- DOS batch file (bat, cmd)
- VBScript (WSH)
- Psexec
- C # (worst option for me)
source
share