Hello everyone
I have created two batch files and saved them to the sysvol\sysvol\domain\scripts (NETLOGON) folder on our domain controller.
The appropriate script name is then placed in the Logon Script field in the properties sheet for each user account.
Each script copies a file from a share on another server to a folder on the users local PC.
The syntax is:
@echo off
rem batch file that copies the domain.co.uk gateway info to c:\pmail
xcopy \\orion\gateway\apsarch gateway\aps.sys c:\pmail\PMGATE.SYS /q /y
exit
It effectively changes the default address for sent mail (Pegasus Mail).
But, it does not work.
Any ideas?