Cmdlets for XML

Build 24.0.9060

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) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060