• How To Tweak Your TechNet Forum Signature

     

    Since I have been asked a few times about how I pimped tweaked my TechNet Forum signature I thought it would be prudent to write it up here.  This was one of the main drivers for creating this blog in the first place – so I could avoid having to write the same email several times and instead it would be a “here’s the link which contains the answer!”.

     

    My current TechNet signature is shown below, and this is how it appears when rendered in the browser.

    Displaying Rhoderick Milne TechNet Signature

     

     

    Updated 30-4-2014:  Since the forums have had a revamp – the image was updated to reflect  the new layout.

    Assuming that you have a a TechNet forum account you can edit the signature associated with it.  Make sure you are signed in to the forums by navigating to one of the many forums and using the sign-in link at the top right hand side. 

    On the mid-right hand side, as shown in the red box below, under the “Quick Access” link you can find the “My Settings” link.

    TechNet Forum My Settings Link

     

    Clicking on “My Settings” will take you to the settings page.

    Technet Forums My Settings Page

     

    There are various options on the settings page where you can edit and tweak your preferences.

     

    For this discussion we are going to be interested in the box at the bottom that contains the signature.

     

    Most people put plain text into this box, which is fine if this was 1995 and we were all still using Gopher.  Feel free to drift off back into nostalgia…..  How I miss IIS 3.0,,,,,

     

    You will notice that mine does not contain plain text, and actually has basic HTML.  This is the secret sauce that allows me to have the links to LinkedIn, Twitter and so on in my signature.

     

    Note one thing:  Do not go crazy with the content in this box as there is a limit to the number of characters that you can enter.  The editor will allow you to enter above the limit, but any excess characters will be removed when you click submit.    This is where we have to do some jiggery-pokery to get the signature down to a smaller size so that we can have multiple entries.

     

     

    In short these are the high level steps:

    1. Locate URLs that you want to use
    2. Locate images that you want to use
    3. Shorten URLs
    4. Create and edit the HTML
    5. Save HTML to online signature

     

    Locate URLs

    You will want to carefully choose your URLs, and they may include links to a blog, Twitter or LinkedIn profile.  Within each of these services obtain and write down the URL.

     

    Locate Images

    There are defined locations where the major social media sites have a link to their icons.  Again work out what you want, and write them down.

     

    Shorten URLs

    As you read above the signature field is of a set size and this is why I use a URL shortening service.  Since I am a Microsoft FTE I use the corporate service, http://aka.ms, though your can use any of the popular services for this.  Be sure to research the service, and ensure that it is secure/reputable as you do not want the links to be altered so that instead of the LinkedIn image appearing under your name all a sudden the Backstreet Boys appear.  That would be most uncool! 

     

    Create and edit the HTML

    Create a .HTML file on your local machine and edit it with Notepad to create the HTML.  By editing a local file it is easy to load it up in IE, and to see how it renders.

    As an example this is my current signature contents.

    Note I am not a developer, and am just a cable-plugger!

     

    <p>Cheers,</p>
    <p>Rhoderick </p>
    <p>Microsoft Senior Exchange PFE</p>
    <b>Blog:</b> <a href="http://blogs.technet.com/b/rmilne/rss.aspx" target="_blank">
    <img src="http://aka.ms/gmvm2k" border="0"></a> <a href="http://aka.ms/RMILNE">http://blogs.technet.com/rmilne</a>&#160;
    <b>Twitter:</b> <a href="http://aka.ms/RMILNE-TW" target="_blank"><img src="http://aka.ms/iejgcv" border="0"></a> &#160;&#160;<b>LinkedIn:</b>
    <a href="http://aka.ms/RMILNE-LinkedIn" target="_blank"><img src="http://aka.ms/glr0s5" border="0"></a> &#160;&#160;<b>Facebook:</b>
    <a href="http://aka.ms/RMILNE-FB" target="_blank"><img src="http://aka.ms/x0lwhi" border="0"></a> &#160;&#160;<b>XING:</b>
    <a href="http://aka.ms/RMilne-XING" target="_blank"><img src="http://aka.ms/nnqy4c" border="0"></a>
    <p><font size="1">Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.</font></p>

     

    I’ll let you pick through that, and compare the HTML to the image at the top of this post.  But it should be clear that I pull the image in from a shortened URL, and then add a  target to it so that when someone clicks the picture it takes them to that link.

    There are also plenty of sites that discuss the HTML tags and what they do; so pop any questions you have on them into www.bing.com 

     

    Note there is no need for opening and closing HTML tags as that is taken care of by the the page itself,  we are only injecting content into an existing page.

     

    Save HTML to Online Signature

    When you are happy with the results of the local .HTML file and how it looks in IE, then copy and paste the contents into the online signature field and hit submit.  Ensure that it was not too long and that the end was truncated.

     

    Now enjoy your colourful HTML signature! Since we have moved on from Gopher we can party like its 1999.  Oh wait…

     

    Cheers,

    Rhoderick

  • Fine Grained Control When Registering Multiple IP Addresses–Part Trois

    You may have seen the previous articles, part one and two,  where I’d blogged about controlling DNS registration for network interfaces with multiple IP addresses.  For Exchange administrators this is a a concern because sometimes we have to create multiple web sites on a Client Access Server (CAS).  This is typically done so that OWA can have different authentication flags (Forms, NTLM, Basic) or a separate Autodiscover web site is required in a hosting scenario.

     

    The typical Exchange admin can use the SkipAsSource flag to control the IP registration behaviour fairly easily as we generally do not have several IPs on a NIC.

     

    But what if you do have dozens of IPs on another Windows server and you want to control them easily? 

    James Kehr has a featured post on the Hey Scripting Guy site and he has an adroit solution to this challenge using PowerShell 3.0 – so go check it out!

     

    SkipAsSource Control for dozens of IPs

     

    Just do NOT install PowerShell 3.0 (Windows Management Framework) onto an Exchange 2007 or Exchange 2010 SP2 server!  You will break it!

    PowerShell 3.0 support for Exchange 2010 is discussed in this post.

     

    Oh and in case you were wondering about Exchange 2010 SP1, and why it is not listed above the reason is that it is no longer supported.

    Cheers,

    Rhoderick

     

    Technorati Tags: ,
  • 10 Ways To Keep Exchange Up

    On the MSPFE TechNet blog there are a series of articles there that I wrote previously for OpsVault and will also feature some future guest blogging posts too. 

     

    You may have see the MSPFE tag on Twitter, MSPFE Handle or the MSPFE blogs on TechNet and MSDN

     

    MSPFE TechNet Blog Site - Showing Rhoderick Milne's postsOne of these guest posts went live last week and is available here.   

     

    It focuses on how to maintain the availability of Exchange, and discusses the top 10 ways to keep Exchange running based off the global findings of the Exchange Risk Assessment Program (ExRAP)

     



    For a bit of a background:

    OpsVault was  a community site owned and operated by Microsoft Premier Field Engineering (PFE)  for all information technology professionals (IT Pros) focused on IT operations.

    For many years it served as a great source for information on Operating and Optimizing Microsoft IT environments. As of November 2012 it moved to the MSPFE TechNet blog.

     

    Cheers,

    Rhoderick

     

    Technorati Tags: ,
  • End Of Exchange 2010 SP1 Support

    The end of Exchange 2010 SP1 support is almost upon us!  Is it really that long since Exchange 2010 SP1 was released Smile 

    Please review the lifecycle chart here for full details. 

    Exchange 2010 Support Lifecycle

    So at this point please ensure that you are on SP2, and when SP3 ships later on this year come back and check when support will end for SP2.  

    For details on SP2 – you can take a peek at these articles.

    I also blogged about the expiration of RTM support previously. 

    Full details about the Microsoft lifecycle policy can be viewed here

    http://support.microsoft.com/lifecycle/

    I would also encourage you to sign up to the quarterly lifecycle update newsletter to ensure that you have the knowledge to keep all of your products in a supported state, and continue to receive the support that you are entitled to!

    Cheers,

    Rhoderick