From f8f1cb9555ea05c70b80a5638085ad1ca18086a1 Mon Sep 17 00:00:00 2001 From: ofilter Date: Sat, 9 Apr 2022 04:30:46 +0200 Subject: [PATCH] added example of Connect-VIServer with https protocol --- placeholder.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/placeholder.md b/placeholder.md index ceae2bc..92688f1 100644 --- a/placeholder.md +++ b/placeholder.md @@ -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 \ No newline at end of file +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 +``` \ No newline at end of file