We're in the process of setting up around 50 unattended PCs running Windows 7 (Enterprise). Most of the software is automated but sometimes the applications will display pop-up messages, etc.
I've written a small screenshot server in C# but I'm wondering if there is any existing products/APIs that have been tested for stability, etc.
Another nice thing to have would be to remotely monitor processes (already available via win32 api), but having everything in one application would be great.
Does anything like this exist?