Hi!
I have a SCVMM 2016 deployed, everything is working good in all the workstation in the domain. But we had to start working with AWS Workspaces, those machine are domain joined and they have the same policies applied, they are connected trough a vpn ipsec tunnel and every port is opened, we have fully connection between the local network and the vpc on aws. Winrm is open on both sides, i can do enter-pssession to the scvmm server from those machines, i can even open the SCVMM console and it works but its impossible to connect to the scvmm server trough powershell and im not finding (or dont know where to look at to debug this issue) in the logs.
When i try to access trough the powershell button in the SCVMM console, i get the following error, which is the same i get when i do it from the virtual machine manager console shell.
Get-SCVMMServer : You cannot access VMM management server myserver. (Error ID: 1604) Contact the Virtual Machine Manager administrator to verify that your account is a member of a valid user role and then try the operation again. At line:1 char:406 + ... r';$vmmserver_VAR=Get-SCVMMServer myserver -UserRoleName 'Administrator';+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : ReadError: (:) [Get-SCVMMServer], CarmineException+ FullyQualifiedErrorId : 1604,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.ConnectServerCmdlet
Any ideas?
Thanks in advance.