NetUserAdd()怎样在远程机器上创建用户?
亿云力科技 2006-07-14 11:47:51 该函数的第一个参数可以指定为一台远程主机:
servername
[in] Pointer to a constant string that specifies the DNS or NetBIOS name of the remote server on which the function is to execute. If this parameter is NULL, the local computer is used.
我的问题是:知道远程主机的Administrator及其口令,怎样使用该用户和口令可以得到创建远程用户的权限?
谢谢