problem with .Net xml importnode in powershell
- by Trondh
Hi, Im trying to construct a powershell script that uses some XML. I have a XML document where I try to add some values with email addresses. The finished xml document should have this format: (I'm only showing the relevant part of the xml here)
<emailAddresses>
<value>bob@bob.com</value>
…