{"id":2527,"date":"2019-08-28T08:59:15","date_gmt":"2019-08-28T07:59:15","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=2527"},"modified":"2019-08-28T08:59:16","modified_gmt":"2019-08-28T07:59:16","slug":"powershell-replace-config-in-xml-file","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/powershell-replace-config-in-xml-file\/","title":{"rendered":"Powershell replace config in XML file"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$Octopusboard = \"123456\"\n$OctopusUrl = \"https:\/\/test.com\/\"\n$f = Resolve-Path \".\\App.exe.config\"\n$xml = New-Object System.Xml.XmlDocument\n$xml.PreserveWhitespace = $true\n$xml.Load($f)\n$board = $xml.SelectSingleNode('\/\/board-id')\n$board.InnerText = $Octopusboard\n$url = $xml.SelectSingleNode('\/\/url')\n$url.InnerText = $OctopusUrl\n$xml.Save($f) <\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2527","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/2527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=2527"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/2527\/revisions"}],"predecessor-version":[{"id":2528,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/2527\/revisions\/2528"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=2527"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=2527"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=2527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}