
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2009 09:58 PM
I would like to modify an existing table using the "Database Scripts" feature of the Lansweeper configuration utility.
For Example, in the tsysactions table, I would like to change the action for the 'Abort shutdown' Description to
\\server\share$\shutdown -a -m \\{computer}
Is this possible?
Thanks!!
For Example, in the tsysactions table, I would like to change the action for the 'Abort shutdown' Description to
\\server\share$\shutdown -a -m \\{computer}
Is this possible?
Thanks!!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2009 11:01 AM
update tsysactions set action='newactioncode' where Description='Abort Shutdown'
