Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Dell Management Console replaced Symantec Management Console

Updated: 21 May 2010 | 3 comments
Robert Lundsten's picture
0 0 Votes
Login to vote

Hi!

I just installed Dell Client Manager 3.0 and now my console says "Dell Management Console"! Argh!
Does anyone know how to change it back to Symantec Management Console?

Thanks!!

Comments

telegon's picture
13
Aug
2009
4 Votes +4
Login to vote

Replacing the Dell Client Management Console Branding in NS7

Just run the following SQL command in Query Analyzer to set your branding back to the default Symantec Management Console.

Make sure you 've highlighted the Symantec_CMDB database in QA before you run this command:

UPDATE Item SET ModifiedDate = ( select getdate() )
WHERE Guid = (    SELECT Item.Guid
                        FROM Item
                        Join ItemClass ON Item.Guid = ItemClass.Guid
                        WHERE ItemClass.ClassGuid = '1f768417-511a-4c22-afbc-4a66720f793a'
                        and Item.Name like 'Default%' )

 

-Jim

billyccfs's picture
02
Sep
2009
0 Votes 0
Login to vote

Thanks

Thanks for that, Jim. I can't say why but that annoyed me.

Dror_Nagel's picture
27
Oct
2009
0 Votes 0
Login to vote

Hi Jim, Is there a way to go

Hi Jim,

Is there a way to go back to Dell, after I already changed it back to SMC.

Regards,