matt penny avatar

matt penny

#TodayILearned that if you try to replace a single backslah in Powershell it throws an error

You can do:

$String -replace “\”, ‘-’ t.co/CN9apmfu4…