<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tag 'sbs 2008'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=sbs+2008&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tag 'sbs 2008'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Killing off ISA</title><link>http://msmvps.com/blogs/cgross/archive/2009/10/11/killing-off-isa.aspx</link><pubDate>Sun, 11 Oct 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731820</guid><dc:creator>cgross</dc:creator><description>&lt;p&gt;Earlier today &lt;a href="http://msmvps.com/blogs/bradley" target="_blank"&gt;Susan&lt;/a&gt; blogged about upgrade season in her office, and getting ready to migrate from SBS 2003 to 2008.&amp;#160; In that &lt;a href="http://msmvps.com/blogs/bradley/archive/2009/10/10/planning-for-upgrade-season.aspx" target="_blank"&gt;post&lt;/a&gt;, she talked about uninstalling ISA and mentioned a &lt;a href="http://msmvps.com/blogs/kwsupport/archive/2008/09/07/uninstalling-isa-2004.aspx" target="_blank"&gt;post&lt;/a&gt; that Kevin has on that subject.&amp;#160; I thought I’d take a moment to expand a little bit on Kevin’s post and add a few thoughts from my own battle scars with removing ISA.&lt;/p&gt;  &lt;p&gt;First and foremost – Kevin mentions removing the ISA firewall client from all of your PCs before you remove ISA from the server.&amp;#160; I cannot overstate how crucial this step is.&amp;#160; The ISA 2004 firewall client uninstaller wants access to the original installation MSI, which lives in a share on your SBS box.&amp;#160; This share is actually the &lt;em&gt;Clients&lt;/em&gt; folder in the ISA installation directory.&amp;#160; So what happens when you remove ISA from your SBS?&amp;#160; You guessed it – the mspclnt share with the firewall client installation files is removed, which means any firewall clients still installed on PCs are not going to be happy when you try to remove them and they can’t find the MSI.&lt;/p&gt;  &lt;p&gt;Since the &lt;em&gt;Clients&lt;/em&gt; folder under the ISA installation folder is typically only about 5MB, I copy this folder to a safe spot on the server – usually my Tech directory where we keep various utilities and scripts.&amp;#160; Here’s why – more and more, customers are backing up their workstations whether via Acronis / StorageCraft / Windows Home Server.&amp;#160; We may find ourselves at a point in the not so distant future after removing ISA that we need to restore a PC from an image taken before ISA was removed, and need to remove the firewall client again.&amp;#160; Or we may discover a forgotten PC / laptop that we missed removing the firewall client from.&amp;#160; There’s all sorts of scenarios – but by keeping the &lt;em&gt;Clients &lt;/em&gt;folder in-tact, we can share that out with the original mspclnt share name at any time and be able to uninstall the firewall client just like ISA was still installed on the server.&amp;#160; Without the mspclnt share, you have a very VERY ugly path in front of you, and it is safe to say that you may end up facing the decision of living with the firewall client still on the machines, or wiping &amp;amp; re-installing the OS . . .&lt;/p&gt;  &lt;p&gt;Second – Kevin also makes a brief mention about proxy settings.&amp;#160; When you uninstall the firewall client from a PC, it will automatically disable proxy settings for the user account that is running the uninstall, but not for any other users on the machine.&amp;#160; So if you have a PC that multiple users log in to, or if you are running a terminal server, be prepared for some proxy pain.&amp;#160; I actually have a little VBScript that disables proxy settings for the current user by changing the value of the HKCU\Software\Microsoft\Windows\CurrentVersion\InternetSettings\ProxyEnable key from 1 to 0.&amp;#160; I modify my login script to call the VBScript, in effect ensuring proxy gets disabled for each user when they log in to each machine.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;The other aspect with proxy settings to keep in mind are your server-side applications.&amp;#160; Unless you modified your ISA firewall policy to allow unauthenticated outbound http access from the server itself, you most likely specified proxy information for apps like Trend Micro’s Worry-Free Business Security or even WSUS – so that they can download their updates automatically.&amp;#160; After removing ISA, you no longer have a proxy server, which means apps configured to use a proxy aren’t going to be able to get out to the internet.&amp;#160; As a result, you stop getting automatic updates for things like A/V.&amp;#160; So you will need to manually update the connection settings in these apps to remove the proxy settings previously defined.&lt;/p&gt;  &lt;p&gt;So – here’s my quick checklist for removing ISA from your network &amp;amp; installing a hardware firewall:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Prep your hardware firewall in a lab setting.&amp;#160; Enter in all public IP info, disable DHCP, and create all of our inbound rules.&amp;#160; It’s best to do this while ISA is still installed &amp;amp; working, so you can refer to the rules in ISA to make sure you don’t miss any necessary inbound rules for your environment.&lt;/li&gt;    &lt;li&gt;Backup your ISA configuration.&amp;#160; While we’re moving away from ISA permanently, if we do encounter an issue with the new hardware solution where something isn’t working that was working with ISA, the ISA backup is an XML file that is relatively easy to read to see what rules you had and what they did without having to reinstall &amp;amp; restore ISA on your SBS.&lt;/li&gt;    &lt;li&gt;Open up your outbound access in ISA by creating the proverbial ALL/ALL/ALL rule.&amp;#160; In other words, create a new access rule in ISA allowing All outbound traffic via all protocols for all users/computers.&amp;#160; Much of the internet access in ISA on SBS is dependent on users being members of the Internet Users security group.&amp;#160; The firewall client on the PCs is what actually passes user info to the ISA server so it can check group membership.&amp;#160; Once we remove the firewall client from PCs, ISA isn’t going to be getting user info and some stuff that worked before isn’t going to work now.&amp;#160; If you only have 5 PCs and are moving from ISA to your hardware firewall on a Sunday when no one is working, you might be able to skip this step.&amp;#160; But if you have a larger number of PCs, etc. this helps to insure you don’t disrupt users’ internet access &lt;em&gt;too&lt;/em&gt; much while removing the firewall client . . . &lt;/li&gt;    &lt;li&gt;In my case, I update my domain login script to call my DisableProxy.vbs script at this point.&lt;/li&gt;    &lt;li&gt;Uninstall the firewall client from ALL PCs.&amp;#160; Again – see my notes above.&amp;#160; Your life will be MUCH simpler if you insure the firewall client is completely removed from all PCs before removing ISA from your server.&lt;/li&gt;    &lt;li&gt;Copy the contents of the mspclnt share (%programfiles%\Microsoft ISA Server\Clients by default) to a safe location on the server, and plan to keep this folder safe for some time&amp;#160; &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/li&gt;    &lt;li&gt;Follow Kevin’s steps 3-9 to remove ISA from the server.&lt;/li&gt;    &lt;li&gt;When you re-run the CEICW, it should automatically update the DHCP scope option on the server to use the internal IP of the new hardware firewall as the default gateway setting.&amp;#160; If you have any devices that are using static IP addresses, you will need to manually update those with the new gateway.&amp;#160; (HINT:&amp;#160; Take a few extra minutes to create DHCP reservations for each device using a static IP, and change those devices to DHCP – so if you have another network reconfiguration in the future, all you have to do is reboot those devices instead of reconfigure &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;.&amp;#160;&amp;#160;&amp;#160; For all of your other DHCP devices, you will want to run an ipconfig /release followed by an ipconfig /renew to update their IP settings so they pull the new gateway, or you can reboot them as well.&amp;#160; HINT 2 – PSTools are your friend.&amp;#160; Create a batch file with the two ipconfig commands, and use PSExec to push &amp;amp; execute the batch file on all machines in the domain from the server.&amp;#160; 5 minutes tops to update the IPConfig on all domain machines (that are online) instead of sneakernetting . . .&lt;/li&gt;    &lt;li&gt;ALSO – if you followed Jim Harrison’s steps to configure auto-detection of proxy settings on your SBS LAN, you want to remove the wpad A record from your internal AD domain forward lookup zone in DNS – otherwise you may have devices pulling proxy settings for pointing to your non-existent proxy server via auto-detect.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;So that’s my addendum to &lt;a href="http://msmvps.com/blogs/kwsupport/archive/2008/09/07/uninstalling-isa-2004.aspx" target="_blank"&gt;Kevin’s excellent post&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;P.S. . . .&amp;#160;&amp;#160; and if you haven’t decided on a hardware firewall yet, I highly recommend &lt;a href="http://www.calyptix.com" target="_blank"&gt;Calyptix&lt;/a&gt; devices.&amp;#160; These are the standard devices we are implementing when migrating customers to SBS 2008.&lt;/p&gt;</description></item><item><title>SBS/EBS 2008 Remote Web Workplace not working for you?</title><link>http://msmvps.com/blogs/steveb/archive/2009/09/21/sbs-ebs-2008-remote-web-workplace-not-working-for-you.aspx</link><pubDate>Mon, 21 Sep 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1725505</guid><dc:creator>steveb</dc:creator><description>&lt;p&gt;Having trouble getting to your SBS or EBS 2008 Remote Web Workplace (RWW) from your remote computer? Check to make sure you have the certificate package installed on your client computer.&lt;/p&gt;
&lt;p&gt;SBS Links to learn more:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd353115(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/dd353115(WS.10).aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/sbs/archive/2008/09/30/how-do-i-distribute-the-sbs-2008-self-signed-ssl-certificate-to-my-users.aspx"&gt;http://blogs.technet.com/sbs/archive/2008/09/30/how-do-i-distribute-the-sbs-2008-self-signed-ssl-certificate-to-my-users.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/sbs/archive/2008/10/03/receiving-certificate-errors-when-connecting-to-clients-servers-with-ts-gateway-or-remote-web-workplace-on-sbs-2008.aspx"&gt;http://blogs.technet.com/sbs/archive/2008/10/03/receiving-certificate-errors-when-connecting-to-clients-servers-with-ts-gateway-or-remote-web-workplace-on-sbs-2008.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;EBS Links to learn more at:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc463553(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc463553(WS.10).aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc463480(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc463480(WS.10).aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>So what's your applicationhost.config file like?</title><link>http://msmvps.com/blogs/bradley/archive/2009/09/11/so-what-s-your-applicationhost-config-file-like.aspx</link><pubDate>Fri, 11 Sep 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1722709</guid><dc:creator>bradley</dc:creator><description>&lt;p&gt;Sometimes the error messages you get on a server point you in exactly the spot to debug something.&amp;nbsp;&amp;nbsp; Working on the blog up here for the last few years has gotten me more used to dealing with XML files and what not and in each SBS 2008 is an XML file you might want to learn more about.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;It&amp;#39;s called applicationhost.config and it&amp;#39;s located at &lt;span style="color:#0033cc;"&gt;c:\Windows\system32\inetsrv\config\applicationhost.config.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Tonight &lt;a href="http://social.microsoft.com/Forums/en-US/partnerwinserversbs/threads"&gt;in the partner forums&lt;/a&gt; someone hit an issue that pointed to a specific line in this file.&amp;nbsp; This is also&amp;nbsp;a prime plug as to why you want to ALWAYS have at your disposal a Virtual PC/HyperV/or VMWare version of SBS 2003 and SBS 2008.&amp;nbsp; So that at any point in time you can compare an &amp;quot;in production&amp;quot; box to a clean one.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8422.applicationhost.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8422.applicationhost.PNG" alt="" /&gt;&lt;/a&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8037.applicationhost.PNG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/5381.applicationhost.PNG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Like did you know the section on httpcompression actually calls for a dll from WSUS?&amp;nbsp; So for those of you that use a third party patching tool and uninstall WSUS, if that doesn&amp;#39;t cleanly uninstall, you may jeopardize your running web sites.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/media/p/1722706.aspx"&gt;http://msmvps.com/media/p/1722706.aspx&lt;/a&gt;&amp;nbsp;I uploaded my raw, clean, VMware copy of my applicationhost.config file so you can see what it does.&amp;nbsp; Open it up in notepad and scroll around.&amp;nbsp; The good news is that these get backed up with shadow file copies... but it wouldn&amp;#39;t hurt opening up one (after making a copy of it of course) and just seeing how each of your SBS 2008 servers compare to one another.&lt;/p&gt;</description></item><item><title>So what's your applicationhost.config file like?</title><link>http://msmvps.com/blogs/sbsdiva/archive/2009/09/11/so-what-s-your-applicationhost-config-file-like.aspx</link><pubDate>Fri, 11 Sep 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1722710</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Sometimes the error messages you get on a server point you in exactly the spot to debug something.&amp;nbsp;&amp;nbsp; Working on the blog up here for the last few years has gotten me more used to dealing with XML files and what not and in each SBS 2008 is an XML file you might want to learn more about.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;It&amp;#39;s called applicationhost.config and it&amp;#39;s located at &lt;span style="color:#0033cc;"&gt;c:\Windows\system32\inetsrv\config\applicationhost.config.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Tonight &lt;a href="http://social.microsoft.com/Forums/en-US/partnerwinserversbs/threads"&gt;in the partner forums&lt;/a&gt; someone hit an issue that pointed to a specific line in this file.&amp;nbsp; This is also&amp;nbsp;a prime plug as to why you want to ALWAYS have at your disposal a Virtual PC/HyperV/or VMWare version of SBS 2003 and SBS 2008.&amp;nbsp; So that at any point in time you can compare an &amp;quot;in production&amp;quot; box to a clean one.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8422.applicationhost.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8422.applicationhost.PNG" alt="" /&gt;&lt;/a&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8037.applicationhost.PNG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/5381.applicationhost.PNG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Like did you know the section on httpcompression actually calls for a dll from WSUS?&amp;nbsp; So for those of you that use a third party patching tool and uninstall WSUS, if that doesn&amp;#39;t cleanly uninstall, you may jeopardize your running web sites.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/media/p/1722706.aspx"&gt;http://msmvps.com/media/p/1722706.aspx&lt;/a&gt;&amp;nbsp;I uploaded my raw, clean, VMware copy of my applicationhost.config file so you can see what it does.&amp;nbsp; Open it up in notepad and scroll around.&amp;nbsp; The good news is that these get backed up with shadow file copies... but it wouldn&amp;#39;t hurt opening up one (after making a copy of it of course) and just seeing how each of your SBS 2008 servers compare to one another.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1722709" width="1" height="1" alt="" /&gt;</description></item><item><title>Adjusting your VPN in SBS 2008</title><link>http://msmvps.com/blogs/bradley/archive/2009/09/05/adjusting-your-vpn-in-sbs-2008.aspx</link><pubDate>Sat, 05 Sep 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1721038</guid><dc:creator>bradley</dc:creator><description>&lt;p&gt;When you set up the VPN connection for SBS 2008 there is one thing to keep in mind if you use it a great deal in your business... out of the box it only allows 5 vpn connections&lt;/p&gt;
&lt;p&gt;So you run the wizard from the networking section...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/2642.vpn1.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/2642.vpn1.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And that pretty much does everything you need to set up the VPN -- you can read more about the nuts and bolts of what the wizard is doing from here:&lt;/p&gt;
&lt;p&gt;SBS 2008 series : VPN setup in Small Business Server 2008 &amp;laquo; Wintivity &amp;trade;: &lt;br /&gt;&lt;a href="http://wintivity.wigital.net/?p=879"&gt;http://wintivity.wigital.net/?p=879&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once the wizard is finish it is ... BY DEFAULT set up for only 5 vpn connections at a time....&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8831.vpn2.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8831.vpn2.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To increase this value, click on start, go into the administrative tasks and find the Routing and Remote access section&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8015.vpn5.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8015.vpn5.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Inside the RRAS find the Ports section, find the WAN Miniport (PPTP) and right mouse click on properties.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/1565.vpn4.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/1565.vpn4.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adjust the maximum ports to whatever amount you feel is needed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Adjusting your VPN in SBS 2008</title><link>http://msmvps.com/blogs/sbsdiva/archive/2009/09/05/adjusting-your-vpn-in-sbs-2008.aspx</link><pubDate>Sat, 05 Sep 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1721045</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;When you set up the VPN connection for SBS 2008 there is one thing to keep in mind if you use it a great deal in your business... out of the box it only allows 5 vpn connections&lt;/p&gt;
&lt;p&gt;So you run the wizard from the networking section...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/2642.vpn1.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/2642.vpn1.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And that pretty much does everything you need to set up the VPN -- you can read more about the nuts and bolts of what the wizard is doing from here:&lt;/p&gt;
&lt;p&gt;SBS 2008 series : VPN setup in Small Business Server 2008 &amp;laquo; Wintivity &amp;trade;: &lt;br /&gt;&lt;a href="http://wintivity.wigital.net/?p=879"&gt;http://wintivity.wigital.net/?p=879&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once the wizard is finish it is ... BY DEFAULT set up for only 5 vpn connections at a time....&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8831.vpn2.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8831.vpn2.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To increase this value, click on start, go into the administrative tasks and find the Routing and Remote access section&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8015.vpn5.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/8015.vpn5.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Inside the RRAS find the Ports section, find the WAN Miniport (PPTP) and right mouse click on properties.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/1565.vpn4.PNG"&gt;&lt;img border="0" src="http://msmvps.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/bradley/1565.vpn4.PNG" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adjust the maximum ports to whatever amount you feel is needed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1721038" width="1" height="1" alt="" /&gt;</description></item><item><title>How to get shared docs showing up in OWA</title><link>http://msmvps.com/blogs/bradley/archive/2009/08/28/how-to-get-shared-docs-showing-up-in-owa.aspx</link><pubDate>Fri, 28 Aug 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1719027</guid><dc:creator>bradley</dc:creator><description>&lt;p&gt;(keep in mind this works for Exchange 2007/SBS 2008, apparently Exchange&amp;nbsp;2010 doesn&amp;#39;t do this)&lt;/p&gt;
&lt;p&gt;To allow your RWW to have file access out OWA, go into the Exchange 2007 console...&lt;/p&gt;
&lt;p align="left"&gt;Exchange Management Console&lt;/p&gt;
&lt;p align="left"&gt;- Server Configuration&lt;/p&gt;
&lt;p align="left"&gt;-- Client Access&lt;/p&gt;
&lt;p align="left"&gt;--- Bottom pane, first TAB; Outlook Web Access&lt;/p&gt;
&lt;p align="left"&gt;---- Listed should be owa(Default Web Site); Right-Click, select Properties on drop-down menu&lt;/p&gt;
&lt;p align="left"&gt;----- In Properties dialog, select TAB Remote File Servers&lt;/p&gt;
&lt;p align="left"&gt;------ Select Allow button&lt;/p&gt;
&lt;p align="left"&gt;-------- Add hostnames of servers you want owa clients to access. (whatever the host name is of the SBS box)&lt;/p&gt;
&lt;p align="left"&gt;&amp;lt;honestly that is a nice wow to folks&amp;gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/5539dadc-211d-43d7-bca5-399db5dbc8d6"&gt;h&lt;/a&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/5539dadc-211d-43d7-bca5-399db5dbc8d6"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/5539dadc-211d-43d7-bca5-399db5dbc8d6"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;ttp://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/5539dadc-211d-43d7-bca5-399db5dbc8d6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;</description></item><item><title>How to install Exchange Server 2007 Service Pack 2 on SBS &amp;amp; EBS 2008</title><link>http://msmvps.com/blogs/steveb/archive/2009/08/25/how-to-install-exchange-server-2007-service-pack-2-on-sbs-amp-ebs-2008.aspx</link><pubDate>Tue, 25 Aug 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1718211</guid><dc:creator>steveb</dc:creator><description>&lt;p&gt;BEFORE installing Exchange SP2 on your EBS network, read the &lt;a target="_blank" href="http://support.microsoft.com/?kbid=973461" title="MS KB Article ID: 973461"&gt;KB article&lt;/a&gt;&amp;nbsp;and the &lt;a target="_blank" href="http://blogs.technet.com/essentialbusinessserver/archive/2009/08/25/how-to-install-exchange-2007-service-pack-2-on-windows-essential-business-server-2008.aspx" title="How to Install Exchange 2007 Service Pack 2 on Windows Essential Business Server 2008"&gt;EBS Official Blog post&lt;/a&gt;!&amp;nbsp; :-)&lt;/p&gt;
&lt;p&gt;For SBS, check out the &lt;a target="_blank" href="http://blogs.technet.com/sbs/archive/2009/08/25/how-to-install-exchange-2007-service-pack-2-on-windows-small-business-server-2008.aspx" title="How to Install Exchange 2007 Service Pack 2 on Windows Small Business Server 2008"&gt;SBS Official Blog post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Until you hear otherwise from Microsoft, do not install Exchange 2007 SP2 on EBS or SBS without following the guidance on their respective blogs and the KB articles.&lt;/p&gt;</description></item><item><title>How to Add 32-bit Print Drivers to SBS 2008 &amp;amp; EBS 2008</title><link>http://msmvps.com/blogs/steveb/archive/2009/08/18/how-to-add-32-bit-print-drivers-to-sbs-2008-amp-ebs-2008.aspx</link><pubDate>Tue, 18 Aug 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1716539</guid><dc:creator>steveb</dc:creator><description>&lt;p&gt;If you are dealing with a 64-bit print server and are looking for 32-bit drivers,&amp;nbsp;this post is for you.&amp;nbsp; Also works if you are on x64 clients and want to add the driver to a 32-bit server (SBS 2003 for example).&lt;/p&gt;
&lt;p&gt;Check out the &lt;a target="_blank" href="http://blogs.technet.com/sbs/archive/2009/02/13/how-to-add-32-bit-print-drivers-to-sbs-2008.aspx" title="How to Add 32-bit Print Drivers to SBS 2008"&gt;Official SBS Team Blog&amp;#39;s post&lt;/a&gt; for screen shots and the full text.&lt;/p&gt;
&lt;p&gt;Short version, is browse to the server from your 32-bit client PC while logged in with an account that has server admin rights, select the printers and faxes share, and then server properties from the file menu.&amp;nbsp; Drivers tab, then add.&amp;nbsp; You&amp;#39;ll have it from there, or jump over to the SBS blog for screen snips and more details.&lt;/p&gt;</description></item><item><title>Terminal Server Access through RWW in EBS &amp;amp; SBS</title><link>http://msmvps.com/blogs/steveb/archive/2009/08/17/terminal-server-access-through-rww-in-ebs-amp-sbs.aspx</link><pubDate>Mon, 17 Aug 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1716358</guid><dc:creator>steveb</dc:creator><description>&lt;p&gt;Have had a few questions about Terminal Server through EBS and SBS RWW, so thought I would post a link over to&amp;nbsp;the &lt;a target="_blank" href="http://support.microsoft.com/kb/2000630" title="Microsoft KB 2000630"&gt;Microsoft KB&lt;/a&gt; on it and include the resolutions from the KB below.&amp;nbsp; While not directly supported by design, here are the workarounds for both EBS 2008 and SBS 2008.&lt;/p&gt;
&lt;p&gt;EBS 2008:&lt;span class="weboutput"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;EBS 2008 does not support directly connecting to a Terminal Server through RWW.&amp;nbsp; In larger environments, publishing a large number of connections through the Messaging Server&amp;#39;s TS Gateway may cause a resource spike on the server.&lt;/p&gt;
&lt;p&gt;In environments where it is desired to have connectivity through the RWW page, there are several workarounds available:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; Publish the Terminal Server&amp;#39;s RDP port (3389 by default) through TMG.&amp;nbsp;&amp;nbsp; See &lt;a href="http://technet.microsoft.com/en-us/library/cc995085.aspx"&gt;http://technet.microsoft.com/en-us/library/cc995085.aspx&lt;/a&gt; for more details.&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; Distribute .RDP files configured to use TS Gateway to end users.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; Add a link for the Terminal Server in RWW.&amp;nbsp; To do this, use the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log on to the Messaging Server directly using an account with administrative rights. &lt;/li&gt;
&lt;li&gt;Edit %ProgramFiles%\Windows Essential Business Server\Bin\webapp\Remote\App_Data\OrganizationLinks.XML in Notepad &lt;/li&gt;
&lt;li&gt;Add a Link tag in the Gadget Section using the format:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;Link DisplayText=&amp;quot;TS&amp;quot; Url=&lt;a href="https://%3cremoteurl%3e/Remote/tsweb.aspx?targetMachine=&amp;lt;TSNAME&amp;gt;"&gt;https://&amp;lt;REMOTEURL&amp;gt;/Remote/tsweb.aspx?targetMachine=&amp;lt;TSNAME&amp;gt;&lt;/a&gt;&amp;nbsp; _locID=&amp;quot;useTS&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Where &amp;lt;REMOTEURL&amp;gt; is the FQDN of your RWW server and &amp;lt;TSNAME&amp;gt; is the host name of the internal Terminal Server you are trying to access.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;Link DisplayText=&amp;quot;TS&amp;quot; Url=&lt;a href="https://remote.contoso.com/Remote/tsweb.aspx?targetMachine=MyTS"&gt;https://remote.contoso.com/Remote/tsweb.aspx?targetMachine=MyTS&lt;/a&gt;&amp;nbsp; _locID=&amp;quot;useTS&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SBS 2008:&lt;span class="weboutput"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The Small Business Server 2008 (SBS 2008) version of RWW does support adding a registry key to reveal Terminal Servers in the domain (see &lt;a href="http://technet.microsoft.com/en-us/library/cc527532(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc527532(WS.10).aspx&lt;/a&gt;).&amp;nbsp; This registry setting has no effect in EBS.&lt;/p&gt;
&lt;p&gt;Example OrganizationalLinks.XML:&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;GadgetSection Name=&amp;quot;Organizational&amp;quot; Enabled=&amp;quot;true&amp;quot; DisplayText=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;_locDefinition&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;_locDefault _loc=&amp;quot;locNone&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;_locTag _locAttrData=&amp;quot;DisplayText&amp;quot;&amp;gt;GadgetSection&amp;lt;/_locTag&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;_locTag _locAttrData=&amp;quot;DisplayText&amp;quot;&amp;gt;Link&amp;lt;/_locTag&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/_locDefinition&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Link DisplayText=&amp;quot;How to use Remote Web Workplace&amp;quot; Url=&amp;quot;http://go.microsoft.com/fwlink/?LinkId=115334&amp;quot; _locId=&amp;quot;UseRWW&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Link DisplayText=&amp;quot;How to configure Outlook to access your email over the Internet&amp;quot; Url=&amp;quot;http://go.microsoft.com/fwlink/?LinkId=115339&amp;quot; _locId=&amp;quot;ConfigureOutlook&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Link DisplayText=&amp;quot;TS&amp;quot; Url=&lt;a href="https://remote.contoso.com/Remote/tsweb.aspx?targetMachine=MyTS"&gt;https://remote.contoso.com/Remote/tsweb.aspx?targetMachine=MyTS&lt;/a&gt;&amp;nbsp; _locID=&amp;quot;useTS&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/GadgetSection&amp;gt;&lt;br /&gt;&lt;/pre&gt;</description></item></channel></rss>