Export-PSObjectToINI

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'
}
}

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Export-PSObjectToINI

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

GNU GPL v3

Package Details

Author(s)

  • Luke Dalton

Tags

INI

Functions

Export-PSObjectToINI Create-INIString

Dependencies

This script has no dependencies.

Release Notes

(c) 25 September 2018
Version History:
0.0.0.1 - First Write

FileList

Version History

Version Downloads Last updated
0.0.0.1 (current version) 168 9/25/2018