hey all,
I help support about 120 users and I'm thinking of installing VNC on all the machines to make the software support side a little easier.
I reakon my best way to do this is to add a script to the group Policy at logon in active directory.
somthing along the lines of;
The question i have is, when running these sort of scripts what loaction is it run from? knowing that I'll save it somewhere on the network and point AD at it, but if i said 'if not exist c:\porgram files\realvnc\' would it look at the c:\ of the machine that it is being logged on, or the c:\ of the machine thats storing it??
cheers in advance.
I help support about 120 users and I'm thinking of installing VNC on all the machines to make the software support side a little easier.
I reakon my best way to do this is to add a script to the group Policy at logon in active directory.
somthing along the lines of;
Code:
if not exist c:\porgram files\realvnc\ (goto install) else goto end
The question i have is, when running these sort of scripts what loaction is it run from? knowing that I'll save it somewhere on the network and point AD at it, but if i said 'if not exist c:\porgram files\realvnc\' would it look at the c:\ of the machine that it is being logged on, or the c:\ of the machine thats storing it??
cheers in advance.