Is there an option to make windows authentication work on webcommander.
When I run Connect-VIServer from the Windows Server with Powercli I can connect without having to type username and password, because the current user credentials are used to connect to my vcenter.
However on webcommander it's not working.
When I run from webcommander the PS script whoami I get back my username (Domain\user) , but if I type $env:username I get back the machine user (Servername$).
Maybe I have to configure IIS or webcommander to passthrough the current user credentials.
Any help would be great.
Thanks in advance
Davide