I want to Replace Filecontent in Powershell. The template is:
[user]
name = $Vorname $Nachname
email = $emailadresse
[credential]
helper = manager-core
I want to replace $Vorname, $Nachname, $emailadresse with values i create in the Powershellscript. I know how to read the content in but dont know how to replace it.
I tried diffrent methods but nothing worked.