Grab our RSS feeds Follow us on Twitter Join our Facebook Group Connect with us on LinkedIn
myITforum.com, Powered by You.
you are not logged in

Articles

Newslinks

Links

Downloads

Site Services

Community Forums

Discussion Lists

Article Search

Newsletter

Web Blogs

FAQs

Live Support

myITforum TV

Take a Poll

Monthly Drawing

myITforum Network

User Group Directory

Our Partners

About Us

Register

Login

BRONZE PARTNER:

BRONZE PARTNER:



Industry News:




  Home : Articles : Windows PowerShell print | email | | Forums |   print | email | | Blogs |   print | email | | Wiki |   print | email | | FAQs |   print | email | Article Search  
Get information on the NAP System Health Agent


Bookmark and Share

By: Rod Trent
Posted On: 9/10/2008

Use this PowerShell script to retrieve information about the NAP System Health Agent.

Copy and paste from between the lines.

****************

$computer = "LocalHost"
$namespace = "root\nap"
Get-WmiObject -class NAP_SystemHealthAgent -computername $computer -namespace $namespace

****************

Information retrieved:

description : The Windows Security Health Agent checks the compliance of a
computer with an administrator-defined policy.

fixupState :
friendlyName : Windows Security Health Agent

id : 79744
infoClsid : {7886B467-66D4-4163-82BA-D9212FDB4CA8}
isBound : True
percentage :
registrationDate : 1601-01-01 00:00:00.000Z
vendorName : Microsoft Corporation

version : 1.0

  myITforum.com ©2010 | Legal | Privacy