That looks like you’re trying to run a ‘shell’ step on a windows node, which is unlikely to succeed, unless you have a specific shell executable installed there (in which case, it needs to be in the %PATH% of the node.
For windows nodes, you’d generally be looking at running either ‘bat’ or powershell steps for scripts.
Tony