{"id":3184,"date":"2011-07-08T09:51:34","date_gmt":"2011-07-08T17:51:34","guid":{"rendered":"https:\/\/www.zubairalexander.com\/stage\/?p=3184"},"modified":"2011-07-25T12:02:46","modified_gmt":"2011-07-25T20:02:46","slug":"you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character","status":"publish","type":"post","link":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/","title":{"rendered":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character"},"content":{"rendered":"<p>If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error.<\/p>\n<blockquote><p>An error occurred while parsing EntityName.  Line7, position 12.<\/p><\/blockquote>\n<p>This issue occurs because the &#8220;&amp;&#8221; character is a reserved character  in XML. Therefore, the character causes the parsing for current logon  user to fail. Here&#8217;s how you can solve the problem. The solution used to be documented in KB article <a href=\"http:\/\/support.microsoft.com\/kb\/2491951\/\">2491951<\/a> but recently when I tried to find the article on the Internet I was unsuccessful. Luckily, I have documented the solution for you in the following steps.<\/p>\n<ol>\n<li>Copy all the installation files from the CD to a hard disk, and then  open the ManageScheduledTask.ps1 file in the\u00a0scripts folder.<\/li>\n<li>Locate the following lines.<br \/>\n<span style=\"color: #008000;\">function Get-CurrentUserName<br \/>\n{<br \/>\n[System.Security.Principal.WindowsIdentity]$id = [System.Security.Principal.WindowsIdentity]::GetCurrent()<br \/>\n$id.Name<br \/>\n}<\/span><\/li>\n<li>Change the lines as below.<br \/>\n<span style=\"color: #008000;\">function Get-CurrentUserName<br \/>\n{<br \/>\n[System.Security.Principal.WindowsIdentity]$id = [System.Security.Principal.WindowsIdentity]::GetCurrent()<br \/>\n[System.String]$fixedName = $id.Name.Replace(&#8216;&amp;&#8217;,&#8217;`&amp;amp;&#8217;)<br \/>\nreturn $fixedName<br \/>\n}<\/span><\/li>\n<li>Save the file, and then try to install Exchange Server 2010 SP1 from the hard disk.<\/li>\n<li>Install <a href=\"http:\/\/support.microsoft.com\/kb\/2509910\">Update Rollup 4 for Exchange Server 2010 Service Pack 1<\/a>.<\/li>\n<\/ol>\n<hr \/>\n<p><span style=\"font-size: xx-small; font-family: Verdana;\">Copyright \u00a92011 Zubair Alexander. All rights reserved.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12. [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6,43,3,11],"tags":[],"class_list":["post-3184","post","type-post","status-publish","format-standard","hentry","category-active-directory","category-articles","category-exchange-outlook","category-tips-tricks"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Zubair Alexander\"\/>\n\t<meta name=\"google-site-verification\" content=\"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw\" \/>\n\t<meta name=\"msvalidate.01\" content=\"65829CD0C3C810D64E58EA860413DB21\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Alexander&#039;s Blog | Sharing knowledge with the global IT community since November 1, 2004\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&amp;) Character | Alexander&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t\t<meta property=\"og:image:height\" content=\"590\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-07-08T17:51:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2011-07-25T20:02:46+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:title\" content=\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&amp;) Character | Alexander&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#article\",\"name\":\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&) Character | Alexander's Blog\",\"headline\":\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character\",\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#articleImage\"},\"datePublished\":\"2011-07-08T09:51:34-07:00\",\"dateModified\":\"2011-07-25T12:02:46-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#webpage\"},\"articleSection\":\"Active Directory, Articles, Exchange\\\/Outlook, Tips &#038; Tricks\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/exchange-outlook\\\/#listItem\",\"name\":\"Exchange\\\/Outlook\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/exchange-outlook\\\/#listItem\",\"position\":2,\"name\":\"Exchange\\\/Outlook\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/exchange-outlook\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#listItem\",\"name\":\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#listItem\",\"position\":3,\"name\":\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/exchange-outlook\\\/#listItem\",\"name\":\"Exchange\\\/Outlook\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/zubairalexander\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/zubairalexander\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/\",\"name\":\"Zubair Alexander\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#webpage\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/\",\"name\":\"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&) Character | Alexander's Blog\",\"description\":\"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"datePublished\":\"2011-07-08T09:51:34-07:00\",\"dateModified\":\"2011-07-25T12:02:46-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&) Character | Alexander's Blog","description":"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.","canonical_url":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw","msvalidate.01":"65829CD0C3C810D64E58EA860413DB21","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#article","name":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&) Character | Alexander's Blog","headline":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character","author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/#articleImage"},"datePublished":"2011-07-08T09:51:34-07:00","dateModified":"2011-07-25T12:02:46-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#webpage"},"isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#webpage"},"articleSection":"Active Directory, Articles, Exchange\/Outlook, Tips &#038; Tricks"},{"@type":"BreadcrumbList","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.zubairalexander.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/exchange-outlook\/#listItem","name":"Exchange\/Outlook"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/exchange-outlook\/#listItem","position":2,"name":"Exchange\/Outlook","item":"https:\/\/www.zubairalexander.com\/blog\/category\/exchange-outlook\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#listItem","name":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#listItem","position":3,"name":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&#038;) Character","previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/exchange-outlook\/#listItem","name":"Exchange\/Outlook"}}]},{"@type":"Organization","@id":"https:\/\/www.zubairalexander.com\/blog\/#organization","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","url":"https:\/\/www.zubairalexander.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#organizationLogo"},"image":{"@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/zubairalexander","https:\/\/www.linkedin.com\/in\/zubairalexander"]},{"@type":"Person","@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author","url":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/","name":"Zubair Alexander"},{"@type":"WebPage","@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#webpage","url":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/","name":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&) Character | Alexander's Blog","description":"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/#breadcrumblist"},"author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"creator":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"datePublished":"2011-07-08T09:51:34-07:00","dateModified":"2011-07-25T12:02:46-07:00"},{"@type":"WebSite","@id":"https:\/\/www.zubairalexander.com\/blog\/#website","url":"https:\/\/www.zubairalexander.com\/blog\/","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Alexander's Blog | Sharing knowledge with the global IT community since November 1, 2004","og:type":"article","og:title":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&amp;) Character | Alexander's Blog","og:description":"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.","og:url":"https:\/\/www.zubairalexander.com\/blog\/you-cannot-install-exchange-server-2010-sp1-if-the-netbios-domain-name-of-the-dc-contains-an-ampersand-character\/","og:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:secure_url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:width":590,"og:image:height":590,"article:published_time":"2011-07-08T17:51:34+00:00","article:modified_time":"2011-07-25T20:02:46+00:00","twitter:card":"summary_large_image","twitter:site":"@zubairalexander","twitter:title":"You Cannot Install Exchange Server 2010 SP1 if the NetBIOS Domain Name of the DC Contains an Ampersand (&amp;) Character | Alexander's Blog","twitter:description":"If you try to install Exchange Server 2010 Service Pack 1 (SP1) on a server in the environment where the NetBIOS domain name of a domain controller contains an ampersand (&amp;) character, the server installation will fail and you are likely to see the following error. An error occurred while parsing EntityName. Line7, position 12.","twitter:creator":"@zubairalexander","twitter:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png"},"aioseo_meta_data":{"post_id":"3184","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 04:13:06","updated":"2025-06-04 01:09:19","seo_analyzer_scan_date":null},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/3184","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/comments?post=3184"}],"version-history":[{"count":0,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/3184\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/media?parent=3184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/categories?post=3184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/tags?post=3184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}