I want the installer to also scaffold a workspace, so I tried adding the parameter to the one-liner:
irm https://sdods.com/install.ps1 | iex -Workspace C:\my-testsPowerShell does not like that, and every variation I have tried either errors or installs with the defaults and silently ignores the parameter. What is the correct form?