Hi,
you can select an XML Node with $XML.Node1.Node2 and so on.
But what can i do if the node name is "Product-Version".
$XML.Node1.Product-Version
You get an Token Missmatch Error. 🙁
Is there an escape character for the "-" in Powershell?
Regards
Frank