Enabling and disabling the EAP enforcement client
To enable and disable the EAP enforcement client 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 then click OK.
-
Click Enforcement Clients.
-
Right-click EAP Quarantine Enforcement Client, and then click Enable or 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.
To enable and disable the EAP enforcement client by using a command line |
-
To open a command prompt, click Start, click All Programs, click Accessories, and then click Command Prompt.
-
To enable or disable the EAP enforcement client, do one of the following:
- To enable the EAP enforcement client, type: netsh nap client
set enforcement ID = 79623 ADMIN = "ENABLE"
- To disable the EAP enforcement client, type: netsh nap
client set enforcement ID = 79623 ADMIN = "DISABLE"
- To enable the EAP enforcement client, type: netsh nap client
set enforcement ID = 79623 ADMIN = "ENABLE"
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.