I am attempting to create a scheduled task to run on both Vista and 7 systems. The task simply runs an executable on both login and unlock of a computer if the user is a member of a certain OU. For troubleshooting purposes I've created a new GPO containing only this setting. The task is not being created, while all other settings are applied. When I run GPResults on a Vista machine, I can see all of the settings, and under scheduled tasks I get the following error:
An error has occurred while collecting data for Scheduled Tasks.
The following errors were encountered:
An unknown error occurred while data was gathered for this extension. Details: Invalid class
I've enabled GPMC logging and see the following error in gpmgmtManaged.log:
Reporting(5124.4)12:59:48 ScheduledTasksTemplate::SetExtensionData:PolicyMaker extensions error
It may be a separate issue, but when I run GPResults on a 7 machine, both the summary and settings column show the following:
An error occurred while generating report:
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
The logs aren't giving me much to go on, really. Does anyone have any other ideas to try?
The server is 2003 R2 and it passes all of the dcdiag tests.
Thanks!