I've read conflicting reports on whether or not you can use the $3
variable with Casper Remote. I know it works on login/logout but does it
work if you run a script manually from Casper Remote? What does it do if
multiple users are logged in (fast user switching)?
It's not working in the test I'm doing, but then I dug this out of the archives...
The Casper Suite Documentation doesn't explicitly state this, but it
impliesthe values of these variables on page 170.$1 = Mount point of the
target drive. This is / if you're booted to thetarget or
/Volumes/targetDrive if you're not booted to it.$2 = the computer name$3
the current user's shortname. Note that this is not a loop, and $3doesn't
mean "do this to all users". If you use $3 in a script that is usedin a
login or logout policy, or a Casper Remote action that is run while
aclient is logged in, that $3 will equal the current user's username. If
noone is logged in, I believe $3 will be empty.----------Miles A. Leacy IV