Posted on 2019/05/152019/05/15 by tfumiaki [Powershell]XPathでXMLドキュメントを検索する $xmlDoc = [xml](Get-Content <xmlファイルのパス>) $xmlNavi=$xmlDoc.CreateNavigator() $xmlNavi.Select("<xpath式>")