Sub GreetUser() MsgBox "Hello from PowerShell!", vbInformation, "Greeting" End Sub