Client Management Suite

 View Only
  • 1.  How to created the software delivery with Run Command

    Posted Jul 24, 2013 11:51 AM

    I have some of users that outlook calendar is not working, in order for make that work then I need to go to each PC on the run command, type as following...

     

    outlook /cleanfreebusy

    how can I create the software delivery for this?

     

    Thanks

     

    Lillian

     



  • 2.  RE: How to created the software delivery with Run Command

    Posted Jul 25, 2013 04:21 AM

    Go to Jobs and Tasks, on a folder you want to use, right click > create task > choose run script > give it a nice name > put in your line > click advanced > choose run as : current logged-on user > save

    you might want to check if an outllok process is running already so.



  • 3.  RE: How to created the software delivery with Run Command

    Posted Jul 25, 2013 01:44 PM

    I never know you can use task for puch out this knid of Run command.

    I have to create three task for Windows XP, Windows 7 (32bit) Windows 7 (64bit)

    with following command

    C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe /cleanfreebusy   (windows XP)

    "C:\Program Files\Microsoft Office\Office14\outlook.exe" /cleanfreebusy  (windows 7 32 bit)

    "C:\Program Files (x86)\Microsoft Office\Office14\outlook.exe" /cleanfreebusy (windows 7 64 bit)

     

     IT works, thank you so much

    Lillian