This post kind of crosses different topics, but its quite general in nature...
Using Windows Server 2008 I'm trying to schedule a batch file to run which will launch the Microsoft Exchange console and run the specific powershell script I have. More information from Microsoft about how to do that can be found here:
http://technet.microsoft.com/en-us/library/bb123798(EXCHG.80).aspx
What I'm having trouble with is scheduling a job to be run as a specific user (who has the necessary rights) when they're not logged onto the server. By the way, this supposedly is the same task scheduler as in Vista too.
I know this is more of a Windows specific question, but if anyone knows the proper way to accomplish this, it'll certainly be helpful to this community too to schedule and run their Powershell scripts.
Thanks,
P.S. - I know that SCOM is supposed to be able to handle scheduling and running of powershell scripts, but it doesn't appear to be "ready for prime time" yet as far as Exchange is concerned.