How can I disable a local user account on a computer that's not in Active Directory? All the examples I've seen to disable account comes from user's in Active Directory.
Anyone can give me some help on how to create public calendars using vb or vbscript? I was able to create public folders but stuck on public calendars.
Anyone can give me some help on how to create public calendars using vb or vbscript? I was able to create public folders but stuck on public calendars.
Anyone know how to use DEVMODE to change printer setting? I'm trying to write something that will get all the shared printers on the network, then get all their devicecapabilities and map them.
I'm trying to ftp a file with this,
<cfftp action="putfile" username="****" password="****" server="ftp.domain.com" stoponerror="yes" localfile="D:\Inetpub\Wwwroot\index.cfm" remotefile="indextest.cfm">
but it returns an error "no response from server". I used a seperate ftp client try and it...
ok. the msgbox output is
xcacls.exe "d:\calendar\test test" /G administrator:F "test test":F /Y
i don't think the problem is in here. the problem is where i put this whole line into wshshell.exec(" stuff here "). there's an error where exec(" is saying ) expected. its getting the two...
i'm having some issues representing quotes within the exec(" "). here's what i have.
dim user_name
user_name = "Test test"
Set wshShell = createobject("wscript.shell")
Set permissions = wshShell.Exec("xcacls.exe "d:\calendar\""& Lcase(user_name) &""" /G administrator:F ""& Lcase(user_name) &"":F...
Hi. I'm trying to create a script that will created user accounts on a remote computer. This computer is on a different network and not in a domain. Is this possible? Thanks.
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.