Originally Posted By: Glenn Barnas
How are you invoking the command when you are testing? It shouldn't matter where the script is..

On the PC where you are testing, you should run
 Code:
\\MyDomain\netlogon\kix32.exe \\MyDomain\netlogon\OutlookScript.kix

Of course, change the MyDomain to your local domain name, and the proper script name (and subfolder path, if used).

The commands you pointed out reference the local computer (where the script is running) and not the computer where the script is stored.

Glenn


Ok, So when I run it that way it works, however when it is ran from the logon script it is not working, when I mean not working it is not copying the file to the location that I want it to. Here is what I have in my logon.ini file:

[CreateOutlookProfile]
CLASS=COMMAND
PATH=\\domainname\netlogon\outlook.kix
METHOD=CALL

all of the files are in the netlogon directory, any thoughts?


Edited by biscuit (2008-09-28 06:43 PM)