Pimp Your Console, Part 3: Customizing Text on Your Console Header
Updated: 11 Jun 2007 | 7 comments
Ever seen "Pimp my ride"? This takes it to a whole new level. This is the last of a three-part installment for Pimp my Console.
With this SQL code you can customize your console header. You could use if for something cool like in the screenshot or something functional in case you run multiple NS Servers and need something big to tell you where you are at. IE "Altiris Server A".
To view the current settings
Select * From String WHERE (BaseGuid='524C9C33-EE22-4A48-8B20-050120021dB6') AND (Culture='' OR Culture='en') AND StringRef='title'
To modify the current settings
UPDATE STRING SET String='Put console name here' WHERE (BaseGuid='524C9C33-EE22-4A48-8B20-050120021dB6') AND (Culture='' OR Culture='en') AND StringRef='title'
Put it back to the default of Altiris Console is as easy as changing your SET string.
I would doubt this customization is in any way supported by Altiris.
Now go pimp your console!
blog entry Filed Under:

The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments
Pimped out 'sole
Great tip! I was looking for a way to name my console screens to delineate between the various servers.
Even better, if the dashes were gone from each line, Query Analyzer just makes me delete them.
Thanks,
Reed
Dashes
Glad you like the ideas for the console. The dashes were put in there hoping I could submit it via the create content page, but there seems to be problems whenever you submit content with SQL or HTML code in it.
Screenbert
Screenbert
Dashes-B-Gone
I've removed the dashes. Sorry about that.
We have to be careful what kind of stuff we allow users to type into our Web forms.
When our filter sees a left angle bracket, it sees "danger, suspicious code to follow".
To get around that you can replace the brackets with what the big boys call a "character entity". It's basically an ampersand followed by the letters lt, followed by a semicolin. So this < displays as this < (And doesn't set off any alarms.)
HTH
Dash-B-Gone
Awesome, Juice rocks!
Pimp your console
Thnxsss for the contribution.
I was also looking how to get a additional screen console to determine on what server you work.
I use over 5 consoles to do my job, and sometimes i mess up.
Again thnxssss.
Erik
Regards Erik www.DinamiQs.com Dinamiqs is the home of VirtualStorm (www.virtualstorm.org)
*************************************************************
If your issue has been solved, Please mark it as solved
***********
This might help
http://juice.altiris.com/tech-tip/544/help-working...
Color Console Text
Hi,
Can we add color to the Customized Text. I have a light background (bgLines.gif) and want a dark Text over it.
Can this be done.
Thanks & Regards,
rahiz
Would you like to reply?
Login or Register to post your comment.