Hello all,
is it possible to add a domain user (not an Active Direcory domain) to local administrators group by VBScript? I wouldn't like to use the "net localgroup" command.
thank you
Eduard
Hi all,
is there a way to access my desktop folder by script via variable like:
%USERPROFILE%\Local Settings\Desktop?
Looks like "%" is not a valid character in the path,
thank you
Eduard
Hello Scripters,
Having a problem:
when I run my scripts, a sample:
(finds user logged on somewhere on the net.)
*****************************************
Dim objDomain, objShell, objExecObject
Dim compSystem, strUser, strComputer
Set objShell =...
Hi,
trying to send an email from NT4.0 Server, SP6 installed with IE5.5 SP2, I receive following error:
ActiveX component can't create object: 'CDO.Message'
Code: 800A01AD
the code:
***
Set objEmail = CreateObject("CDO.Message")
objEmail.From = "me"
objEmail.To =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.