Cmdlets for XML

Build 25.0.9434

Select-XML Cmdlet

Parameters   Output Objects  

Searches XML data.

Syntax

Select-XML [parameters]

Remarks

The Select-XML cmdlet allows you to use a syntax similar to SQL SELECT statements to search XML data.

$conn = Connect-XML -URI 'C:\people.xml' -DataModel 'Relational'
Select-XML -Connection $conn -Table "NorthwindOData" -Columns @("Email","Username") -Where "Email='[email protected]'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434