Unsolved
This post is more than 5 years old
4 Posts
0
25931
June 28th, 2011 12:00
issues with CCTK v2 and psexec
I've created a package which will disable Low Power mode and enable "Wake on Lan". The package will work fine when the file is run from a share or on any computer that is logged in. The package appears to fail when used with psexec. I would like to run it on a number of computers, but I keep receiving errors in which windows error reporting pops up and tells me about the mini dump file it wants to send to microsoft.
I use the following syntax:
psexec \\computername -u username -p password -d -s -c script-to-install-wol.bat
>
@echo off
title Wake on Lan
echo Connect to server ...
net use \\tech-computer\installs /user:tech-computer\user pass > NUL
echo Wake on Lan Configuration ...
\\tech-computer\installs\wakeonlan-dell.exe
>
Has anyone had similar problems using PSexec and Dell CCTK v2?
Thanks in advance
I use the following syntax:
psexec \\computername -u username -p password -d -s -c script-to-install-wol.bat
>
@echo off
title Wake on Lan
echo Connect to server ...
net use \\tech-computer\installs /user:tech-computer\user pass > NUL
echo Wake on Lan Configuration ...
\\tech-computer\installs\wakeonlan-dell.exe
>
Has anyone had similar problems using PSexec and Dell CCTK v2?
Thanks in advance
No Events found!



bpclark
4 Posts
0
August 2nd, 2011 15:00
bpclark
4 Posts
0
August 16th, 2011 15:00
DELL-Warren B
1.1K Posts
0
August 18th, 2011 10:00
bpclark
4 Posts
0
August 18th, 2011 14:00