Enable and Disable NAP Tracing
Applies To: Windows Server 2008, Windows Server 2012
Enabling and disabling NAP tracing
Using the Windows interface
Using a command line
To enable or disable NAP tracing by using the Windows interface
To open the NAP client configuration console, click Start, click All Programs, click Accessories, click Run, type NAPCLCFG.MSC, and click OK.
In the console tree, right-click NAP Client Configuration(Local Computer), and click Properties.
In the NAP Client Configuration(Local Computer) Properties dialog box, choose Enabled or Disabled.
Additional considerations
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
To enable or disable NAP tracing by using a command line
To open a command prompt, click Start, click All Programs, click Accessories, and click Command Prompt.
To enable or disable NAP tracing, do one of the following:
To enable NAP tracing, type: netsh nap client set tracing state = enable
To disable NAP tracing, type: netsh nap client set tracing state = disable
Additional considerations
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.