Use below two command in powershell to determine running on Appliance or Window
$server = Connect-VIServer -Server 192.168.x.x
$Server.ExtensionData.Content.about
It will tell in OS Type, if it is Linux-64, yes it definitely appliance. If not, yes Window 👍
No comments:
Post a Comment