6 lines
166 B
PowerShell
6 lines
166 B
PowerShell
$x=Invoke-PSUScript -Name Get-HelloWorld.ps1 -WorldName "zm"
|
|
Write-Warning $x.Id
|
|
|
|
$x=Invoke-PSUScript -Name Get-HelloWorld.ps1 -WorldName "zo"
|
|
Write-Warning $x.Id
|