{"id":1674,"date":"2011-10-21T12:45:35","date_gmt":"2011-10-21T16:45:35","guid":{"rendered":"http:\/\/www.bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/"},"modified":"2011-10-21T12:45:35","modified_gmt":"2011-10-21T16:45:35","slug":"script-to-configure-static-ports-on-exchange-server-2010-2","status":"publish","type":"post","link":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/","title":{"rendered":"Script to configure static ports on Exchange Server 2010"},"content":{"rendered":"<p>There is nothing new about this. If you have been reading about Exchange Server 2010 or have it deployed with hardware load balancer, chances are, you have read <a href=\"http:\/\/social.technet.microsoft.com\/wiki\/contents\/articles\/configure-static-rpc-ports-on-an-exchange-2010-client-access-server.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">how to configure static ports<\/a> on Exchange Server 2010 on <a href=\"http:\/\/social.technet.microsoft.com\/wiki\/contents\/articles\/exchange-2010-overview.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">TechNet Social wiki for Exchange 2010<\/a>. Chances are that you have also used my script (referenced in the post above) to set static ports on your servers. Lastly, chances are that you have read all about it on my previous post <a href=\"http:\/\/www.bhargavs.com\/index.php\/2010\/05\/19\/script-to-configure-static-ports-on-exchange-server-2010\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n<p>If so, why am I even talking about it today?<\/p>\n<p>Well, if you haven\u2019t noticed a few things already, the way you change ports is different in RTM and SP1. My script didn\u2019t account for SP1 originally when it was written. Was SP1 even existed then?<\/p>\n<p>The other reason is my nature of always learning something and making things better! I noticed how my code was inefficient now that I know a few more things about PowerShell (yeah that\u2019s not funny). I decided to write it more efficiently and that basically meant a complete overhaul of my old script.<\/p>\n<p>The new script is now more user friendly! It uses cmdletbinding and comment based help. It means, for you as a user, you can just type:<\/p>\n<pre class=\"brush: ps\">Get-Help Set-StaticPorts.ps1 \u2013examples<\/pre>\n<p>or<\/p>\n<pre class=\"brush: ps\">Get-Help Set-StaticPorts.ps1 \u2013Full<\/pre>\n<p>The script now validates parameters using ValidateRange and ValidateScript. I think that\u2019s cool! It also uses 59531 and 59532 by default now. How about using recommended ports instead of random ones I used in my previous script? I think that\u2019s even more cool!<\/p>\n<p>The script uses all the right write-* cmdlets now instead of write-host. So now you can use tee-object and won\u2019t end up with empty output file. Yes you loose cool colors I used with write-host but hey, you are trying to set ports on your Exchange Server 2010. For colors you would go see Macy\u2019s Fireworks on New Year, right? <img decoding=\"async\" style=\"border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none\" class=\"wlEmoticon wlEmoticon-smile\" alt=\"Smile\" src=\"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\" \/><\/p>\n<p>Oh and last but probably the most important change is inclusion of \u2013auto and \u2013whatif functionality!<\/p>\n<p>-WhatIf is obvious. Script will tell you what it is doing without actually making any changes.<\/p>\n<p>-Auto will automatically find all your Exchange 2010 CAS servers and Exchange 2010 Mailbox servers that are hosting Public Folders. It will then change ports on CAS Server for RPC CA service and Exchange AB service. On Mailbox servers it will only change RPC CA ports as Exchange AB service doesn\u2019t exist on Mailbox only role.<\/p>\n<p>If you combine all this with \u2013Force, you can also silence the script. It won\u2019t ask you for any confirmation and will change ports you specify (or use defaults) and restart the services! Isn\u2019t that awesome!<\/p>\n<p>So go download the script from here: <a href=\"http:\/\/cid-14adc5cf1e0cbccf.skydrive.live.com\/download.aspx\/.Public\/Exchange 2010\/Scripts\/Set-StaticPorts.ps1\" target=\"_blank\" rel=\"noopener noreferrer\">Set-StaticPorts.ps1<\/a> and give it a go. As always, let me know if you find any issues and I will be happy to fix it.<\/p>\n<p>Originally posted at http:\/\/blogs.technet.com\/bshukla<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There is nothing new about this. If you have been reading about Exchange Server 2010 or have it deployed with hardware load balancer, chances are, you have read how to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[52,19],"tags":[],"class_list":["post-1674","post","type-post","status-publish","format-standard","hentry","category-exchange-2010","category-powershell"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground\" \/>\n<meta property=\"og:description\" content=\"There is nothing new about this. If you have been reading about Exchange Server 2010 or have it deployed with hardware load balancer, chances are, you have read how to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Bhargav&#039;s IT Playground\" \/>\n<meta property=\"article:published_time\" content=\"2011-10-21T16:45:35+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\" \/>\n<meta name=\"author\" content=\"Bhargav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhargav\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/\"},\"author\":{\"name\":\"Bhargav\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"headline\":\"Script to configure static ports on Exchange Server 2010\",\"datePublished\":\"2011-10-21T16:45:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/\"},\"wordCount\":483,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"image\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/blogs.technet.com\\\/cfs-file.ashx\\\/__key\\\/communityserver-blogs-components-weblogfiles\\\/00-00-00-82-34-metablogapi\\\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\",\"articleSection\":[\"Exchange 2010\",\"PowerShell\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/\",\"url\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/\",\"name\":\"Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/blogs.technet.com\\\/cfs-file.ashx\\\/__key\\\/communityserver-blogs-components-weblogfiles\\\/00-00-00-82-34-metablogapi\\\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\",\"datePublished\":\"2011-10-21T16:45:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#primaryimage\",\"url\":\"http:\\\/\\\/blogs.technet.com\\\/cfs-file.ashx\\\/__key\\\/communityserver-blogs-components-weblogfiles\\\/00-00-00-82-34-metablogapi\\\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\",\"contentUrl\":\"http:\\\/\\\/blogs.technet.com\\\/cfs-file.ashx\\\/__key\\\/communityserver-blogs-components-weblogfiles\\\/00-00-00-82-34-metablogapi\\\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2011\\\/10\\\/21\\\/script-to-configure-static-ports-on-exchange-server-2010-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bhargavs.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Script to configure static ports on Exchange Server 2010\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#website\",\"url\":\"https:\\\/\\\/bhargavs.com\\\/\",\"name\":\"Bhargav's IT Playground\",\"description\":\"Passion for Technology. Power of Collaboration.\",\"publisher\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bhargavs.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\",\"name\":\"Bhargav\",\"logo\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/bhargavs.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/","og_locale":"en_US","og_type":"article","og_title":"Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground","og_description":"There is nothing new about this. If you have been reading about Exchange Server 2010 or have it deployed with hardware load balancer, chances are, you have read how to [&hellip;]","og_url":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/","og_site_name":"Bhargav&#039;s IT Playground","article_published_time":"2011-10-21T16:45:35+00:00","og_image":[{"url":"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png","type":"","width":"","height":""}],"author":"Bhargav","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bhargav","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#article","isPartOf":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/"},"author":{"name":"Bhargav","@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"headline":"Script to configure static ports on Exchange Server 2010","datePublished":"2011-10-21T16:45:35+00:00","mainEntityOfPage":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/"},"wordCount":483,"commentCount":1,"publisher":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"image":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#primaryimage"},"thumbnailUrl":"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png","articleSection":["Exchange 2010","PowerShell"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/","url":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/","name":"Script to configure static ports on Exchange Server 2010 - Bhargav&#039;s IT Playground","isPartOf":{"@id":"https:\/\/bhargavs.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#primaryimage"},"image":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#primaryimage"},"thumbnailUrl":"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png","datePublished":"2011-10-21T16:45:35+00:00","breadcrumb":{"@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#primaryimage","url":"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png","contentUrl":"http:\/\/blogs.technet.com\/cfs-file.ashx\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-82-34-metablogapi\/5773.wlEmoticon_2D00_smile_5F00_356F5554.png"},{"@type":"BreadcrumbList","@id":"https:\/\/bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bhargavs.com\/"},{"@type":"ListItem","position":2,"name":"Script to configure static ports on Exchange Server 2010"}]},{"@type":"WebSite","@id":"https:\/\/bhargavs.com\/#website","url":"https:\/\/bhargavs.com\/","name":"Bhargav's IT Playground","description":"Passion for Technology. Power of Collaboration.","publisher":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bhargavs.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26","name":"Bhargav","logo":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/bhargavs.com"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1649,"url":"https:\/\/bhargavs.com\/index.php\/2010\/05\/19\/script-to-configure-static-ports-on-exchange-server-2010\/","url_meta":{"origin":1674,"position":0},"title":"Script to configure static ports on Exchange Server 2010","author":"Bhargav","date":"May 19, 2010","format":false,"excerpt":"This post is depricated. Please use newer version of script and read more details here: http:\/\/www.bhargavs.com\/index.php\/2011\/10\/21\/script-to-configure-static-ports-on-exchange-server-2010-2\/ If you are planning to implement or are implementing Exchange Server 2010, you may have already noticed that with new changes introduced in this version we highly recommend that you load balance your CAS\u2026","rel":"","context":"In &quot;Exchange 2010&quot;","block_context":{"text":"Exchange 2010","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2010\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1662,"url":"https:\/\/bhargavs.com\/index.php\/2011\/04\/05\/all-exchange-2010-network-communications-in-a-diagram\/","url_meta":{"origin":1674,"position":1},"title":"All Exchange 2010 network communications in a diagram","author":"Bhargav","date":"April 5, 2011","format":false,"excerpt":"Today, Michel de Rooij posted an update to his Exchange 2010 SP1 Network ports diagram. You can find it here. This is a great resource if you ever need to refer to network flow between different roles and well as different clients to server communications. This is too good of\u2026","rel":"","context":"In &quot;Exchange 2010&quot;","block_context":{"text":"Exchange 2010","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2010\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1648,"url":"https:\/\/bhargavs.com\/index.php\/2010\/03\/25\/script-to-suppress-link-state-updates\/","url_meta":{"origin":1674,"position":2},"title":"Script to suppress Link State Updates","author":"Bhargav","date":"March 25, 2010","format":false,"excerpt":"If you are in process of upgrading from Exchange 2003 to Exchange 2010, you must have read \u201cUpgrade from Exchange 2003 Transport\u201d article on Technet which spells out the details of a requirement - \u201cminor link state updates must be suppressed to make sure that message looping doesn't occur when\u2026","rel":"","context":"In &quot;Exchange 2010&quot;","block_context":{"text":"Exchange 2010","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2010\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1154,"url":"https:\/\/bhargavs.com\/index.php\/2015\/11\/18\/configuring-rich-attachment-preview-in-exchange-2016\/","url_meta":{"origin":1674,"position":3},"title":"Configuring rich attachment preview in Exchange 2016","author":"Bhargav","date":"November 18, 2015","format":false,"excerpt":"Rich attachment preview isn\u2019t new to Exchange 2016. Exchange 2013 offered ability to preview Office attachments in browser window when using Outlook Web App. If you didn\u2019t configure Office Web App server integration for Exchange 2013, check out this TechNet article. For Exchange 2016, a couple of things have changed.\u2026","rel":"","context":"In &quot;Exchange 2016&quot;","block_context":{"text":"Exchange 2016","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2016\/"},"img":{"alt_text":"image","src":"https:\/\/i0.wp.com\/bhargavs.com\/wp-content\/uploads\/2015\/11\/image_thumb9.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1115,"url":"https:\/\/bhargavs.com\/index.php\/2015\/11\/04\/mac-mail-not-connecting-to-exchange-server-part-1\/","url_meta":{"origin":1674,"position":4},"title":"Mac Mail not connecting to Exchange Server &#8211; Part 1","author":"Bhargav","date":"November 4, 2015","format":false,"excerpt":"My good friend and renowned Exchange MVP Jeff Guillet (expta.com fame) brought an interesting issue to my attention. On his Mac, built-in Mail client would not connect to Exchange through KEMP LoadMaster. The load balancer was configured to user Layer 7 load balancing. The Exchange environment was mixed Exchange 2013\u2026","rel":"","context":"In &quot;Exchange 2016&quot;","block_context":{"text":"Exchange 2016","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2016\/"},"img":{"alt_text":"image","src":"https:\/\/i0.wp.com\/bhargavs.com\/wp-content\/uploads\/2015\/11\/image_thumb.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":200,"url":"https:\/\/bhargavs.com\/index.php\/2009\/11\/18\/script-to-install-exchange-2010-pre-requisites-for-windows-server-2008-r2\/","url_meta":{"origin":1674,"position":5},"title":"Script to install Exchange 2010 pre-requisites for Windows Server 2008 R2","author":"Bhargav","date":"November 18, 2009","format":false,"excerpt":"Even though installing pre-requisites on Windows Server 2008 R2 is simple and straight forward as described here, it makes it even faster if you were to use a script to do so. MVP Anderson Patricio recently published a script for the same. What the script did not do is what\u2026","rel":"","context":"In &quot;Exchange 2010&quot;","block_context":{"text":"Exchange 2010","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2010\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_shortlink":"https:\/\/wp.me\/pkROc-r0","_links":{"self":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts\/1674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/comments?post=1674"}],"version-history":[{"count":0,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts\/1674\/revisions"}],"wp:attachment":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/media?parent=1674"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/categories?post=1674"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/tags?post=1674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}