Hi,
I am new to this, just wonder is there a way the I can use connect-visserver without typing in the password, but using the use authentication that runs the script?
Currently, I am doing this and it works fine:
Connect-VIServer -Server Bla.domain.com -Password blapass
What I want to do is this
Connect-VIServer -Server Bla.domain.com
And it should log me in without asking username or password.
FYI, I am on Windowser Server 2003, 32bit machine.
Thanks,
owz