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