SMSUG.ca

...your virtual communITy
Welcome to SMSUG.ca Sign in | Join | Help
in Search

Garth Jones

Vista without SP1 or SP2 (WQL)

select
    R.Name,
    OS.Caption,
    OS.CSDVersion
from 
    SMS_R_System R
    inner join SMS_G_System_OPERATING_SYSTEM OS on OS.ResourceID = R.ResourceId
where
    OS.CSDVersion is null
    and OS.Caption like "%Vista%"

Digg This

Comments

No Comments

This Blog

Syndication

News

Training

Powered by Community Server (Non-Commercial Edition), by Telligent Systems