|
WRT the local admin rights: I distributed a task that is run under the administrator account on the local machine. It calls a batch on the network that in turn kicks off the KiXtart script(s) when a user (Joe or otherwise) logs into the network. This part works like a charm and I know that the admin rights are being used because the registry is being modified, albeit incompletely.
@FullName is returning Joe's name, not the adminstrative account that the task is running under (thank goodness, I hadn't considered that!).
After posting, I confirmed that @FullName was working correctly as I reported by adding at() before and after the WriteLine to dump it to the screen. It appears that although the macro is retreiving the name, I am getting an error 5 which I think is access denied.
Does this help define my problem? Thanks very much for your help.
-Bruce
|