ConfigMgr Learn it and work it
SQL Query:
Select Distinct
Name 'Machine Name',
LastUser 'Last Logged On User',
WasOnline,
LastPingResult State,
Classification Status
From ClientHealthResults
Where LastPingResult Is Not Null
And Classification = 'UnHealthy'
Post a Comment
No comments:
Post a Comment