Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20490

Re: Powershell Authentication Help Post Server 2012 R2 Upgrade

$
0
0

You could try to change the following line:
Connect-VIServer ${ip} -WarningAction 0

To:

Connect-VIServer -Credential ${CREDENTIAL} ${ip} -WarningAction 0


In this case credentials may provide access to system with adequate permissions to connect.

You may also want to try playing with –User and –Password arguments.


Viewing all articles
Browse latest Browse all 20490

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>