Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
174 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' } } |