From b4122b72f7a6277488d21ef479691ed3ef96f555 Mon Sep 17 00:00:00 2001 From: Martijn Diersmann Date: Wed, 3 Jun 2026 10:57:30 +0200 Subject: [PATCH] Update hello.ps1 --- hello.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.ps1 b/hello.ps1 index 332b991..44e3459 100644 --- a/hello.ps1 +++ b/hello.ps1 @@ -1 +1,2 @@ -Write-Host 'Hello, World!2' \ No newline at end of file +$vcenter_username=$env:vcenter_username +Write-Host 'Hello, World!2 $vcenter_username' \ No newline at end of file