Can PowerShell script remove all tags and texts in XML file and keep only binary data ? Tags and texts in tags block me to decript binary code.
<message id="3" date="2010">
<text>4+Cj4+CmVuZG9iagoyIDAgb...</text></message>
Need remove all and keep clear binary code and re-saved file.
4+Cj4+CmVuZG9iagoyIDAgb...
Is even possible do this in PowerShell?