I need to execute a :
net user __myuser mysecretpass /add /DOMAIN
from an asp page
I tried with a dll I found on the web: executing exe and batch file seemed to work fine. IE: net view is running!
Executing a whoami in the scipt gives: NT AUTHORITY\SYSTEM
net view is running and net user not...How to explain...user rights??? but which user?
How to solve???
net user __myuser mysecretpass /add /DOMAIN
from an asp page
I tried with a dll I found on the web: executing exe and batch file seemed to work fine. IE: net view is running!
Executing a whoami in the scipt gives: NT AUTHORITY\SYSTEM
net view is running and net user not...How to explain...user rights??? but which user?
How to solve???