Docker Commands not displaying output in Powershell or Command Prompt

Hi,

I’ve had issues trying to get Docker for Windows to run on my company Windows 10 Build 1607. I’ve eventually got it to run by restarting the service com.docker.service via an elevated prompt but when I then run any docker command e.g. docker version it just returns the prompt but no output

PS C:\WINDOWS\system32> docker
PS C:\WINDOWS\system32> docker --version
PS C:\WINDOWS\system32> docker version
PS C:\WINDOWS\system32>

Docker Version 18.03.1-ce-win65 (17513)

Can anyone advise/help?

Thanks,

David