I have a problem with replace text in Powershell. For e.g.
When I use:
(Get-Content C:\\TEMP\\App.config) -replace "one","two" | Set-Cont