added example of Connect-VIServer with https protocol

This commit is contained in:
ofilter 2022-04-09 04:30:46 +02:00
parent 799adece03
commit f8f1cb9555

View File

@ -56,4 +56,7 @@ Get-Command -Module hyper-v | Out-GridView
##### Niputis
https://livebook.manning.com/book/windows-powershell-in-action-third-edition/chapter-2/40
https://livebook.manning.com/book/windows-powershell-in-action-third-edition/chapter-2/40
```powershell
Connect-VIServer -Server 10.23.112.235 -Protocol https -User admin -Password pass
```