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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

KIX scripting language

  • 25-10-2007 3:24pm
    #1
    Registered Users, Registered Users 2 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