Brilliant! Cast to xml, if it is nil, then the second cast to bool will give false, otherwise true:
Thanks Shay Levy!
[bool]Get-Content c:\Path\To\xml_file.xml -as [xml]
–jeroen
via How to determine XML type in Powershell? – Stack Overflow.
| Lars Fosdal on Security alarm provider Woonve… | |
| Thomas Mueller on Question got closed in May 202… | |
| Thaddy de Koning on Formulier voor bewindvoerders… | |
| Thaddy de Koning on Formulier voor bewindvoerders… | |
| Thaddy de Koning on Formulier voor bewindvoerders… |
Posted by jpluimers on 2015/07/21
Brilliant! Cast to xml, if it is nil, then the second cast to bool will give false, otherwise true:
Thanks Shay Levy!
[bool]Get-Content c:\Path\To\xml_file.xml -as [xml]
–jeroen
via How to determine XML type in Powershell? – Stack Overflow.
Posted in Development, PowerShell, Scripting, Software Development | Leave a Comment »