How to declare a remote variable in powershell and access it?
Basically, I have a yaml config file, where I want to declare env variables. My PS Script, is supposed to read these and declare them inside a function.
Basically, I have a yaml config file, where I want to declare env variables. My PS Script, is supposed to read these and declare them inside a function.