- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can actually edit the endpoint name of the vSphere Agent on the Windows Server as follows:
a) Open a command prompt as Administrator on the Windows Server where the Agent is installed.
b) Go to the directory where the Agent is installed, normally C:\Program Files (x86)\vCAC\Agents\<Agent Name Folder>
c) To see the current endpoint name type the following command:
DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config get
d) And to set the new endpoint name type the following command:
DynamicOps.Vrm.VRMencrypt.exe VRMAgent.exe.config set managementEndpointName <New name>.
Note: < > are not required in the above command.
e) Restart the vSphere Agent service.