• Hi shew and others.

    Did you find a way to schedule multi-server queries using PowerShell? I would like to do this too and have been looking at a way to have Enterprise Policy Management Framework use queries in addition to policies.

    Howard

    shew (11/24/2010)


    MysteryJimbo (10/11/2010)


    There's no way of doing it through management studio.

    I accomplished this by using powershell and combining multiple resultset along with @@SERVERNAME into a $variable and pinging a HTML email report with the result.

    This sounds like exactly what I need to do. Can you post some code?