How to pass PowerShell string parameter that has both `(backtick), ‘ and ” inside?
I am executing a Python script using a PowerShell command, The Python script takes a string that could contain special characters inside it. This parameter is passed from an ansible pipeline. So, the solution should be a general one that can be applied to any string. The PowerShell version I am running is PowerShell 5.1