Dell Management Console replaced Symantec Management Console

Robert Lundsten's picture

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!!

telegon's picture

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

Thanks

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

Dror_Nagel's picture

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,