Skip to content
seanjseymour edited this page Jan 3, 2017 · 6 revisions

Welcome to the PsIni wiki!

Here you will find detailed information and examples about how to use the PsIni functions to add, remove, update, and perform related tasks on ini files.

Each page has examples provided to explain usage of each function:

  • Get-IniContent explains how to read the contents of an ini file into an ordered dictionary.
  • Out-IniFile explains how to save ini content to a file.
  • Set-IniContent explains how update or add content to an ini object.
  • Remove-IniEntry explains how to remove content from an ini object.
  • Add-IniComment explains how to comment out keys in an ini object.
  • Remove-IniComment explains how to remove comments from an ini object.
  • Unit-Tests explains how to test functionality using Pester.
Clone this wiki locally