Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8807771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:27:02+00:00 2026-06-14T02:27:02+00:00

I am looking at the default master page in SharePoint 2013 (v15.master) and there

  • 0

I am looking at the default master page in SharePoint 2013 (v15.master) and there is a server control there <SharePoint:SuiteBarBrandingElement runat="server"/> which on the page renders as ‘SharePoint’. I can’t figure out where to change it to something else (without writing code behind).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:27:03+00:00Added an answer on June 14, 2026 at 2:27 am

    Information is thin, but there does not appear to be any UI-based way to get at this setting. But a setting it is (actually, a property on SPWebApplication).

    Refer to this (unhelpful) documentation: SPWebApplication.SuiteBarBrandingElementHtml

    Like you point out, you could write a solution to modify this property, but we can also use some PowerShell to get at it.

    Executing this in the SharePoint 2013 Management Shell:

    $app = Get-SPWebApplication http://my.sp2013.site/
    $app.SuiteBarBrandingElementHtml
    

    Yields this output:

    <div class="ms-core-brandingText">SharePoint</div>
    

    This means that we can just assign a new value here:

    $app.SuiteBarBrandingElementHtml = '<div class="ms-core-brandingText">Hello World!</div>'
    $app.Update()
    

    That aside, it would be pretty handy to build a solution that exposed the property via the Admin UI to update it. I don’t know why Microsoft didn’t provide this out of the box; it seems like that was the intention (at some point).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a control on my Site.Master page which pulls data from an
I'm looking for help setting a new default property value for an inherited control
I'm trying to learn android system and was looking into standard (default) DescClock application
I am currently looking at the C# Metro default controltemplate for scrollbar. And in
I'm looking at how ParameterInfo.IsOptional is defined (I'm adding default parameter support to an
I'm currently looking for a way to launch the default browser application on Android
Is it possible to change the default text (something like looking for other iPhones
I'm looking for a simple way to tokenize std::string input without using non default
Im making a simple alternative to the default linux system monitor. Im looking to
i am looking to extend a third party control, it is a ComboBox (so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.