<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MIIS Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/category/security/miis/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/category/security/miis/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 14:18:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>PCNS Installation</title>
		<link>https://blogit.create.pt/ricardocosta/2008/01/17/pcns-installation/</link>
					<comments>https://blogit.create.pt/ricardocosta/2008/01/17/pcns-installation/#respond</comments>
		
		<dc:creator><![CDATA[Ricardo Costa]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 11:33:41 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[MIIS]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/ricardocosta/?p=121</guid>

					<description><![CDATA[<p>First of all, thanks to M&#225;rio Rufino and Luis Guido from Microsoft Portugal for providing support during the PCNS installation. PCNS was installed in two domain controllers for the same domain in a large forest. Because none of the servers had the Schema Master role, the first time that the PASSWORD CHANGE NOTIFICATION SERVICE.MSI was [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2008/01/17/pcns-installation/">PCNS Installation</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>First of all, thanks to M&#225;rio Rufino and Luis Guido from Microsoft Portugal for providing support during the PCNS installation.</p>
<p>PCNS was installed in two domain controllers for the same domain in a large forest. Because none of the servers had the Schema Master role, the first time that the PASSWORD CHANGE NOTIFICATION SERVICE.MSI was executed was to update the schema in the Schema Master.</p>
<p>After the schema update we had to wait for the schema propagation to take place so we waited until the schema was updated thru all the domain controllers.</p>
<p>After that we just had to execute once more the PASSWORD CHANGE NOTIFICATION SERVICE.MSI in the two domain controllers that are going to receive the requests for password changes.</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2008/01/17/pcns-installation/">PCNS Installation</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/ricardocosta/2008/01/17/pcns-installation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enable Soap logs for Windows Live MA 2.0</title>
		<link>https://blogit.create.pt/ricardocosta/2007/11/14/enable-soap-logs-for-windows-live-ma-2-0/</link>
					<comments>https://blogit.create.pt/ricardocosta/2007/11/14/enable-soap-logs-for-windows-live-ma-2-0/#respond</comments>
		
		<dc:creator><![CDATA[Ricardo Costa]]></dc:creator>
		<pubDate>Wed, 14 Nov 2007 13:40:42 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[MIIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Live@Edu]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/ricardocosta/?p=181</guid>

					<description><![CDATA[<p>At c: you find an xml file &#8211; SoapTraceConfig.xml &#8211; where you can enable the soap logs. &#60;?xml version=&#8217;1.0&#8242;?&#62; &#60;SoapTrace&#62; &#160;&#160;&#160; &#60;!&#8211;Possible Flag values: AllRequests, FailedRequests, SuccessfulRequests, NoRequests&#8211;&#62; &#160;&#160;&#160; &#60;Flag&#62;NoRequests&#60;/Flag&#62; &#160;&#160;&#160; &#60;!&#8211;Absolute path to store Soap Request/Response Xmls.&#160; &#8211;&#62; &#160;&#160;&#160; &#60;FilePath&#62;C:\SoapLogs\&#60;/FilePath&#62; &#60;/SoapTrace&#62; You just have to replace the Flag value by AllRequests to get detailed [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/14/enable-soap-logs-for-windows-live-ma-2-0/">Enable Soap logs for Windows Live MA 2.0</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>At c: you find an xml file &#8211; SoapTraceConfig.xml &#8211; where you can enable the soap logs.</p>
<p><font size="1">&lt;?xml version=&#8217;1.0&#8242;?&gt;     <br />&lt;SoapTrace&gt;      <br />&#160;&#160;&#160; &lt;!&#8211;Possible Flag values: AllRequests, FailedRequests, SuccessfulRequests, NoRequests&#8211;&gt;      <br />&#160;&#160;&#160; &lt;Flag&gt;NoRequests&lt;/Flag&gt;      <br />&#160;&#160;&#160; &lt;!&#8211;Absolute path to store Soap Request/Response Xmls.&#160; &#8211;&gt;      <br />&#160;&#160;&#160; &lt;FilePath&gt;C:\SoapLogs\&lt;/FilePath&gt;      <br />&lt;/SoapTrace&gt;</font></p>
<p>You just have to replace the Flag value by AllRequests to get detailed log files</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/14/enable-soap-logs-for-windows-live-ma-2-0/">Enable Soap logs for Windows Live MA 2.0</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/ricardocosta/2007/11/14/enable-soap-logs-for-windows-live-ma-2-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Live MA 2.0 additionally attributes</title>
		<link>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-ma-2-0-additionally-attributes/</link>
					<comments>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-ma-2-0-additionally-attributes/#respond</comments>
		
		<dc:creator><![CDATA[Ricardo Costa]]></dc:creator>
		<pubDate>Tue, 13 Nov 2007 14:52:00 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[MIIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Live@Edu]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/ricardocosta/?p=201</guid>

					<description><![CDATA[<p>Thanks to Shawn Lloyd from Microsoft support team for this information. I tried to set some additionally attributes like country, timezone, &#8230;, but I was getting some errors in the export log file &#60;Export&#62; &#60;BeginExport time=&#34;12-11-2007 10:37:06&#34;&#62; &#60;/BeginExport&#62; &#60;ExportEntry time = &#34;12-11-2007 10:37:10&#34; SigninName = &#34;XXX@YYY.pt&#34; ModType = &#34;Add&#34;&#62; &#60;error action=&#34;Exception&#34; time=&#34;12-11-2007 10:37:14&#34;&#62; &#60;Message&#62; &#60;![CDATA[[Exception] [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-ma-2-0-additionally-attributes/">Windows Live MA 2.0 additionally attributes</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Thanks to Shawn Lloyd from Microsoft support team for this information.</p>
<p>I tried to set some additionally attributes like country, timezone, &#8230;, but I was getting some errors in the export log file</p>
<p>&lt;Export&gt;   <br />&lt;BeginExport time=&quot;12-11-2007 10:37:06&quot;&gt;    <br />&lt;/BeginExport&gt;    <br />&lt;ExportEntry time = &quot;12-11-2007 10:37:10&quot; SigninName = &quot;XXX@YYY.pt&quot; ModType = &quot;Add&quot;&gt;    <br />&lt;error action=&quot;Exception&quot; time=&quot;12-11-2007 10:37:14&quot;&gt;    <br />&lt;Message&gt;    <br />&lt;![CDATA[[Exception] : &lt;ErrorCode&gt;0x80048112&lt;/ErrorCode&gt;    <br />&lt;ErrorDescription&gt;Multiple Errors Occurred&lt;/ErrorDescription&gt;    <br />&lt;MultipleErrors&gt;    <br />&nbsp; &lt;Error&gt;    <br />&nbsp;&nbsp;&nbsp; &lt;ErrorCode&gt;0x80044513&lt;/ErrorCode&gt;    <br />&nbsp;&nbsp;&nbsp; &lt;ErrorDescription&gt;No error description&lt;/ErrorDescription&gt;    <br />&nbsp; &lt;/Error&gt;    <br />&lt;/MultipleErrors&gt;&lt;p:userData xmlns:p=&quot;<a href="http://schemas.microsoft.com/Passport/User">http://schemas.microsoft.com/Passport/User&quot;</a>&gt;&lt;p:dataOwner&gt;00037FFE8B02F0CF&lt;/p:dataOwner&gt;&lt;p:propertyCollection name=&quot;Addresses_CS&quot;&gt;&lt;p:property name=&quot;Home.Country&quot;&gt;PT&lt;/p:property&gt;&lt;/p:propertyCollection&gt;&lt;p:propertyCollection name=&quot;Authorization_CS&quot;&gt;&lt;p:property name=&quot;MSNTOUVersion&quot;&gt;-1&lt;/p:property&gt;&lt;p:property name=&quot;F2_Hotmail&quot;&gt;1&lt;/p:property&gt;&lt;/p:propertyCollection&gt;&lt;/p:userData&gt;    <br /> [Stack trace] :&nbsp;&nbsp;&nbsp; at Microsoft.Passport.MIIS_ExtensibleMA.PassportMA.HandleSoapException(String strExceptionSource, String strRelatedInfo, SoapException e)    <br />&nbsp;&nbsp; at Microsoft.Passport.MIIS_ExtensibleMA.PassportMA.CreateUserProfile(ProfilePropertyBag ProfBag, Boolean fF2Hotmail, Boolean&amp; fProfDup)    <br />&nbsp;&nbsp; at Microsoft.Passport.MIIS_ExtensibleMA.PassportExtensibleMA.ExportEntry(ModificationType modType, String[] astrChangedAttributes, CSEntry csEntry)    <br />[Source] :     <br />]]&gt;    <br />&lt;/Message&gt;    <br />&lt;/error&gt; </p>
<p>&lt;/ExportEntry&gt;   <br />&lt;EndExport time=&quot;12-11-2007 10:37:14&quot;/&gt;    <br />&lt;/Export&gt;</p>
<p>It seems that there are some attributes that are interdependent so here is the dependencies that I&#039;m aware:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-   <br />| Attribute | Required Attributes |    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-    <br />|Birthdate | Country | | |    <br />|Country | Birthdate | | |    <br />|TimeZone | CountryCode | RegionCode | |    <br />|RegionCode | Country | | |    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I tried to set the birthday (dd:mm:yyyy) (yes! colons instead of hyphens) and the country and it worked!</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-ma-2-0-additionally-attributes/">Windows Live MA 2.0 additionally attributes</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-ma-2-0-additionally-attributes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Live ID and MIIS Service Account</title>
		<link>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-id-and-miis-service-account/</link>
					<comments>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-id-and-miis-service-account/#respond</comments>
		
		<dc:creator><![CDATA[Ricardo Costa]]></dc:creator>
		<pubDate>Tue, 13 Nov 2007 14:29:00 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[MIIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Live@Edu]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/ricardocosta/?p=241</guid>

					<description><![CDATA[<p>To the management agent work correctly with Windows Live the MIIS Service Account must be a member of the local administrators group. If you don&#039;t follow this rule you get a stop-extension-dll-exception and in the event log you get: &#34;System.NullReferenceException: Object.reference not set to an instance of an object&#34; at Microsoft.Passport.MIIS_ExtensibleMA.PassportExtensibleMA.WriteLog(String type, String message, String [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-id-and-miis-service-account/">Windows Live ID and MIIS Service Account</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To the management agent work correctly with Windows Live the MIIS Service Account must be a member of the local administrators group.</p>
<p>If you don&#039;t follow this rule you get a stop-extension-dll-exception and in the event log you get:</p>
<p>&quot;System.NullReferenceException: Object.reference not set to an instance of an object&quot;   <br />at    <br />Microsoft.Passport.MIIS_ExtensibleMA.PassportExtensibleMA.WriteLog(String type, String message, String action, String SigninName, string Password, String strNow)&quot;</p>
<p>The post <a href="https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-id-and-miis-service-account/">Windows Live ID and MIIS Service Account</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/ricardocosta/2007/11/13/windows-live-id-and-miis-service-account/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
