Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

KIX scripting language

  • 25-10-2007 3:24pm
    #1
    Registered Users Posts: 1,488 ✭✭✭


    Im trying to create a script that will run in along with a logon script, that will tell me what pcs on the network do not have cached exchange mode turned on.

    The code i created is below, but seems to be useless, can anybody help or give advise:

    $defcached=ReadValue("Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\13dbb0c8aa05101a9bb000aa002fc45a", 00036601)

    $d=OPEN (9, "\\Servername\sharedFolder$\check-notcachedmode.txt",5)
    $d=WRITELINE (9, "@USERID" +CHR(9) +"@WKSTA" +CHR(9) +"@IPADDRESS0" +CHR(9) +CHR(9) + $defcached +CHR(13) + ;CHR(10))
    $d=CLOSE(9)

    Any help is grateful


Advertisement