Yoeri Rousseaux
Results
2
issues of
Yoeri Rousseaux
On line 169 there is the following code `$GenericFields = Get-Variable GenericField* | Where-Object { $_.Value -ne [NullString] -and $null -ne $_.Value }` This returns all GenericFields, even if they...
I'm using a custom .env file that I use to spin up my docker compose with the --env-file parameter, is it possible to pass this as a variable? At the...