/Xmlips

XML in PowerShell

Primary LanguagePowerShellApache License 2.0Apache-2.0

Xmlips - XML in PowerShell

PowerShell module for basic operations on XML

Xmlips is designed for Windows PowerShell 5.1 and PowerShell Core.

The module focuses on using XML files as data storages in simple and effective ways in PowerShell. The main scenario is read, find, edit, and save if changed. Another scenario is logging, i.e. append elements to files and read them later.

For the list of cmdlets and operations, see about_Xmlips.

Install

Install the PSGallery module Xmlips:

Install-Module Xmlips

Examples

See also