Ghost Solution Suite

 View Only
  • 1.  description in Task Details area on a script

    Posted Feb 16, 2017 05:55 PM

    Hi - when I create a script there is a Description area that I can't modify. Also sometime I see a description in the Task Details area - other times it just says (embedded).

    How do I get access to be able to set my own description?

    Thanks

     



  • 2.  RE: description in Task Details area on a script
    Best Answer

    Posted Feb 16, 2017 06:55 PM

    That will reflect the first line if it's a comment:

    REM Description here

    'vbscript Description here

    #powershell Description here

    At least that's how it used to work in Deployment Server 6.9, the product on which GSS 3 is based.



  • 3.  RE: description in Task Details area on a script

    Posted Feb 17, 2017 10:23 AM

    That did it for my script. There was one script that had a description of (embedded) with REM's in it but when I modified the top REM's, the first one with more that REM on it was used as the description.

    Have a good day...