Hi guys,
I recently start using Perl, so please correct if I say something with no sense :)
I write a script export some data from AD. The script works ok on Windows Server 2003 R2 on Task Sheduler. The script runs ok on Windows Server 2008 when I run it manually, but when I run it by Task Sheduler the create files are empty. The is no error on task log.
On the script I'm using 'system' command, may be because this command ? Can someone help me out ?
Thanks in advance,
Hugo
I recently start using Perl, so please correct if I say something with no sense :)
I write a script export some data from AD. The script works ok on Windows Server 2003 R2 on Task Sheduler. The script runs ok on Windows Server 2008 when I run it manually, but when I run it by Task Sheduler the create files are empty. The is no error on task log.
On the script I'm using 'system' command, may be because this command ? Can someone help me out ?
Thanks in advance,
Hugo
Comment