Created
October 26, 2016 06:04
-
-
Save 62mkv/ae7d0e63c16fb3ec25ea05183b508b5c to your computer and use it in GitHub Desktop.
Select only one property of every element of a given type in an XML-file (in PowerShell)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select-XML -XPath "response/action/provider/@fullName" -Path providers.xml | Select-Object -ExpandProperty Node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment