Filter By

Package Types

Operating System

Categories

Trust Information

By: | 169 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' } }