ScriptConfig icon indicating copy to clipboard operation
ScriptConfig copied to clipboard

PowerShell Module to handle configuration files for PowerShell controller scripts.

Results 1 ScriptConfig issues
Sort by recently updated
recently updated
newest added

Split not working correctly: ` $key = $line.Split('[]=', 4)[0] $hash = $line.Split('[]=', 4)[1] $value = $line.Split('[]=', 4)[3] ` I changed the hashtable switch case in ConvertFrom-ScriptConfigIni.ps1 like this as workaround...