I made a custom command that executes a powershell script, if you run the script from the adaxes console, then everything works, but if you run the command from the web interface, an error pops up. Through experience, I realized that the variables that I assign in the script, for example $weburi = "https://url-address.com" are not assigned. If you add $Context.LogMessage("$weburi, "Information") to the script, you can see that the value is empty. Am I doing something wrong?