Hello,
I have a Runbook running under PowerShell 7.1 with a number of parameters. One parameter is a 'Description' string which is effectively 'free' text. The problem I'm having is that the Runbook fails immediately if the parameter contains an 'apostrophe' i.e. a '
I've tried using:
- an escape character /
- Switching it for [char]0x002 (unicode)
I'm wondering if this is a bug?
Thanks
Laurence