Hi,
Should I do something different when accessing the value of a User Variable from a powershell script located in a file?
The situation is this:
If I do
$vmname = "{USERVAR(vmname)}"
in powershell task coping the code in the powershell textbox it works but if I do it from a powershell file $vmname vale is the string: "{USERVAR(vmname)}" instead of its value.
Am I missing something here?
Thanks!
Edited by moderator
2019-06-04T09:04:59Z
|
Reason: Not specified