<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msforge.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">MCPBlog</title><subtitle type="html" /><id>http://msforge.net/blogs/mcpblog/atom.aspx</id><link rel="alternate" type="text/html" href="http://msforge.net/blogs/mcpblog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msforge.net/blogs/mcpblog/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30417.1769">Community Server</generator><updated>2008-04-29T14:00:52Z</updated><entry><title>How to create Anonymous Receive (Relay) Connector Exchange Server 2007</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/11/18/how-to-create-anonymous-receive-relay-connector-exchange-server-2007.aspx" /><id>/blogs/mcpblog/archive/2008/11/18/how-to-create-anonymous-receive-relay-connector-exchange-server-2007.aspx</id><published>2008-11-18T13:41:37Z</published><updated>2008-11-18T13:41:37Z</updated><content type="html">Body: Here is step-by-step how to create anonymous recipient relay connector Create a new Receive Connector with the Custom Usage Group For Remote Network Settings default values are 0.0.0.0 -255.255.255.255, where you can add IP address range (for example if you have clients who are talking with exchange on port 25), or/and specific IP Address of the remote server that requires relaying permissions. Once the new Custom Receive Connector is created, go into the properties of this connector Go to...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/11/18/how-to-create-anonymous-receive-relay-connector-exchange-server-2007.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=2674" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Exchange" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Exchange/default.aspx" /></entry><entry><title>How to install WSS 3.0 Tools for VS 2005 on Windows Server 2003 64-bit</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/10/08/how-to-install-wss-3-0-tools-for-vs-2005-on-windows-server-2003-64-bit.aspx" /><id>/blogs/mcpblog/archive/2008/10/08/how-to-install-wss-3-0-tools-for-vs-2005-on-windows-server-2003-64-bit.aspx</id><published>2008-10-08T11:26:32Z</published><updated>2008-10-08T11:26:32Z</updated><content type="html">Body: I using Orca to edit the MSI using the following: Download Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions, Version 1.1 http://www.microsoft.com/downloads/details.aspx?familyid=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en Save the install file: C:\Temp\VSeWSSv11.exe Extract the MSI using this command: C:\Temp\&amp;gt; VSeWSSv11.exe /Extract Output MSI file: C:\Temp\VSeWSSv11.msi Download ORCA MSI File Editor http://astebner.sts.winisp.net/Tools/Orca.zip How to use...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/10/08/how-to-install-wss-3-0-tools-for-vs-2005-on-windows-server-2003-64-bit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=2468" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Sharepoint site with FQDN host header login prompt in IE7</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/09/26/sharepoint-site-with-fqdn-host-header-login-prompt-in-ie7.aspx" /><id>/blogs/mcpblog/archive/2008/09/26/sharepoint-site-with-fqdn-host-header-login-prompt-in-ie7.aspx</id><published>2008-09-26T12:46:43Z</published><updated>2008-09-26T12:46:43Z</updated><content type="html">Body: I found myself with login prompt on SharePoint website with Fully Qualified Host Name (FQDN) host header, even though workstation and user is member of Active Directory domain. FQDN host header is for example portal.mysite.com instead of single-name host header portal. In my case problem was that IE misinterpret zone for portal.mysite.com as Internet, and Interent zone is configured that it prompts user with login dialog. To resolve this I simply added site to local Intranet: Open IE and go...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/09/26/sharepoint-site-with-fqdn-host-header-login-prompt-in-ie7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=2410" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>How to prevent disable action on LAN connection?</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/08/08/how-to-prevent-disable-action-on-lan-connection.aspx" /><id>/blogs/mcpblog/archive/2008/08/08/how-to-prevent-disable-action-on-lan-connection.aspx</id><published>2008-08-08T17:40:11Z</published><updated>2008-08-08T17:40:11Z</updated><content type="html">Body: Yes of course I have accidentally disabled LAN conncetion while being conected to remote server. An I decided to prevent any further stupid move like this. How? Easy, just change two settings in GPO for AD or Local Policy for Workgroup: In GPEDIT, go to User Configuration -&amp;gt; Administrative Templates -&amp;gt; Network -&amp;gt; Network Connections. Change &amp;quot;Ability to Enable/Disable a LAN connection&amp;quot; to Disabled Change &amp;quot;Enable Windows 2000 Network Connections settings for Administrators&amp;quot;...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/08/08/how-to-prevent-disable-action-on-lan-connection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=2244" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Windows Server" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Windows+Server/default.aspx" /></entry><entry><title>Once again: Moss vs Wss</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/06/12/once-again-moss-vs-wss.aspx" /><id>/blogs/mcpblog/archive/2008/06/12/once-again-moss-vs-wss.aspx</id><published>2008-06-12T14:03:15Z</published><updated>2008-06-12T14:03:15Z</updated><content type="html">Body: More and more people are asking about the differences between WSS 3.0 and MOSS 2007. They are both powerful collaboration tools made built on .NET platform. Windows SharePoint Services 3.0 (WSS) ships bundled with the purchase of Windows Server 2003 or Microsoft Small Business Server 2003. Office SharePoint Server 2007 relies on the Windows SharePoint Services 3.0 technology to provide a consistent, familiar framework for lists and libraries, site administration, and site customization. Any...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/06/12/once-again-moss-vs-wss.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=2145" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>How to clear auto completed addresses in Outlook?</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/05/06/how-to-clear-auto-completed-addresses-in-outlook.aspx" /><id>/blogs/mcpblog/archive/2008/05/06/how-to-clear-auto-completed-addresses-in-outlook.aspx</id><published>2008-05-06T21:33:19Z</published><updated>2008-05-06T21:33:19Z</updated><content type="html">Body: If you have ever been puzzled with auto complete feature of Microsoft Outlook, how it works, where it stores addresses, search no more. I&amp;#39;ve needed to remove all auto complete addresses from user&amp;#39;s profiles (they had large amount of wrong addresses), so I started digging in attic AKA Google for solution. After a while I found that all &amp;quot;memorized&amp;quot; addresses are stored in file &amp;quot;Outlook.nk2&amp;quot;. In order to remove all of them you simply need to remove that file. File is...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/05/06/how-to-clear-auto-completed-addresses-in-outlook.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1819" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Office" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Office/default.aspx" /></entry><entry><title>How to install and uninstall SQL Server 2005 Express from Windows Server 2008 x64</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/30/how-to-install-and-uninstall-sql-server-2005-express-from-windows-server-2008-x64.aspx" /><id>/blogs/mcpblog/archive/2008/04/30/how-to-install-and-uninstall-sql-server-2005-express-from-windows-server-2008-x64.aspx</id><published>2008-04-30T18:39:00Z</published><updated>2008-04-30T18:39:00Z</updated><content type="html">Body: If you ever try to install SQL Server 2005 Express Edition with Advanced Services on Windows Server 2008 x64 and receive the following warning during check: &amp;quot;64-bit ASP .Net is Registered. Required 32-bit ASP .Net to install Microsoft Reporting Service 2005 (32.bit)&amp;quot; Run following command: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 After that if you try to uninstall SQL Server 2005 Express and if you receive this error during...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/30/how-to-install-and-uninstall-sql-server-2005-express-from-windows-server-2008-x64.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1789" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>How to convert IPv4 to IPv6 (easy way)</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/30/how-to-convert-ipv4-to-ipv6-easy-way.aspx" /><id>/blogs/mcpblog/archive/2008/04/30/how-to-convert-ipv4-to-ipv6-easy-way.aspx</id><published>2008-04-30T07:38:20Z</published><updated>2008-04-30T07:38:20Z</updated><content type="html">Body: If you are thinking to migrate your network environment to Windows Server 2008 and planning to use maybe Exchange 2007 or other IPv6 &amp;quot;aware&amp;quot; products be careful not to disable IPv6. Instead use some online IP converter to recalculate your IPv4 to IPv6. Here is my recomendation: http://www.subnetonline.com/ipv6calc/ipv4to6calc.html Category: Windows Server Published: 30.4.2008 9:34...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/30/how-to-convert-ipv4-to-ipv6-easy-way.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1790" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Windows Server" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Windows+Server/default.aspx" /></entry><entry><title>How to remove disconnected mailboxes in Exchange Server 2007</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/30/how-to-remove-disconnected-mailboxes-in-exchange-server-2007.aspx" /><id>/blogs/mcpblog/archive/2008/04/30/how-to-remove-disconnected-mailboxes-in-exchange-server-2007.aspx</id><published>2008-04-30T07:27:07Z</published><updated>2008-04-30T07:27:07Z</updated><content type="html">Body: If you are lookin for a way how to purge disconnected mailbox from Exchange 2007 from Exchange Management Console you in for a big surprise because only way to do it is by using shell. Exchange Server 2007 doesn&amp;#39;t allow you to purge the disconnected mailbox and in order to remove single or multiple disconnected mailboxes you can do following: Get all disconnected mailboxes Get-MailboxStatistics | where-object { $_.DisconnectDate -ne $null } | Select DisplayName,MailboxGuid Remove a single...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/30/how-to-remove-disconnected-mailboxes-in-exchange-server-2007.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1791" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Exchange" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Exchange/default.aspx" /></entry><entry><title>Using Active Directory Form Based Authentication with Windows Sharepoint Services</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/using-active-directory-form-based-authentication-with-windows-sharepoint-services.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/using-active-directory-form-based-authentication-with-windows-sharepoint-services.aspx</id><published>2008-04-29T12:02:53Z</published><updated>2008-04-29T12:02:53Z</updated><content type="html">Body: Recently we have come into a project that demanded us to implement an Active Directory driven logging mechanism in Windows Sharepoint Services with Forms Based Authentication. The problem took some research and hacking around with some XML but we tackled it pretty quickly. This text on MSDN helped us out a lot so you should take it as a good read. Creating a WSS site is a clear-cut case, we enabled anonymous access so everyone can get to is and supplied the “ADProvider” as a Membership provider...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/using-active-directory-form-based-authentication-with-windows-sharepoint-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1804" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Slooooooooow Vista RPD to some computers?</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/slooooooooow-vista-rpd-to-some-computers.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/slooooooooow-vista-rpd-to-some-computers.aspx</id><published>2008-04-29T12:02:30Z</published><updated>2008-04-29T12:02:30Z</updated><content type="html">Body: Recently I&amp;#39;ve found that when connecting to some computers trough Windows Vista remote desktop (on LAN), connection was sooo slow that it was unusable. Actualy problem is within Vista network interface autotunning, and simple netsh command disabled the feature, and after that RDP was fast once again. If you are experiencing similar issue, open command prompt and type: netsh interface tcp set global autotuninglevel=disabled For more information visit http://blogs.msdn.com/wndp/archive/2007...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/slooooooooow-vista-rpd-to-some-computers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1792" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Windows Server" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Windows+Server/default.aspx" /></entry><entry><title>How to solve problem with Windows Login prompt when you log on to Sharepoint 3.0 site </title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/how-to-solve-problem-with-windows-login-prompt-when-you-log-on-to-sharepoint-3-0-site.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/how-to-solve-problem-with-windows-login-prompt-when-you-log-on-to-sharepoint-3-0-site.aspx</id><published>2008-04-29T12:02:02Z</published><updated>2008-04-29T12:02:02Z</updated><content type="html">Body: Finally, for those of you that have waited for solution here is solution for login problem between Vista and Sharepoint 3.0. With Office 2007 running on Windows Vista, opening an Office document hosted on a SharePoint 3.0 site results in a prompt for login credentials even if the user is already logged on with an account that has access to the document. Canceling the credential prompt may still (but not always) allow the document to open in read-only mode. Sadly, you have to http://support...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/how-to-solve-problem-with-windows-login-prompt-when-you-log-on-to-sharepoint-3-0-site.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1805" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Sharepoint" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Am I having problems with Exchange 2003 and LCS 2005 on the same box?</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/am-i-having-problems-with-exchange-2003-and-lcs-2005-on-the-same-box.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/am-i-having-problems-with-exchange-2003-and-lcs-2005-on-the-same-box.aspx</id><published>2008-04-29T12:01:40Z</published><updated>2008-04-29T12:01:40Z</updated><content type="html">Body: To test this, try to add a database to the Recovery Storage Group, and if the Exchange System Manager program crashes then the answer to this post title is YES, Specifically, this symptom occurs when the Microsoft Office Live Communications Server (LCS) 2005 Administrator tools and Microsoft Exchange Server 2003 are installed on a same computer. Also, you can try to preview the users of Default Global Address List (Exchange System Manager &amp;gt; Recipients &amp;gt;All Global Address Lists &amp;gt; Right...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/am-i-having-problems-with-exchange-2003-and-lcs-2005-on-the-same-box.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1806" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Exchange" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Exchange/default.aspx" /></entry><entry><title>Exchange Server 2007 Component Architecture poster</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/exchange-server-2007-component-architecture-poster.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/exchange-server-2007-component-architecture-poster.aspx</id><published>2008-04-29T12:01:15Z</published><updated>2008-04-29T12:01:15Z</updated><content type="html">Body: Very popular Exchange Server 2007 TechNet magazine poster is available at http://www.microsoft.com/downloads/details.aspx?FamilyID=FDCDF6E5-DE47-4B58-8086-282101BCDDE9&amp;amp;displaylang=en . This poster highlights the feature set of Exchange Server 2007. Sections include: Management and Monitoring High Availability Client Access, Edge Transport, Hub Transport, Mailbox, and Unified Messaging server roles Category: Exchange Published: 29.4.2008 14:01...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/exchange-server-2007-component-architecture-poster.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1803" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Exchange" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Exchange/default.aspx" /></entry><entry><title>SP1 for Exchange 2007 is Final</title><link rel="alternate" type="text/html" href="/blogs/mcpblog/archive/2008/04/29/sp1-for-exchange-2007-is-final.aspx" /><id>/blogs/mcpblog/archive/2008/04/29/sp1-for-exchange-2007-is-final.aspx</id><published>2008-04-29T12:00:52Z</published><updated>2008-04-29T12:00:52Z</updated><content type="html">Body: Finally Exchange 2007 SP1 (Final) is here. As I wrote in first article there is a list of many new features that are implemented in SP1. Download it at http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C&amp;amp;displaylang=en Improvements in Exchange Server 2007 SP1 include: Anywhere Access Integrated Exchange Unified Messaging functionality with Microsoft Office Communicator 2007 and Microsoft Office Communications Server 2007. Outlook Web Access additions...(&lt;a href="http://msforge.net/blogs/mcpblog/archive/2008/04/29/sp1-for-exchange-2007-is-final.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msforge.net/aggbug.aspx?PostID=1807" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://msforge.net/members/Anonymous/default.aspx</uri></author><category term="Exchange" scheme="http://msforge.net/blogs/mcpblog/archive/tags/Exchange/default.aspx" /></entry></feed>