Does anyone else find it silly that, upon creating a script deployment, you have to enter a value for any required script parameters? Like, what’s the point of basically hard coding it into the deployment? Couldn’t I do that directly in the script itself?
Unless it’s to set a default value and it gets overwritten when another value is passed? Has anyone done that?