Changing the name of a trusted server group
To change the name of a trusted server group 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.
-
Double-click Health Registration Settings, and then click Trusted Server Groups.
-
In the middle pane, right-click the name of your trusted server group, and then click Rename.
-
Type the name of the trusted server group, and then press ENTER.
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 change the name of a trusted server group by using a command line |
-
To open a command prompt, click Start, click All Programs, click Accessories, and then click Command Prompt.
-
Type: netsh nap client rename trustedservergroup name = <name> newname = <newname>
The following table provides a guideline for the placeholder text in the Netsh command.
Placeholder | Possible Values | Description |
---|---|---|
<name> |
Any text string. (Required) |
The name of the trusted server group that you are changing. |
<newname> |
Any text string. (Required) |
The new name of the trusted server group. |
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.