I have created my own module. This module executes a powershellscript.
But now I need to overgive them some variables, how can I do this.
I already have tried with this:
$data = Get-Content $args[0] | Out-String | ConvertFrom-Json
But that doesnt work.
Do you have any suggestions?