[trick](https://gitlab.com/guided-explorations/microsoft/windows/call-cmd-from-powershell/-/blob/master/.gitlab-ci.yml) to execute batch files with CMD from PowerShell:
write the script in a file and run `CMD.EXE /C` on it.
```yaml
execute windows:
stage:execute
image:alpine
tags:
-terraform
-windows
script:
# The trick for running cmd scripts from powershell runner is documented