VMware Cloud Community
fborges555
Enthusiast
Enthusiast

Could not find user or group in AD

Hi guys

 

I am trying to connect to a connection server using powerCLI but after it asks for my creds, I get the following error

connect-hvserver : ExceptionType : VMware.Hv.EntityNotFound
ErrorMessage : Could not find user or group in AD
Id : VMware.Hv.UserOrGroupId
At line:1 char:1
+ connect-hvserver -server xxx.xxx.xxx.xxx -credential $creds
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-HVServer], Exception
+ FullyQualifiedErrorId : System.Exception,VMware.VimAutomation.HorizonView.Commands.Cmdlets.ConnectHVServer

1) I have checked that successfully that get-aduser from connection server return the username.

2) I have check the debug logs for the solution in here.- but there is not line "cannot find domain dn by

3) I have check for sIDHistory but nothing show ups.

 

what else could I check and does vmware support help with this issue.

Thanks gurus

 

0 Kudos
2 Replies
LucD
Leadership
Leadership

The VMware.HV.Helper module is open-sourced, so no official support afaik.
You can open an Issue on the repo, but not sure if anyone will pick that up anytime soon.

There is a similar Issue#398 on the repo, but there hasn't been any replies since lsat year.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
fborges555
Enthusiast
Enthusiast

Thanks a bunch

0 Kudos