Hello together
I habe a array which contains “\Hofdo” and i want to replace the “\” with “” but if i try to replace it with the code:
$Owner -replace "\", ""
it doesn’t work
How can i replace it ?
Hello together
I habe a array which contains “\Hofdo” and i want to replace the “\” with “” but if i try to replace it with the code:
$Owner -replace "\", ""
it doesn’t work
How can i replace it ?