OSD: How do I change the “IT Organization” name to my company name?

Go back to the ConfigMgr 2007 Home Page

 

I am trying to change the “IT Organization” to my company name on the screen of my Stand-Alone/ Boot Media. I’ve tried adding the following line to the [Default] section of the CustomSettings.ini file but it doesn’t work:

_SMSTSOrgName = Company Name

Contributed By: Cliff Hobbs [MVP ConfigMgr]
If you are using MDT (also known as LiteTouch) to manage your deployments then modifying the CustomSettings.ini is the way to go.

However, if you’re using ConfigMgr (also known as ZeroTouch) then you need to use the following process to change the Organization name which I didn’t know about until my friend and fellow MVP Ronni Pedersen told me about:

  1. Load the ConfigMgr Admin Console on the Central Site.

  2.  Navigate to:
    System Center Configuration Manager
      - Site Database (<site_code> - <site_description>)
        - Site Management
          - <site_code> - <site_description>
            - Site Settings
              - Client Agents

  3. Right-click Computer Client Agent and from the context menu select Properties.

  4.  Click the Customization tab.

  5. Change the value in the Organization name field from IT Organization to <company_name> where <company_name> is the name you want to see displayed (for example FAQShop.com).

  1. Click OK.

 


To see other ConfigMgr 2007 Installation and Configuration related FAQs click here.
© FAQShop.com 2003 - 2009

Go back to the ConfigMgr 2007 Home Page