Psytechnic 

By: | 178 downloads | Last Updated: 9/25/2018 | Latest Version: 0.0.0.1

Reads lines from .ini files and constructs a custom PSObject which can be modified and exported

By: | 168 downloads | Last Updated: 9/25/2018 | Latest Version: 0.0.0.1

Exports a custom PSObject to an INI file PSObject Template: $example=[pscustomobject]@{ rootProp1='value1' rootProp2='value2' section1=[pscustomobject]@{ sectProp1='value3' sectProp2='value4' } section2=[pscustomobject]@{ sectProp1='value5' sectProp2='value6' } }