Skip to content

Instantly share code, notes, and snippets.

@jeevan-vj
Last active February 21, 2020 07:12
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/107b4320198e99ffdaf34751d7f421d4 to your computer and use it in GitHub Desktop.
Save jeevan-vj/107b4320198e99ffdaf34751d7f421d4 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