Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PsIni
1.2.0
Examples/read-ini.ps1
# reconstitute a Hashtable from INI file and read a value
$content
=
Get-IniContent
.\settings.ini
$content
[
"category2"
]
[
"key4"
]