Does someone know if if I run PSEXEC (or WMI) N times in the same program - does it open N new sessions? Or does it use the same session over and over again?
I have encountered a strange situation where starting an application pool from a windows service (written in C#, set to "Automatic" startup) using WMI or ADSI immediately after the server reboots ...