Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cykill

    How to disable local user account in c#

    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.
  2. cykill

    creating outlook public calendar

    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.
  3. cykill

    creating outlook public calendar.

    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.
  4. cykill

    Create public folders in exchange using VB.net

    Hello, Is it possible to create public folders using vb.net or vbscript? I've been trying to use cdo without any luck.
  5. cykill

    Using devmode

    Anyone?
  6. cykill

    Using devmode

    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.
  7. cykill

    cfftp error.

    I spoke too soon. It seems the files that are uploaded are blank and have zero bytes in it.
  8. cykill

    cfftp error.

    Thanks. that worked.
  9. cykill

    cfftp error.

    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...
  10. cykill

    representing quotes

    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...
  11. cykill

    representing quotes

    i've pretty much given up on xcacls to change permissions. is there another way to change permissions?
  12. cykill

    representing quotes

    I still doesn't work. any ideas?
  13. cykill

    representing quotes

    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...
  14. cykill

    Create user accounts on a remote computer.

    I mean Windows user accounts. Thanks.
  15. cykill

    Create user accounts on a remote computer.

    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.
  16. cykill

    global vars and text tag::template help.

    i want to know does the variable $emailaddress exist in $template1? or can I use $emailaddress in <#MY_TAG>? sorry, i have trouble explaining this. my $template1 = "/templates/v_template.html"; my $template2 = "/templates/c_template.html"; foreach $emailaddress(@email)...

Part and Inventory Search

Back
Top