Using PSRemoteRegistry / PSRR
trying to do:
"SERVER1" | Set-RegString -Key $key -Value "Value1" -Data "te$tValue1"
when I do:
"SERVER1" | Get-RegString -Key $key -Value "Value1"
the output of the -Data is : tetValue1
How can I put the $ sign in the Data?