Hi all
I am trying automate the activation of windows from the command line and the command I have does work when logged onto the domain admin account
When I am logged in as a standard domain user and run the command under the domain admin context the command fails
I use echo %username% to verify it is under the admin context and it is
Interestingly all the other commands in the batch file are running on the standard domain users account from an elavated command line without problem
the proxy setting is correct and internet access is available
I cant see why this does not work
Thanks for reading