Skip to content

Instantly share code, notes, and snippets.

@jeevan-vj
Created February 21, 2020 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevan-vj/dc1ee6cba2d2f401727a90ca1fee47f5 to your computer and use it in GitHub Desktop.
Save jeevan-vj/dc1ee6cba2d2f401727a90ca1fee47f5 to your computer and use it in GitHub Desktop.
$xmlFileName "Path to XML File";
[xml]$xmlDoc = Get-Content $xmlFileName
$xmlDoc.App.Secret = "Some Value"
$xmlDoc.Save($xmlFileName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment