<?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>Aimless Ramblings from a Blithering Lunatic . . .  : SBS</title><link>http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx</link><description>Tags: SBS</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>MSKB 961143 fails to install on SBS 2003</title><link>http://msmvps.com/blogs/cgross/archive/2010/05/14/mskb-961143-fails-to-install-on-sbs-2003.aspx</link><pubDate>Sat, 15 May 2010 02:53:51 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1765592</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1765592</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1765592</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2010/05/14/mskb-961143-fails-to-install-on-sbs-2003.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So I’m having an &lt;strong&gt;&lt;em&gt;exciting&lt;/em&gt;&lt;/strong&gt; Friday night at home catching up on some support tickets, and I have one monitoring ticket for one of my managed SBS 2003 boxes where Microsoft update 961143 fails to install repeatedly.&amp;#160; Normally, whenever I have a patch that fails to install via Kaseya – simply logging in to the device &amp;amp; running Windows Update to install the problem patch resolves the issue.&amp;#160; Yeah – not so much with this one.&amp;#160; Installing the update via Windows Update, or by downloading the update &amp;amp; running it manually – it consistently fails.&amp;#160; Running the install manually, I just get a pop-up saying something vague to the effect that installation failed and click OK to undo changes.&amp;#160; I searched the web, and continually found thread after thread after thread of people having the same issue, but no solution.&amp;#160; Some suggested solutions included verifying the companyweb site was using the default app pool, some saying to check a registry key or two – but nothing worked.&lt;/p&gt;  &lt;p&gt;The windowsupdate.log was vague – and the error code it provided (0x8007f070) didn’t help any with my web searches either.&amp;#160; I then dug down and found the individual update installation log (%temp%\QFE73170.log) and reviewed its contents:&lt;/p&gt;  &lt;p&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; --------------------------------------------------------------   &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; begin installing the fix    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; enable kerberos if necessary on companyweb    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; the current start type of iis admin service is: 2    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; find virtual server id of hostName: companyweb    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; iterate through each IISWebServer under IIS://localhost/w3svc    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; current server binding: IIS://localhost/w3svc/1, 192.168.16.2:80:    &lt;br /&gt;2010/05/14 21:33:36&amp;#160;&amp;#160;&amp;#160; current server binding: IIS://localhost/w3svc/1, 127.0.0.1:80:    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; current server binding: IIS://localhost/w3svc/2, :6345:    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; current server binding: IIS://localhost/w3svc/3, :8081:    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; current server binding: IIS://localhost/w3svc/4, 192.168.16.2:80:companyweb    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; found virtual server, server path is: IIS://localhost/w3svc/4/root    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; get single property: IIS://localhost/w3svc/4/root,AppPoolID    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; get single property successfully    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; current virtual server is using app pool: DefaultAppPool    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; get single property: IIS://localhost/w3svc/apppools/DefaultAppPool,AppPoolIdentityType    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; get single property successfully    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; identity of current virtual server&amp;#39;s app pool is: 0    &lt;br /&gt;2010/05/14 21:33:37&amp;#160;&amp;#160;&amp;#160; not using network service to run current virtual server&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;That last line in the log was the key:&amp;#160; For whatever reason, MSKB 961143 will bomb out if the DefaultAppPool is not using the NETWORK SERVICE identity.&amp;#160; I opened up IIS Admin, expanded &amp;lt;server&amp;gt; | Application Pools.&amp;#160;&amp;#160; I right-clicked on DefaultAppPool and selected &lt;em&gt;Properties.&lt;/em&gt;&amp;#160; I then went to the &lt;em&gt;Identity &lt;/em&gt;tab on the app pool properties page, and sure enough – my DefaultAppPool was running under the LOCAL SYSTEM identity.&amp;#160; I changed the identity from LOCAL SYSTEM to NETWORK SERVICE, and clicked OK to save the changes.&amp;#160; Back in IIS Admin, I right-clicked on the DefaultAppPool again and selected &lt;em&gt;Recycle&lt;/em&gt; to stop &amp;amp; restart the app pool.&amp;#160; After recycling the DefaultAppPool, I re-ran the KB 961143 installer and the update installed successfully.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1765592" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category></item><item><title>Killing off ISA</title><link>http://msmvps.com/blogs/cgross/archive/2009/10/11/killing-off-isa.aspx</link><pubDate>Mon, 12 Oct 2009 04:31:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731820</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1731820</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1731820</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/10/11/killing-off-isa.aspx#comments</comments><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;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1731820" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/ISA/default.aspx">ISA</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Scripting/default.aspx">Scripting</category></item><item><title>The View from the Dark Side</title><link>http://msmvps.com/blogs/cgross/archive/2008/07/11/the-view-from-the-dark-side.aspx</link><pubDate>Fri, 11 Jul 2008 23:46:15 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1640490</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1640490</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1640490</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2008/07/11/the-view-from-the-dark-side.aspx#comments</comments><description>&lt;p&gt;I have a confession . . .&amp;nbsp;&amp;nbsp; I took my first step moving to the dark side three months ago.&amp;nbsp; You see, my beloved Treo 700w had finally died for the last time - it had lived a long, hard life of just over 2 years and had been dropped countless times.&amp;nbsp; I was looking for a Windows Mobile 6 device that had a touch-screen and a vertical orientation like the Treo (I for one dislike the slide-out keyboards because it requires two hands to type).&amp;nbsp; I was surprised at the lack of options available for those three criteria.&amp;nbsp; As a matter of fact - Verizon did not have a single device that met all three criteria - they still had the Treo 700w with a touch screen, but running WM5.&amp;nbsp; They had the new Moto Q with WM6 and the vertical orientation, but no touch-screen.&amp;nbsp; Or the Samsung isomething that had a touch screen and WM6, but had the horizontal slide-out keyboard.&lt;/p&gt; &lt;p&gt;So on a whim, I did an abrupt face and bought myself an iPhone.&amp;nbsp; This was back in March, and I admit that what finally pushed me over the edge was the announcement of the iPhone 2.0 software update that would include support for push email via Microsoft ExchangeSync.&amp;nbsp; Admittedly, there are days that I still miss my Treo&amp;nbsp; (I still prefer a physical keyboard over the iPhone&amp;#39;s on-screen keyboard - but I eventually discovered the trick to fast composition on the iPhone is to just get close and trust its auto-correct to fix your typos - and 98% of the time it gets it right).&amp;nbsp; The biggest pain over the past 3 and half months has been the lack of over-the-air calendar and contact sync.&amp;nbsp; After having that for over two years with my Treo, having to dock my iPhone every few days or remember to look at my Outlook calendar before I ran out the door was getting old.&amp;nbsp; &lt;/p&gt; &lt;p&gt;But anyway, today was d-day - when the iPhone 2.0 upgrade was officially available to the masses.&amp;nbsp; I didn&amp;#39;t get a chance to really try the upgrade until late this afternoon.&amp;nbsp; I started earlier this morning, but I could not get iTunes to backup my phone prior to the upgrade (unknown error -43).&amp;nbsp; Of course, it gave me the option to continue without a backup - I would just lose little things like my text messages, favorites, mail accounts, etc. - basically anything that wasn&amp;#39;t sync&amp;#39;d with my PC.&amp;nbsp; So I stuck it out and eventually tracked the issue down to iTunes not playing nicely with folder redirection in a domain environment.&amp;nbsp; My music lives in a redirected folder and syncs ok, so I&amp;#39;m assuming the issue is with a redirected Application Data folder.&amp;nbsp; But anyway . . . )&amp;nbsp;&amp;nbsp; So late this afternoon I finally got the phone backed up and initiated the upgrade.&amp;nbsp; The entire process took about 30 minutes to download, install, restore &amp;amp; activate.&amp;nbsp; Luckily, I did not run in to the mess this morning where Apple&amp;#39;s activation servers were overwhelmed and couldn&amp;#39;t be contacted, leaving a lot of people with a nicely upgraded phone that could not activate and thus had no service . . .&amp;nbsp;&amp;nbsp; but again, there&amp;#39;s a reason it&amp;#39;s called the bleeding edge . . . &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt; &lt;p&gt;But the big news for me is the Exchange integration.&amp;nbsp; I removed my previous IMAP account, and set up my Exchange account.&amp;nbsp; Biggest surprise for me: the iPhone will sync with Exchange over the air if you&amp;#39;re using a self-signed SSL certificate on your SBS / Exchange server.&amp;nbsp; It complains a bit that it can&amp;#39;t authenticate the certificate when you&amp;#39;re setting up the account, but you can acknowledge the warning and it will start synchronizing.&amp;nbsp; Naturally, if you select to synchronize your contacts and calendar, any contact &amp;amp; calendar data on the phone itself will be overwritten by data on your Exchange server.&amp;nbsp; For me this was no big deal as I was manually synchronizing this data anyway.&amp;nbsp; &lt;/p&gt; &lt;p&gt;I still have to play around a bit, especially with installing some of the new apps, but so far the Exchange integration is working just as I would have expected.&amp;nbsp; The contacts feature even handles multiple contact folders in your Exchange mailbox very nicely - even additional top-level contacts folders, and even allows you to search the GAL&lt;/p&gt; &lt;p&gt;Anyway, I&amp;#39;m off to go play on the dark side a little more . . .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1640490" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/The+Dark+Side/default.aspx">The Dark Side</category></item><item><title>Using your SQL in SBS R2 Premium as a back-end for WSS 3.0</title><link>http://msmvps.com/blogs/cgross/archive/2007/05/28/using-your-sql-in-sbs-r2-premium-as-a-back-end-for-wss-3-0.aspx</link><pubDate>Mon, 28 May 2007 18:23:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:930675</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=930675</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=930675</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/05/28/using-your-sql-in-sbs-r2-premium-as-a-back-end-for-wss-3-0.aspx#comments</comments><description>&lt;p&gt;I have been getting this question a lot recently, so I decided I should probably blog it.&lt;/p&gt; &lt;p&gt;When you install Windows SharePoint Services 3.0 using the published &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&amp;amp;DisplayLang=en" target="_blank"&gt;document&lt;/a&gt; from Microsoft, Windows SharePoint Services is set up as a stand-alone server.&amp;nbsp; This configuration results in Microsoft SQL Server Embedded Edition (SSEE) being installed as the SharePoint v3 data source.&lt;/p&gt; &lt;p&gt;For SBS Premium customers who want to use their version of SQL Server as the data store for SharePoint v3, you need to deviate from Microsoft&amp;#39;s published installation document.&amp;nbsp; Specifically, on page 7 under step 4b select &amp;quot;Front-End Server&amp;quot; instead of &amp;quot;Stand-Alone Server&amp;quot;&amp;nbsp; This will result in the setup process not installing SSEE on the server.&amp;nbsp;&lt;/p&gt; &lt;p&gt;When you run the SharePoint&amp;nbsp;Products and Technologies&amp;nbsp;Configuration Wizard after the install finishes, you will be given the option of either joining an existing SharePoint farm, or creating a new farm.&amp;nbsp; Select to Create a new SharePoint Farm, and you will be able to specify the SQL server instance you want to use as your data store.&amp;nbsp; The wizard will then complete the SharePoint configuration and you will then be running SharePoint 3.0 with a full SQL data store instead of SSEE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=930675" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3  -  Part 1</title><link>http://msmvps.com/blogs/cgross/archive/2007/01/25/companyweb-sharepoint-v3-part-1.aspx</link><pubDate>Thu, 25 Jan 2007 06:18:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:517752</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=517752</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=517752</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/01/25/companyweb-sharepoint-v3-part-1.aspx#comments</comments><description>&lt;P&gt;This is the first in a short series of running Windows Sharepoint Services v3 on your SBS 2003 / R2 server.&lt;/P&gt;
&lt;P&gt;First the caveat:&amp;nbsp; &lt;EM&gt;Upgrading and/or running your companyweb site with Windows Sharepoint Services v3 is&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt; supported -&amp;nbsp;neither by Microsoft&amp;nbsp;nor myself.&lt;/EM&gt;&amp;nbsp; Just because&amp;nbsp;I'm blogging about it doesn't mean I'm supporting it.&amp;nbsp; Microsoft does support installing WSS v3 in parallel with v2 on your SBS - but only supports the companyweb site running as a WSS v2 site.&amp;nbsp; Microsoft's official document on installing Windows Sharepoint Services v3 on SBS can be found &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&amp;amp;displaylang=en" target=_blank&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;What's the fuss?&lt;/H4&gt;
&lt;P&gt;The first thing to talk about is why you want to move up to WSS v3.&amp;nbsp; Being a long-time Sharepoint junkie, there are some impressive features in v3 that address many of the complaints and wishes we all had with previous versions.&amp;nbsp; The key items:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Recycle Bin&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All most WSS admins can say is FINALLY!&amp;nbsp; No more juggling with multiple stsadm or smigrate backups to allow for individual item restores.&amp;nbsp; And when you need to restore, no more needing to restore those backups to parallel sites.&amp;nbsp; Granted it worked - but was cumbersome and painful.&amp;nbsp;&amp;nbsp; WSS v3 gives us a dual-layer Recycle Bin.&amp;nbsp; Each user gets their own Recycle Bin which allows them to easily recover anything they may have deleted (a document, a photo, or even a list item).&amp;nbsp; In addition to the individual user recycle bins, there is a site-level recycle bin as well.&amp;nbsp; So even if your users delete something from the site, and then empty their recycle bin only to come to you the next day to ask if there is any way of getting that item back - well now there is.&amp;nbsp; The administrator can access the site collection recycle bin and restore items that users have deleted even if they have deleted their recycle bin.&amp;nbsp; This is configurable so you can specify how long you want to keep deleted items in the recycle bin, so you don't have to manually empty the site collection recycle bin.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Offline Access to Document Libraries&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, you read that right.&amp;nbsp; So you're finally getting your users to store their documents on your Sharepoint site - but you've still got those roaming users who are keeping files on their laptops so they can have access to them anywhwere, even if they don't have an internet connection.&amp;nbsp; Well now you can have the best of both worlds.&amp;nbsp; With Outlook 2007 and WSS v3, you can now keep a copy of your document libraries within Outlook - so your users can have offline access to their Sharepoint files.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Mobile Access&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you have users who are out of the office a lot?&amp;nbsp; Do they have internet-enabled phones?&amp;nbsp; WSS v3 includes a mobile page format optimized for web-enabled PDA's &amp;amp; smart phones - which presents an experience somewhat similar to OMA.&amp;nbsp; Regardless, you can now access your Sharepoint site, including documents and lists right from your phone.&amp;nbsp;&amp;nbsp;I only&amp;nbsp;migrated our companyweb a&amp;nbsp;few days ago, and I'm already finding myself taking serious advantage of this mobile access on a regular basis.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Tighter integration with Office&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v3 and Office 2007 are a match made in heaven.&amp;nbsp; With WSS v2 &amp;amp; Outlook 2003, we could link Sharepoint calendars and contact lists with Outlook.&amp;nbsp; However, anyone who used this functionality realized this was a one-way connection:&amp;nbsp; you could only view the calendars and contacts in Outlook.&amp;nbsp; Any additions or changes had to be made via the Sharepoint web interface.&amp;nbsp; Not any more - with WSS v3 and Outlook 2007, you have full two-way integration, allowing you to add/edit appointments or contacts from either the Sharepoint web interface OR from within Outlook.&amp;nbsp; And an added bonus - if you delete a Sharepoint contact or appointment from within Outlook, it actually gets sent to your Recycle Bin within Sharepoint.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Improved Versioning&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v2 allowed us to keep versions of items stored in document libraries.&amp;nbsp; WSS v3 allows us to keep track of both major &amp;amp; minor versions within document libraries, and even allows us to keep track of versions of list items.&amp;nbsp; So you can now see version histories within your lists, and just like with document libraries, restore any previous version at any time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Improved Security&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v3 gives us true item-level security on documents and even list items.&amp;nbsp; So for you somewhat Draconian admins out there, you can control what your users can see, change &amp;amp; delete at a granular level.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's a lot going on with WSS v3 - both on the surface and under the hood.&amp;nbsp; So far our migration has met with positive results from our users - it's cleaner, quicker, and just flat out prettier.&amp;nbsp;&amp;nbsp;But now that you know why you want to migrate, in the next segment we'll address how to plan&amp;nbsp;such a migration and what gotchas and pitfalls to avoid.&amp;nbsp;&lt;/P&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=517752" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Moving to QuickBooks 2007</title><link>http://msmvps.com/blogs/cgross/archive/2006/12/16/moving-to-quickbooks-2007.aspx</link><pubDate>Sat, 16 Dec 2006 19:51:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:426904</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=426904</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=426904</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/12/16/moving-to-quickbooks-2007.aspx#comments</comments><description>&lt;P&gt;Anyone who has spent any time with me is familiar with my complete and utter loathing of everything Intuit.&amp;nbsp; But instead of ranting about how it's an inferior,&amp;nbsp;bloated, poorly-coded application that ignores&amp;nbsp;both IT and accounting best practices, I'm going to provide&amp;nbsp;some hopefully useful information on how&amp;nbsp;to get QB 2007&amp;nbsp;to work in a network environment when you're moving up from QB 2006.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Like most of us in the SMB&amp;nbsp;space, we have a lot of customers running QuickBooks.&amp;nbsp; We were eventually able to get virtually all of our SBS customers who purchased QB2006 running with the data living on their server.&amp;nbsp; Of course, this required installing the complete QB2006 app on the server - which I wasn't exactly thrilled about.&amp;nbsp; As you may know, with QuickBooks 2007 Intuit has actually started making some progress towards a network friendly app.&amp;nbsp; Now, I don't know if someone at Intuit started thinking - or if maybe &lt;A class="" href="http://msmvps.com/bradley" target=_blank&gt;Susan's&lt;/A&gt; 2x4 finally hit home.&amp;nbsp; Regardless - with QuickBooks 2007 it now has a server install option (we no longer need to install the full app on the server), and it also supports running as a non-admin.&amp;nbsp; Who'da thunk?&amp;nbsp; &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/P&gt;
&lt;P&gt;So, I've now moved three different clients from QuickBooks Pro 2006 to QuickBooks Pro 2007.&amp;nbsp; Since I didn't like having the full QB app on the server, and I now no longer have to - I decided to completely uninstall QB2006 from the server, then run the server install of QB2007.&amp;nbsp; However, when I installed QB2007 on the clients, they couldn't open the company files on the server.&amp;nbsp; After digging around for a little bit - I found the culprit:&amp;nbsp; Intuit.&amp;nbsp; Believe it or not, the QuickBooks 2006 uninstall routine did not remove the QuickBooksDB service.&amp;nbsp; Of course, QB2007 installs its own new data service (QuickBooksDB17) - so I was left with two QB data services running and not playing nice with each other.&amp;nbsp; Since I've seen this with every upgrade I've done so far, I figured there is a chance someone else might run in to it &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/P&gt;
&lt;P&gt;The simple solution is to stop both services, remove the old QuickBooksDB service, then start the new QuickBooksDB17 service&amp;nbsp;and you're good to go.&lt;/P&gt;
&lt;P&gt;If you need a refresher on removing Windows services - download the Windows 2003 Resource Kit Tools &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?familyid=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;amp;displaylang=en" target=_blank&gt;here&lt;/A&gt;.&amp;nbsp; Once you've installed the reskit tools on your server, click on Start | Programs | Windows Resource Kit Tools | Command Shell&amp;nbsp; then enter the following command:&lt;/P&gt;
&lt;P&gt;INSTSRV QuickBooksDB REMOVE&lt;/P&gt;
&lt;P&gt;Start the new QuickBooksDB17 service and voila!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=426904" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category></item><item><title>Vista RC2, IE7 and SBS Self-Signed Certs</title><link>http://msmvps.com/blogs/cgross/archive/2006/10/23/Vista-RC2_2C00_-IE7-and-SBS-Self_2D00_Signed-Certs.aspx</link><pubDate>Tue, 24 Oct 2006 01:34:54 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:203684</guid><dc:creator>cgross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=203684</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=203684</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/10/23/Vista-RC2_2C00_-IE7-and-SBS-Self_2D00_Signed-Certs.aspx#comments</comments><description>&lt;p&gt;Yes Virginia - there is a Santa Claus . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; oh wait, wrong story . . . &lt;img src="http://msmvps.com/emoticons/emotion-1.gif"&gt; &lt;/p&gt; &lt;p&gt;So as I mentioned in my previous post, I took the plunge and installed Vista RC2 on my primary production machine, and so far it's going well . . .&amp;nbsp; granted a bit of a learning curve - but well worth it.&lt;/p&gt; &lt;p&gt;Like a lot of SBSers out there, we're making extensive use of self-signed SSL certificates for accessing RWW, OWA, ActiveSync, etc.&amp;nbsp; Well, if you're being a good little tech and running Vista as a non-admin, and you haven't had much experience with IE7 yet, you might be trying to figure out just how to get those certs installed . . . &lt;/p&gt; &lt;p&gt;The first thing you notice when browsing to a site using a self-signed certificate, is that you don't get to see the site right away - rather, IE7 gives you a full page warning insted of the old Security Warning pop-up.&amp;nbsp; So, you click to continue to the website, and you'll notice that your address bar has changed to a deep red indicating the security risk with this site.&amp;nbsp; If you click on the 'Certificate Error' in the address bar, you can view the certificate.&amp;nbsp; But viewing the certificate - you notice one minor problem . . .&amp;nbsp;&amp;nbsp; you don't have an option to actually install the cert!&lt;/p&gt; &lt;p&gt;The thing is, you need to have administrator permissions to install your cert.&amp;nbsp; So here's the trick . . .&amp;nbsp;&amp;nbsp; click on Start | Programs.&amp;nbsp; Right-click on Internet Explorer and select 'Run as Administrator.'&amp;nbsp; When prompted, enter admin credentials, and IE opens.&amp;nbsp; Navigate to your site, on the warning page select to continue to the site, then click on the Certificate Error in the address bar, and then view the certificate.&amp;nbsp; Now you have the option to install the cert.&amp;nbsp; But slow down there, young grasshopper . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; if you just click through the add cert wizard like you do in XP, it's not going to work for you.&amp;nbsp; You see, by default the add cert wizard is going to install the certificate for just the current user - and since we're running IE as Administrator - you guessed it - the cert gets installed for the Administrator account - not yours.&amp;nbsp; So how do you get around this?&amp;nbsp; When you're running the import cert wizard, you're going to want to specify a location for the certificate:&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/VistaRC2IE7andSBSSelfSignedCerts_12169/VistaCertError_7%5B4%5D.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="216" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/VistaRC2IE7andSBSSelfSignedCerts_12169/VistaCertError_7%5B3%5D.png" width="240" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Click Browse, the click to&amp;nbsp;select 'Show physical locations' - then scroll up in the list, expand Trusted Root Certification Authorities and select Local Computer.&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/VistaRC2IE7andSBSSelfSignedCerts_12169/VistaCertError_8%5B1%5D.png"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="217" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/VistaRC2IE7andSBSSelfSignedCerts_12169/VistaCertError_8.png" width="240" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;Click OK, then finish the import certificate wizard.&amp;nbsp; Close IE (after all, you don't want to be browsing as an admin)&lt;/p&gt; &lt;p&gt;Open IE, navigate to your site and voila!&amp;nbsp; There you go . . . &lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=203684" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Security/default.aspx">Security</category></item><item><title>The Winds of Change . . .</title><link>http://msmvps.com/blogs/cgross/archive/2006/10/22/The-Winds-of-Change-.-.-_2E00_.aspx</link><pubDate>Sun, 22 Oct 2006 22:30:47 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:198770</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=198770</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=198770</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/10/22/The-Winds-of-Change-.-.-_2E00_.aspx#comments</comments><description>&lt;p&gt;Can you believe that this Wednesday, October 25th - marks the&amp;nbsp;5 year anniversary of the launch of Windows XP?&amp;nbsp; 5 years!&amp;nbsp; Wow, no wonder things have been pretty comfortable and cozy on the help desk front - work with an OS for that long and you're bound to know it inside and out.&lt;/p&gt; &lt;p&gt;But alas, progress marches on and we're in for a whole new learning curve on the desktop (or more accurately, our users are in for a whole new learning curve, and we're in for a completely revamped traning ciriculum)&amp;nbsp;&amp;nbsp;&lt;/p&gt; &lt;p&gt;First, IE7 RTM'd last week -&amp;nbsp;and there's a bit of a learning curve there as well (honestly, how many of&amp;nbsp;you cussed like a sailor the first time you tried to install&amp;nbsp;a self-signed cert?)&amp;nbsp; I've been running the beta&amp;nbsp;for several&amp;nbsp;months now, and have become addicted - especially with the full-screen&amp;nbsp;functionality when using web apps.&amp;nbsp; And I will admit that yes,&amp;nbsp;IE is not only my primary&amp;nbsp;browser, it's the only browser I currently have installed.&amp;nbsp; Sure,&amp;nbsp;I've read&amp;nbsp;Vlad's rants - but what&amp;nbsp;can I say, I actually like IE&amp;nbsp; (yeah, I know - I'm sick &amp;amp; twisted).&amp;nbsp; &lt;/p&gt; &lt;p&gt;With IE7, Microsoft has been pushing out tons of add-ins, and&amp;nbsp;free little applications, all using the Windows Live branding.&amp;nbsp; One of which being the Windows Live Writer, that I am actually using for the first time to compose this post.&amp;nbsp; So far, I have to admit that I'm impressed with this.&amp;nbsp; If you want to take a look, you can get it &lt;a title="Windows Live Writer" href="http://windowslivewriter.spaces.live.com/" target="_blank"&gt;here&lt;/a&gt; - or read Vlad's thoughts on it &lt;a href="http://www.vladville.com/2006/08/windows-live-writer-good-and-bad.html" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp; (after all, we all know that Vlad has a clear-cut opinion on &lt;em&gt;&lt;strong&gt;EVERYTHING&lt;/strong&gt;&lt;/em&gt;&amp;nbsp; &lt;img src="http://msmvps.com/emoticons/emotion-5.gif"&gt;&amp;nbsp; )&lt;/p&gt; &lt;p&gt;And then we have Office 2007.&amp;nbsp; Of course, with what I do on a daily basis, Office for me is pretty much defined by Outlook, with Access and FrontPage (oops, SharePoint Designer) being a distant second &amp;amp; third . . .&amp;nbsp;&amp;nbsp; I've also been running the Office beta for several months - and was totally sold until a few hiccups with the Beta 2 Technical Refresh (B2TR) - which resulted in Outlook crashing when I tried closing it, and getting a corrupt OST every time I opened Outlook . . .&amp;nbsp; this has been resolved - but more on that later.&amp;nbsp; So far the built-in RSS capability in Outlook, combined with the new kick-ass shared calendars view, the To-Do bar, and ease of adding Exchange accounts (users only have ONE choice to make - then it automatically detects the username, email address, and finds the Exchange server on the LAN - no more having to walk users through typing in the internal FQDN of their Exchange, blah, blah blah . . .&amp;nbsp; (at least, it worked that slick on a domain PC on the LAN)&amp;nbsp; Of course, there's much more to Office 2007 - but those are the tidbits that affect me on a daily basis &lt;/p&gt; &lt;p&gt;Finally, our biggest change right around the corner is Vista.&amp;nbsp; Again, I've been running beta builds for quite some time - but admittedly on my home PC that I rarely ever use for anything besides the occasional web browsing.&amp;nbsp; Well, I was a few builds behind, and decided to take a serious plunge into the Vista experience - so I reinstalled my primary machine (Acer TravelMate C314XMi tablet) with the Vista RC2 bits yesterday . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; I did download &amp;amp; run the &lt;a title="Windows Vista Upgrade Advisor" href="http://www.microsoft.com/windowsvista/getready/upgradeadvisor/default.mspx" target="_blank"&gt;Windows Vista Upgrade Advisor&lt;/a&gt; before starting the process - which was great for identifying what hardware and software I might have issues with.&amp;nbsp; So far, I have to admit that based on my previous experience with various Vista beta builds, I am very impressed.&amp;nbsp; The installation was painless - with all of the required information being entered up front, and the rest of the process being completely automated - reboots and all.&amp;nbsp; &lt;/p&gt; &lt;p&gt;After having lived through the migration experience from Win98 to 2000 Pro, and then from 2k to XP - I'm still scarred from application incompatibility, and driver issues (most notably a glaring lack of drivers) . . .&amp;nbsp;&amp;nbsp; But, that doesn't appear to be the case with Vista.&amp;nbsp; So far, I'm only having&amp;nbsp;a couple&amp;nbsp;hardware issues - most are pretty insignificant, but one -&amp;nbsp;while not necessarily a show-stopper, is close.&amp;nbsp; My integrated Intel 2200BG wireless adapter is not cooperating.&amp;nbsp; Vista includes drivers for this wireless adapter, and it is installed, and when enabled it detects available wireless networks.&amp;nbsp; However - it refuses to connect to any secured network (WEP or WPA-PSK) - and while it will connect to an unsecured network - the connection only holds for ~5 minutes until it's dropped and the adapter reports that there is no signal for that network any more.&amp;nbsp;&amp;nbsp; Tad bit annoying . . .&amp;nbsp; especially since I only ever work wirelessly at home.&amp;nbsp; But on the flip side - my Verizon Wireless aircard works flawlessly.&amp;nbsp; As for the minor hardware issues - my function buttons to enable / disable things like WLAN &amp;amp; Bluetooth, or shortcuts to email, web, etc. are not working - neither is the On-Screen Display for these buttons, or my generic function keys (so I need to figure out how to disable NumLock when I'm in a remote assistance session &lt;img src="http://msmvps.com/emoticons/emotion-1.gif"&gt; &amp;nbsp;)&amp;nbsp; And finally, while my sound worked - Vista kept complaining that the audio drivers were not compatible with Vista - so I downloaded the Vista beta drivers for AC'97 audio from &lt;a href="http://www.realtek.com.tw/" target="_blank"&gt;Realtek's website&lt;/a&gt; - and I'm good to go.&amp;nbsp; (Of course, dealing with Realtek's slow download site was a bit annoying in itself - almost 2hrs to download 26MB)&lt;/p&gt; &lt;p&gt;What really surprised me was that there were drivers for our printers here at the office.&amp;nbsp; Granted, they aren't anything overly special or bleeding-edge - but again, I remember the issues obtaining print drivers in the past.&amp;nbsp; Adding our HP LaserJet 4200tn was a snap - I entered its IP, and Vista did the rest - queried the printer, determined the make/model and selected the appropriate driver and voila!&amp;nbsp; Now, it wasn't quite that simple installing our Okidata C5150n color laser - Vista tried querying the printer - but wasn't able to get the info it needed - so I had to select the driver the old-school way.&amp;nbsp;&amp;nbsp; Now, the driver list didn't include a driver for the Oki C5150n - but it was available via Windows Update - so all is well. &lt;img src="http://msmvps.com/emoticons/emotion-1.gif"&gt; &lt;/p&gt; &lt;p&gt;On the application front - so far just about everything is behaving itself.&amp;nbsp; Naturally, Office 2007 B2TR is playing very nicely with Vista - but the latest versions of&amp;nbsp;other necessities like Adobe Reader, Java engine, Flash player, etc. all installed and ran without a hitch.&amp;nbsp; Notably, some of the little things that I&amp;nbsp;use and&amp;nbsp;depend on daily are working without issue.&amp;nbsp; The &lt;a title="AutoTask" href="http://www.autotask.com" target="_blank"&gt;AutoTask&lt;/a&gt; for Outlook add-in installed and is running perfectly (which is a huge relief since that would have been a show-stopper for me if it didn't) - and the &lt;a title="AstTapi" href="http://www.omniis.com/ntsgr/cms/page.asp?688" target="_blank"&gt;AstTapi&lt;/a&gt; driver (that let's me dial out from Outlook using our &lt;a title="TrixBox" href="http://www.omniis.com/ntsgr/cms/page.asp?688" target="_blank"&gt;Trixbox&lt;/a&gt; phone system) is working nicely as well.&lt;/p&gt; &lt;p&gt;A few applications required a workaround to cooperate - most notably the Firewall Client for ISA 2004, and the connectcomputer wizard for SBS 2003.&amp;nbsp; You can get the details on getting these to work over at Sean's blog - &lt;a href="http://seanda.blogspot.com/2006/08/looking-to-run-vista-rc1-on-sbs-2003.html" target="_blank"&gt;here&lt;/a&gt; and &lt;a href="http://seanda.blogspot.com/2006/10/running-vista-with-sbs-premium-ie-w-isa.html" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;. . . &lt;/p&gt; &lt;p&gt;The only application that is throwing me a bit of a fit is &lt;a title="QuoteWerks" href="http://www.quotewerks.com/" target="_blank"&gt;QuoteWerks&lt;/a&gt; - which is throwing an error when it tries to log in to its back-end SQL database - so I can't really do anything . . .&amp;nbsp;&amp;nbsp; but if I absolutely need to access a quote, QuoteWerks is installed on our Terminal Server - so I can get to it there.&amp;nbsp;&lt;img src="http://msmvps.com/emoticons/emotion-1.gif"&gt;  &lt;/p&gt; &lt;p&gt;Finally, performance-wise - I have to say that this machine boots up and shuts down WAY faster than it did with XP Pro - and overall performance seems to be right on par, if not better than XP Pro.&amp;nbsp; &lt;/p&gt; &lt;p&gt;So, here's to change&amp;nbsp;!&amp;nbsp; &lt;img src="http://msmvps.com/emoticons/emotion-22.gif"&gt;&lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=198770" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category></item><item><title>A companyweb by any other name . . . </title><link>http://msmvps.com/blogs/cgross/archive/2006/09/16/A-companyweb-by-any-other-name-.-.-.-.aspx</link><pubDate>Sat, 16 Sep 2006 22:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:129890</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=129890</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=129890</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/09/16/A-companyweb-by-any-other-name-.-.-.-.aspx#comments</comments><description>&lt;p&gt;So, one question that I get asked regularly is if you can use a different name to access your companyweb.&amp;nbsp; For whatever reason, it appears SBSers have their own ideas of what URL / name they want for their individual intranets &lt;img src="http://msmvps.com/emoticons/emotion-5.gif" alt="Wink" /&gt;&amp;nbsp;&amp;nbsp; The good news is that this is very simple to do . . . &lt;/p&gt;&lt;p&gt;1)&amp;nbsp;&amp;nbsp; Pick a name you want to use -&amp;nbsp; for the purposes of this post, let&amp;#39;s say we want to use &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt; (yeah, real original, I know . . . )&lt;/p&gt;&lt;p&gt;2)&amp;nbsp;&amp;nbsp; Add and entry to your DNS.&amp;nbsp; First and foremost, we have to make sure that intranet resolves correctly to your server&amp;#39;s IP.&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; So open your DNS snap-in, expand &amp;lt;servername&amp;gt; | Forward Lookup Zones | &amp;lt;domain name&amp;gt;.&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Right-click on &amp;lt;domain name&amp;gt; in the left hand pane, and select &amp;#39;New Alias (CNAME)&amp;#39;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Enter &amp;#39;intranet&amp;#39; for the Alias name.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp; Enter the FQDN of your SBS in the target host field (e.g.&amp;nbsp; sbs.company.local)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Click OK&amp;nbsp; and close the DNS snap-in&lt;/p&gt;&lt;p&gt;3)&amp;nbsp; Edit the host-headers for your companyweb site.&amp;nbsp; Now we have to make sure that IIS knows how to route traffic properly.&amp;nbsp; You see, when IIS receives a normal http web request, it looks at the header of the request to get the URL that the user entered (in this case,&amp;nbsp; &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt;).&amp;nbsp; IIS then looks at the websites to see if there is one that wants this traffic (has a host header present that matches the request URL).&amp;nbsp; If it can&amp;#39;t find a site with a matching host header, then it sends the request to the default web site.&amp;nbsp; Since we want these requests to go to the companyweb site instead of the default web site, we need to add host headers to the companyweb site.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; Open IIS Administrator snap-in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Expand &amp;lt;servername&amp;gt; | Web Sites&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Right-click on&amp;nbsp;companyweb and select Properties&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp;&amp;nbsp;On the web site tab, click the Advanced button&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Click the &amp;#39;Add&amp;#39; button on the top half of the page.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;f)&amp;nbsp; Change the IP address from (All Unassigned) to the internal IP of your SBS.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g)&amp;nbsp; Set the TCP Port to 80&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h)&amp;nbsp; Set the host header value to intranet&amp;nbsp; (or whatever name you want to use)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i)&amp;nbsp; Click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j)&amp;nbsp; Repeat steps e thru i, only this time use the FQDN value in step h (e.g. intranet.company.local)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k)&amp;nbsp; Click OK&amp;nbsp; |&amp;nbsp;&amp;nbsp; Click OK&amp;nbsp; |&amp;nbsp; Close IIS Admin snap-in&lt;/p&gt;&lt;p&gt;4)&amp;nbsp; Re-extend Windows Sharepoint Services to the web site.&amp;nbsp; Just like IIS needs host headers to know where to route requests, Sharepoint central config keeps track of the sharepoint sites in its database.&amp;nbsp; Therefore, we need to re-extend WSS to the site in order to update the config database so it knows that we&amp;#39;re using an alternate name to access the site.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; Open Sharepoint Central Administration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Click &amp;#39;Configure Virtual Server Settings&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Click &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp; Click &amp;#39;Remove Windows Sharepoint Services from Virtual Server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Verify &amp;#39;Remove without deleting content databases&amp;#39; is selected, and click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (when this finishes, you will return to the Sharepoint Central Administration main page)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f)&amp;nbsp; Click &amp;#39;Extend or upgrade virtual server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g)&amp;nbsp; Click &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h)&amp;nbsp; Click &amp;#39;Extend and map to another virtual server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i)&amp;nbsp; In the Server Mapping field, select&amp;nbsp; &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j)&amp;nbsp; Select to &amp;#39;Use and existing application pool&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k)&amp;nbsp; Select &amp;#39;DefaultAppPool (NTAUTHORITY \ NETWORK SERVICE)&amp;#39; for&amp;nbsp;the app pool to use.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l)&amp;nbsp; Click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m)&amp;nbsp; Close Sharepoint Central Administration.&lt;/p&gt;&lt;p&gt;Now, open IE and browse to &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt; (or whatever name&amp;nbsp;you used) and verify that&amp;nbsp;it opens up your companyweb.&amp;nbsp; Note that&amp;nbsp;after following these steps, you will still be able to access the site by browsing to &lt;a href="http://companyweb/"&gt;http://companyweb&lt;/a&gt;.&amp;nbsp; This is because the native SBS functionality relies on the&amp;nbsp;Sharepoint site answering to &lt;a href="http://companyweb/"&gt;http://companyweb&lt;/a&gt;.&amp;nbsp; As a result, you can&amp;nbsp;have your users use the new name you specified, but all of the SBS functionality (including the wizards in the SBS Admin Console and the companyweb links in RWW, etc.) will work just as before . . . &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;img src="http://msmvps.com/ink/4.ashx?632940254417033750" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=129890" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Swinging Your Companyweb</title><link>http://msmvps.com/blogs/cgross/archive/2006/06/06/99955.aspx</link><pubDate>Wed, 07 Jun 2006 02:44:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:99955</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=99955</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=99955</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/06/06/99955.aspx#comments</comments><description>&lt;P&gt;So, with my &lt;A HREF="/blogs/cgross/archive/2006/03/31/88760.aspx"&gt;last post&lt;/A&gt; I talked about using smigrate to backup and restore your SharePoint sites.&amp;nbsp; With this post I'm going to go one step further and attack a specific scenario that I seem to be getting more and more questions on - migrating your companyweb SharePoint site from on existing SBS 2003 installation to a new one.&amp;nbsp; This may be because you're &lt;A href="http://www.sbsmigration.com"&gt;swinging&lt;/A&gt; your SBS to new hardware, or just starting over for whatever reason.&lt;/P&gt;
&lt;P&gt;The idea is quite simple - you have a working companyweb on your current SBS, complete with tons of documents in various document libraries, a few custom lists, maybe a forms library, etc. - you're moving to a new server and you want to move that site completely in tact . . .&amp;nbsp;&amp;nbsp; it's not an unreasonable request by any means - and luckily enough it is rather&amp;nbsp;simple to accomplis&amp;nbsp;- provided of course you know how to do it.&amp;nbsp; That's where this post comes in&amp;nbsp; :^)&lt;/P&gt;
&lt;P&gt;Obviously, the first step to making this happen is to backup your existing companyweb site using smigrate as I've outlined in my previous &lt;A HREF="/blogs/cgross/archive/2006/03/31/88760.aspx"&gt;post&lt;/A&gt;.&amp;nbsp; The restore part is where everyone seems to be stumbling, so here's what you need to know:&lt;/P&gt;
&lt;P&gt;First, it is important to understand part of what the smigrate restore does.&amp;nbsp; When it connects to your SharePoint site to perform the restore, it is going to set the site template for the site based on the template that your backed up site was using.&amp;nbsp; Now, with SharePoint - setting the template for a site is a one-time thing - once you've set a template for the site you can't reset it.&amp;nbsp; The only time a Sharepoint site is clean (e.g. does not have a template assigned to it) is right after Windows SharePoint Services has been extended to a website.&amp;nbsp; The first time you access your new WSS site, you have to choose your template before you can begin using the site.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Most people who try to migrate their companyweb site using smigrate (or FrontPage) run in to this problem - their restore fails because the site is already in&amp;nbsp;use.&amp;nbsp; Specifically, the smigrate restore process cannot set the site template for the new companyweb site because it already has a template set.&amp;nbsp; Sure, it's the same template as the one you want to use - but the restore process still needs to set it to be sure.&amp;nbsp; As a result, the restore fails before it ever gets started.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So - how do we get the restore to work?&amp;nbsp; Simple - we take the new companyweb site back to a clean state (where no template has been set).&amp;nbsp; To do so, we simply need to remove WSS from the companyweb virtual server, then re-extend it.&amp;nbsp; Now, before we remove WSS from the companyweb virtual server (on the new SBS server) - you need to be aware that this process is going to destroy this site (and all content).&amp;nbsp; Most of the time this should be an empty companyweb - but just in case you have some content in there, either extract it or back it up first :^).&amp;nbsp; So - your step-by-step process to get your new companyweb in a state that will allow an smigrate restore: (all steps are on the new SBS - assuming you have already completed the smigrate backup on the old server and moved those files to the new server).&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;Open SharePoint Central Administration ( under Start | Administrative Tools )&lt;BR&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'Configure Virtual Server Settings'&lt;BR&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'companyweb'&lt;BR&gt;4)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'Remove Windows SharePoint Services from virtual server'&lt;BR&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click to select 'Remove &amp;amp; delete content databases'&lt;BR&gt;6)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click&amp;nbsp;OK to acknowledge warning that you are deleting all content for the site&lt;BR&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click OK&lt;BR&gt;8)&amp;nbsp;&amp;nbsp;&amp;nbsp;When you return to the SharePoint Central Administration page, click 'Extend or upgrade a virtual server'&lt;BR&gt;9)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'companyweb'&lt;BR&gt;10)&amp;nbsp; Click on 'Extend and create a content database'&lt;BR&gt;11)&amp;nbsp;&amp;nbsp;Select to 'Use an existing application pool'&lt;BR&gt;12)&amp;nbsp;&amp;nbsp;Verify that the app pool selected is 'DefaultAppPool (NT AUTHORITY&amp;nbsp;/ NETWORK SERVICE)&lt;BR&gt;13)&amp;nbsp;&amp;nbsp;Under the Site Owner section, enter the administrator email address for your domain&lt;BR&gt;14)&amp;nbsp;&amp;nbsp;Click OK to extend WSS to the companyweb virtual server.&lt;BR&gt;15)&amp;nbsp;&amp;nbsp;Once you see the page indicating the the virtual server was successfully extended, click OK to return the SharePoint Central Administration&lt;BR&gt;16)&amp;nbsp;&amp;nbsp;Navigate to &lt;A href="http://companyweb"&gt;http://companyweb&lt;/A&gt;, and verify that you get the Template Selection page.&amp;nbsp; Be sure and close this window - DO NOT click the OK button as this will apply a template to the site and you will have to repeat these steps before you will be able to restore your existing companyweb site.&lt;/P&gt;
&lt;P&gt;At this point, your new companyweb site is in a clean state, and you can use smigrate to restore your existing companyweb backup to the companyweb on your new server.&amp;nbsp; Now, if you were using any 3rd party web parts on your old server, you want to be sure and install those on the new server before starting your restore.&amp;nbsp; And if&amp;nbsp;this is a &lt;A href="http://www.sbsmigration.com"&gt;swing migration&lt;/A&gt;, your original AD will be in-tact, and the smigrate restore will also restore all permissions for the site as well.&amp;nbsp; Once the smigrate restore process has completed, there is nothing left to do - your companyweb will be back exactly how you left it - all permissions, settings, templates, etc. will all be there and you'll be good to go&amp;nbsp; :^)&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=99955" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Making sense of Best Buy's push into the SMB space . . . </title><link>http://msmvps.com/blogs/cgross/archive/2006/03/14/86362.aspx</link><pubDate>Wed, 15 Mar 2006 01:43:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:86362</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=86362</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=86362</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/03/14/86362.aspx#comments</comments><description>&lt;P&gt;Ok, for those of you who are either outside North America or simply have been living under a rock lately, Best Buy is making a move into the SMB solution space.&amp;nbsp; Specifically, they're rolling out a Best Buy for Business program, and naturally using their Geek Squad as their troops on the ground.&amp;nbsp; Since it seems like just about everyone has an opinion on this topic, I figured I might as well dive in&amp;nbsp;myself&amp;nbsp; ;^)&lt;/P&gt;
&lt;P&gt;Now I know that most of us SMB partners have the same initial reaction when someone mentions the Geek Squad - and it usually consists of a bit of a smirk, a shake of the head and a little laugh to ourselves.&amp;nbsp; But before you shrug this off and discount this whole thing as a non-event, you need to sit back and take this seriously . . . &lt;/P&gt;
&lt;P&gt;It is too early to be forecasting doom and gloom, as well as the utter demise of the traditional SMB var.&amp;nbsp; However, you'd be very naive to think that Best Buy can't grab a piece of the market solely on their marketing might.&amp;nbsp; And they are making a solid effort, with their techs going through an intensive 2 week training course on SBS.&amp;nbsp; Of course, the providers this will affect at first are the part-time one man shops - the ones who have a couple clients that they work with at night and on the weekends.&amp;nbsp; Not to generalize, but it has been my experience that the majority of these guys have skills on par with your average Geek Squad member.&amp;nbsp; Basically, Best Buy will be able to capture the price-sensitive portion of the market without much effort.&amp;nbsp; Will they implement ideal solutions that follow best practices right away?&amp;nbsp; Probably not.&amp;nbsp; But depending on how Best Buy manages this will depend on how much of a threat they become.&amp;nbsp; If they implement their own internal knowledge base, have knowledgeable senior-level techs that support issues can be escalated to, and do simple things like training their techs how to plug into this amazing SBS community we have out here, they could easily move up the stack and start getting more business from the section of the market that isn't necessarily price sensitive, but isn't aware of their other options.&lt;/P&gt;
&lt;P&gt;I don't doubt that the Geek Squad will never be as reliable as the SMB var, and will never enjoy the level of trust that we have with our customers.&amp;nbsp; But just because they can't be as good as us, doesn't mean they can't take business from us.&lt;/P&gt;
&lt;P&gt;So, what do you need to do now to ensure you successfully weather whatever storm this might generate?&amp;nbsp; In all honestly - nothing that you shouldn't be doing already.&amp;nbsp; You should be constantly working on your sales effort.&amp;nbsp; The point here is to not only drum up new business, but to constantly increase your name recognition.&amp;nbsp; Sure, most of the people you call today probably won't be interested in your services today . . .&amp;nbsp; but the more they see your name around town, the more likely they're going to call when they are interested in your services.&amp;nbsp; Next, review your SWOT analysis (Strengths, Weaknesses, Opportunities &amp;amp; Threats).&amp;nbsp; What are your strenghts as a technician?&amp;nbsp; as a business?&amp;nbsp; What sets you apart from your competition?&amp;nbsp; For example, with Best Buy we're different because first and foremost, we're service providers.&amp;nbsp; We're not looking to sell a PC or a router, or a printer, or whatever.&amp;nbsp; Also - we're often hardware agnostic - where the likes of Best Buy will be pushing what they have in stock.&amp;nbsp; Our biggest strength is that we're small business owners ourselves - and can relate with our customers.&amp;nbsp; Regardless - find what sets you apart and determine how you can exploit that.&amp;nbsp; Then communicate that to your leads - maybe put together a sell sheet on what makes you different than the rest.&amp;nbsp; You may also look at focusing on a few vertical markets, where you can provide experience &amp;amp; expertise on their needs as well as various LOB apps their industry uses.&lt;/P&gt;
&lt;P&gt;So - take a look at your organization and what you need to do to grow your customer base and increase your name recognition, and try to stay one step ahead, and offering services that Geek Squad either doesn't or can't offer.&amp;nbsp; One way you can stay ahead is by making the move to &lt;A href="http://groups.yahoo.com/group/SMBManagedServices/"&gt;managed services&lt;/A&gt;.&amp;nbsp; The bottom line is the last thing you want to do is sit idly by with your head in the sand thinking that Best Buy isn't a threat.&amp;nbsp; Granted, they may not be a big threat to you today - but who knows what the landscape is going to look like in a couple years?&amp;nbsp; Maybe SBS Longhorn will be super-simple to install &amp;amp; setup.&amp;nbsp; And what if Best Buy&amp;nbsp;hires&amp;nbsp;more &amp;amp; more truly capable technicians? And what if they make the move&amp;nbsp;in to the managed services realm - maybe even purchasing an MSP software company like &lt;A href="http://www.kaseya.com/"&gt;Kaseya&lt;/A&gt;, &lt;A href="http://www.levelplatforms.com"&gt;Level Platforms&amp;nbsp;&lt;/A&gt;or &lt;A href="http://www.n-able.com/"&gt;N-Able&lt;/A&gt;?&amp;nbsp; Next thing you know there is a strategic alliance between Best Buy &amp;amp; Dell, where the Geek Squad provides Dell's onsite installation &amp;amp; warranty services.&amp;nbsp; Best Buy also becomes a Dell partner - they get better-than-web pricing based on their volume, but they don't have to stock anything.&amp;nbsp; They configure and sell Dell stuff on demand, and Dell keeps their direct model by only building machines when they're ordered . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;And we all know that when it comes to SBS sales, Microsoft is focused on one thing, and one thing only - new sales.&amp;nbsp; There is only a very small percentage of small businesses that currently have a server - and Microsoft is drooling when it looks at the tens of millions of small businesses without a server - a market waiting for them to conquer.&amp;nbsp; It only makes sense that Microsoft would do a huge co-branding advertising campaign / blitz to drive small businesses to Best Buy, because next to the OEMs, Best Buy is going to be in the best position to push SBS.&lt;/P&gt;
&lt;P&gt;So now in our hypothetical scenario, we're a couple years down the road with Joe the small business owner seeing newspaper, billboard &amp;amp; TV ads about Best Buy for Business.&amp;nbsp; He also sees Microsoft ads pushing him to either Best Buy or a number of big-box retailers that have put in their own Geek Squad like service offerings.&amp;nbsp; He can have a Best Buy Business Technology Consultant (BTC) come out to his business, assess his needs and provide a written proposal.&amp;nbsp; If he wants Dell hardware, the proposal includes a link to a saved cart that the BTC has already configured.&amp;nbsp; He signs the proposal to accept, pulls up the Dell cart online and&amp;nbsp;plugs in his credit card number.&amp;nbsp; The Geek Squad finishes the 15 minute OEM installation on the SBS, brings it out and installs it complete with their monitoring software.&amp;nbsp; Their managed services agreement is automatically billed to Joe's Best Buy card every month, and they have a handful of data centers across the US where a team of engineers are watching the multitudes of monitored systems.&amp;nbsp; When something comes up, they either take care of it remotely, or if it requires a visit contact&amp;nbsp;the customer and either have the customer bring the system in (hey, it's still Best Buy ;^) - or for a higher fee, schedule a Geek Squad member to go out onsite.&lt;/P&gt;
&lt;P&gt;You have to admit - it would be a little harder to sell against that offering . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; and it isn't much of&amp;nbsp;a stretch of the imagination to see most of that hypothetical situation come to pass.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So . . .&amp;nbsp;&amp;nbsp; now about that sales effort of yours . . .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :^)&lt;/P&gt;
&lt;P&gt;For some interesting reading on the topic, check out these posts of Vlad's:&lt;/P&gt;
&lt;P&gt;Best Buy for Business to End SMB IT Consultants?&lt;BR&gt;&lt;A href="http://www.vladville.com/2006/02/best-buy-for-business-to-end-smb-it.html"&gt;http://www.vladville.com/2006/02/best-buy-for-business-to-end-smb-it.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Buy vs. SMB IT Consulting: Part 2&lt;BR&gt;&lt;A href="http://www.vladville.com/2006/03/best-buy-vs-smb-it-consulting-part-2.html"&gt;http://www.vladville.com/2006/03/best-buy-vs-smb-it-consulting-part-2.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Buy now Gold Certified Partner&lt;BR&gt;&lt;A href="http://www.vladville.com/2006/03/best-buy-now-gold-certified-partner.html"&gt;http://www.vladville.com/2006/03/best-buy-now-gold-certified-partner.html&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=86362" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category></item><item><title>SBS, SSL Certs and Verizon's Treo 700w</title><link>http://msmvps.com/blogs/cgross/archive/2006/01/19/81475.aspx</link><pubDate>Thu, 19 Jan 2006 23:34:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:81475</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=81475</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=81475</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/01/19/81475.aspx#comments</comments><description>&lt;P&gt;So, there has been a decent amount of rumblings about the new Palm Treo 700w from Verizon Wireless (running Windows Mobile 5.0) - and it's apparent inability to sync with SBS.&lt;/P&gt;
&lt;P&gt;Sean has a good &lt;A href="http://seanda.blogspot.com/2006/01/windows-mobile-50-and-self-signed.html"&gt;post&lt;/A&gt; outlining how Windows Mobile 5.0 has changed how it handles certificates.&amp;nbsp; The good news is that if you're using self-signed certificates with your SBS, you can get your Treo 700w to sync wirelessly with your Exchange server.&amp;nbsp; As proof, I just did this myself - configured a new 700w for one of our internal users to sync with our SBS, and we're using a self-signed certificate.&lt;/P&gt;
&lt;P&gt;The trick is to install both your self-signed certificate ( &lt;A&gt;\\&amp;lt;your_sbs\ClientApps\SBSCert&lt;/A&gt; ) AND your CA certificate (publishing.company.local -&amp;nbsp; check out&amp;nbsp; &lt;A&gt;\CertEnroll"&gt;\\&amp;lt;your_sbs&amp;gt;\CertEnroll&lt;/A&gt;&amp;nbsp;).&amp;nbsp; Copy these two .cer files to your device using ActiveSync.&amp;nbsp; Then on your device, use FileExplorer to browse to the folder where you copied the certs, and double-click to install each.&amp;nbsp; Voila!&amp;nbsp; You're good to go . . . &lt;/P&gt;
&lt;P&gt;Now, there has been some talk that WM5 doesn't trust as many Certification Authorities (CAs) as regular ol' Windows.&amp;nbsp; As a result, if you have purchased an SSL cert from a CA, there is a chance that CA may not be trusted by WM5.&amp;nbsp; In that case, you're not going to be able to sync with your Exchange, since you won't have access to the CA cert to manually install it on your WM5 device.&amp;nbsp; However, you could always convert to a self-signed cert and get it to work that way &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=81475" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Exchange/default.aspx">Exchange</category></item><item><title>Glutton for Punishment . . .</title><link>http://msmvps.com/blogs/cgross/archive/2005/11/27/76859.aspx</link><pubDate>Mon, 28 Nov 2005 04:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:76859</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=76859</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=76859</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/11/27/76859.aspx#comments</comments><description>&lt;P&gt;I love &lt;A href="http://www.sbsmigration.com/"&gt;swing migrations&lt;/A&gt; - I really do.&amp;nbsp; Admittedly, I haven't done too many - primarily since currently our oldest SBS installation won't hit the 3 year mark until this coming April, and an overwhelming majority of our installs are new installs / first server, versus migrations of existing servers / domains.&amp;nbsp; Well, I just finished another swing this weekend, and as usual it is a great experience.&lt;/P&gt;
&lt;P&gt;Ok, now those of you who are familair with the swing method and have caught Jeff's presentation on the topic are probably wondering why I finished a swing this weekend.&amp;nbsp; After all, one of Jeff's primary talking in points is that the swing method allows you to regain your weekends and migrate during the week.&amp;nbsp; So why was I swinging not only on a weekend, but on a long holiday weekend of all times?&amp;nbsp; That's where the title of this post comes in:&amp;nbsp; I'm a glutton for punishment.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Let me paint the picture for you:&amp;nbsp; First, while this is a small company (4 PCs), this isn't any old client - this is family (cue blood-curdling scream sound effect&amp;nbsp; ;^).&amp;nbsp; Next, this isn't just family - this is the family business where I spent the better part of the last decade.&amp;nbsp; Third - the family isn't exactly a full-paying customer - yet.&amp;nbsp; I say 'yet' because we're working that way.&amp;nbsp; It was just a little bit of a shift from having me handle all of the IT stuff in addition to my normal duties (I was the Controller - yep, I did accounting believe it or not&amp;nbsp; :^), to paying by the hour.&amp;nbsp; So I've done a lot of the basic maintenance stuff remotely after hours pro-bono.&amp;nbsp; They've been paying for anything they need during normal business hours, with me just throwing in miscellaneous stuff&amp;nbsp;after hours when I have time.&amp;nbsp; While they haven't signed a contract yet, they've been asking about our &lt;A href="http://groups.yahoo.com/group/SMBManagedServices/"&gt;Managed Services&lt;/A&gt; offerings, and should be on-board in the next few months.&amp;nbsp; And the fact that they're asking about our Managed Services is a testament to the value they can bring to a small business.&amp;nbsp; You have to realize that up until a little over two years ago, my uncle refused to use a computer - and hated having to spend money on anything IT related.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So, back to our swing.&amp;nbsp; Their old server was in desparate need of being replaced, and I've been talking to them about this for a good nine months or so.&amp;nbsp; That box was originally put into service 5 years ago - in early November 2000 as an SBS 4.5 box.&amp;nbsp; In the spring of '01 it was upgraded to SBS 2000 (which we got as part of Microsoft's Technology Guarantee program).&amp;nbsp; In the fall of '02 we bought another SCSI hard drive and reconfigured the RAID array from RAID 1 to RAID 5.&amp;nbsp; Needless to say, the box had lived a good, long life, but was starting to show its age.&amp;nbsp; I finally got the OK to build a new server a few weeks ago when the tape drive in the old server died.&lt;/P&gt;
&lt;P&gt;Well, considering this is family - and considering that I wouldn't be where I am today without their support, not to mention the great real-world small business experiences I gained running their business - I gave them the hardware at cost and didn't charge anything for the install.&amp;nbsp; Did I mention I was a glutton for punishment?&lt;/P&gt;
&lt;P&gt;SO - the server got built on Monday, on Tuesday I built the RAID array, and did the initial Windows portion of the SBS install.&amp;nbsp; Tuesday night on my way home, I stopped by, pulled out my laptop, fired up Windows 2003 inside of virtual PC, and did the initial steps of the swing (joined domain, installed DNS, dcpromo'd, made global catalog, verified AD replication, etc.).&amp;nbsp; Wednesday afternoon I swung the AD onto the new box, and finished the SBS integrated install.&amp;nbsp; Thursday I gorged myself on turkey with the fam :^).&amp;nbsp; Friday I finished all of my usual post-SBS install configurations (To-do list, install Trend, WSUS, etc. etc.).&amp;nbsp; I had a few other little projects that I worked on in the office on Friday (taking advantage of the peace and quiet being there alone without the phone ringing :).&amp;nbsp; I left the office around 6:30 that night and decided to start the next phase of the process - taking the old server down, migrating data&amp;nbsp;and bringing the new server online.&amp;nbsp; I got to the family's building around 7, unloaded the new server, etc. and dug in.&amp;nbsp; I disconnected the server from the internet, connected an external USB hard drive and started with an online backup of Exchange while I started unboxing the new server, etc. and getting ready for the migration.&amp;nbsp; After I had unboxed the new server and checked the workstations to make sure everyone was logged out, etc. I got back to the new server and realized that after 45 minutes, my online backup of the 4gig Exchange store was only about half way done.&amp;nbsp; Wow does USB 1.1 suck.&amp;nbsp; So I started pulling data off the server across the network to the newest PC (that happens to have the largest hard drive).&amp;nbsp; I pulled 14 gig of data off the server in a little over a half hour.&amp;nbsp; Needless to say, I still beat the online backup of Exchange.&amp;nbsp; When that finished, I stopped the Exchange services and copied the store databases to the workstation as well.&amp;nbsp; From there I was able to write to the USB drive in no time as I powered the old server down, and put the new one in its place.&amp;nbsp; Booted the new server and started restoring data.&amp;nbsp; Once all data was restored, I mounted the original Exchange databases and logged in to one of the PCs . . . voila!&amp;nbsp; Just like nothing had happened . . .&amp;nbsp;&amp;nbsp; redirected folders working wonderfully, Exchange mailbox is there, drive mappings via login script worked perfectly, printers are all there (and working), just perfect.&amp;nbsp; (btw, THAT is what I love about swinging&amp;nbsp; :^)&lt;/P&gt;
&lt;P&gt;But if you know me - you know that nothing is ever truly that easy - something, SOMETHING always comes up and bites me in the arse.&amp;nbsp; Well, this time that something was &lt;A href="http://www.symantec.com/small_business/products/remote_pc_fax/wfp10/index.html"&gt;WinFax Pro&lt;/A&gt;.&amp;nbsp; (I know, I know - who would have ever guessed in a million years that a Symantec product would throw a wrench into things?!?&amp;nbsp; ;^)&amp;nbsp; My aunt &amp;amp; uncle have a decent amount of fax traffic - sending 15 - 20 faxes per day - almost all being invoices.&amp;nbsp; That's not enough to really justify a full-fledged fax server product (with that volume they're not even using a fax board - just a normal fax modem), but it's still enough that it's a PITA to have to print that stuff out and walk to the fax machine a few times every hour.&amp;nbsp; As a result, they've been using WinFax's sharing feature.&amp;nbsp; I had WinFax Pro installed on the SBS 2000 box and configured as the WinFax host, with the workstations sending &amp;amp; receiving faxes through it.&amp;nbsp; Well, after I booted the new server, I could not get any of the workstations to connect to the new WinFax host on the new SBS box.&amp;nbsp; After a relatively short search, I found where Symantec doesn't support WinFax on Windows 2003 - as WinFax is a consumer product, and Windows 2003 is not a consumer OS.&amp;nbsp; (Consumer product?&amp;nbsp; Is it just me, or do you not see a lot of home networks using WinFax sharing to handle their fax traffic???)&amp;nbsp;&amp;nbsp; Argh . . .&amp;nbsp;&amp;nbsp; faxing is one thing that really needs to work - the natives will be very restless come Monday morning is that isn't working.&amp;nbsp; For multiple reasons I can't have one of the PCs act as the WinFax host - basically due to placement.&amp;nbsp; The fax line is separate from the phone system - which means the only jack is in the server closet.&amp;nbsp; So what now?&amp;nbsp; MSN Search to the rescue - I downloaded a 30 day trial of &lt;A href="http://www.faxback.com/products/smallbusiness/index.html"&gt;FaxBack's NET SatisFAXtion 7.5&lt;/A&gt; and installed it on the SBS.&amp;nbsp; Went to the workstations and installed NET SatisFAXtion's WinFax integration piece, and the workstations can send using WinFax on the desktop like normal . . .&amp;nbsp; woo hoo!&amp;nbsp;&amp;nbsp;(and no, don't ask me about SBS fax - that is&amp;nbsp;completely not an option). &amp;nbsp;So at this point, I look at the clock and about fall over when I realize it's 5am Saturday morning . . .&amp;nbsp;&amp;nbsp; so I decide to call it a night.&lt;/P&gt;
&lt;P&gt;I returned early Saturday afternoon after what seemed like only a few hours sleep.&amp;nbsp; Besides migrating to the new server, I'm also updating their wiring.&amp;nbsp; The building is about 23 years old - and as such was not wired for networking.&amp;nbsp; The front office was added on in 97 and was wired - but apparently the electricians used some cheap cat 5 as it has been going down hill for some time.&amp;nbsp; Additionally, at the time we put the switch in the attic - again, for several reasons.&amp;nbsp; Well, the time had come where the faulty wiring in the front office needed to be replaced, the switch needed to be replaced as well as relocated out of the drastic temperature fluctuations of the attic, and the other offices needed upgraded wiring beyond a cat 5 wire dropping down from a hole in the ceiling :)&amp;nbsp; So, I started Saturday with mounting plywood to the wall in the server cabinet to give me something that could hold the wall-mount patch panel &amp;amp; switch, then mounting the patch panel &amp;amp; switch.&amp;nbsp; Of course, I didn't have any plywood available when I realized I was going to need some, so I had to run to Home Depot to get the plywood, then run home to get some screws and my circular saw . . .&amp;nbsp; I was able to run all new cable for the front office as well as the shop office - not only replacing existing jacks, but adding additional jacks as well (after all, you can never have too many network jacks!)&amp;nbsp; So I called it a night and headed home about 3am Sunday morning.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I worked around home most of the day today, then went back around 4:30 this afternoon.&amp;nbsp; I finished replacing the wiring going to the parts office, including adding a few new jacks.&amp;nbsp; I then finished puting all of the covers on the raceways I had installed, cleaned up the patch panel so that all of the cables were nice and bundled and organized, and cleaned up my mess - taking all of the old cabling out to the dumster, etc., and left around 9:30.&amp;nbsp; So here I am at home, showered and getting ready for bed, trying to figure out how in the hell tomorrow can be Monday . . . and not only Monday, a Monday where I have to be onsite with a client around 7 am to troubleshoot a printer issue so they can run payroll . . . &lt;/P&gt;
&lt;P&gt;Well, if nothing else, this weekend has reminded me of two things:&amp;nbsp; the value of family, and why we subcontract our wiring jobs&amp;nbsp; ;^)&amp;nbsp;&amp;nbsp; Oh yeah, and that I'm getting too damn old to be pulling all-nighters . . .&amp;nbsp;&amp;nbsp; :^)&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=76859" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category></item><item><title>The compromise of SBS . . . </title><link>http://msmvps.com/blogs/cgross/archive/2005/11/20/76097.aspx</link><pubDate>Mon, 21 Nov 2005 02:58:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:76097</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=76097</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=76097</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/11/20/76097.aspx#comments</comments><description>&lt;P&gt;I'm sure that most people here are aware that there are circles in the IT community where SBS is a punchline.&amp;nbsp; One of the most common assertations is that ISA on SBS is a security compromise.&amp;nbsp; So I figured it was time to address this head on.&lt;/P&gt;
&lt;P&gt;Is ISA on SBS a security compromise?&amp;nbsp; Completely - because the mere notion of a firewall on Windows is a security compromise at best . . .&amp;nbsp;we should all be running a&amp;nbsp;SonicWall or Cisco Pix if we really want security.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry, I couldn't resist a little jab &amp;nbsp;:^)&lt;/P&gt;
&lt;P&gt;Seriously - is ISA on SBS a compromise?&amp;nbsp; Absolutely - because SBS itself is a compromise.&amp;nbsp; Which is why it fits so well in the small business space, because each and every small business is a living, breathing example of compromise on a daily basis.&amp;nbsp; You can't truly appreciate or understand Small Business Server if you don't understand small business.&amp;nbsp; And you can't understand small business if you haven't experienced it.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I can't help but wonder if the people who look down on SBS with disdain have truly experienced small business.&amp;nbsp; Have they laid awake at night worrying about making payroll - knowing that their employees have families to feed and&amp;nbsp;mortgages to pay?&amp;nbsp; Do they realize that for many small businesses, money could be spent&amp;nbsp;in several different places - so that server upgrade often relates to not being able offer the raises or bonuses we'd like, or offering additional benefits.&amp;nbsp; We have to take care of our employees and our customers, but we also have to invest in our businesses to insure our long-term ability to take care of our employees and our customers.&amp;nbsp; We can't afford an imblanace either way - literally.&amp;nbsp; So each day is a compromise.&lt;/P&gt;
&lt;P&gt;Would I love to be able to follow 'best practices'?&amp;nbsp; Absolutely.&amp;nbsp; But look at the average small business with 25 users or less . . .&amp;nbsp; how would I be helping them by deploying a DC, a secondary DC, an&amp;nbsp;ISA server, a front-end Exchange box, a back-end Exchange box, a file &amp;amp; print server, a Sharepoint box and a LOB server?&amp;nbsp;&amp;nbsp;Not only would there be extensive cost at deploying that sort of solution, but&amp;nbsp;extensive cost&amp;nbsp;to maintain and administer that&amp;nbsp;set up.&lt;/P&gt;
&lt;P&gt;Let's face it -&amp;nbsp;SBS customers aren't shopping for ISA server any more than they're shopping for Exchange.&amp;nbsp; What they're looking for is a solution that let's the work smarter.&amp;nbsp;&amp;nbsp;Does the small business owner care about running ISA on their DC?&amp;nbsp;&amp;nbsp;Nope - not in the least.&amp;nbsp; The fact is that&amp;nbsp;it isn't&amp;nbsp;realistic to sell that client a separate ISA server - simply put, the costs outweigh the benefits.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is ISA on SBS a compromise?&amp;nbsp; Sure - it's a compromise between the benefits of the full product and great pricing&amp;nbsp;of an integrated bundle.&amp;nbsp; I will be the first one to admit that in a perfect world ISA would always run on its own dedicated box.&amp;nbsp; In the small business arena, that just isn't going to happen in an overwhelming number of cases.&amp;nbsp; So the question facing most small businesses isn't whether or not they should run a dedicated ISA box in addition to their SBS, but whether they should run ISA on SBS or stick with their $39 Linksys router.&lt;/P&gt;
&lt;P&gt;So what's the bigger security compromise and risk for the small business - running ISA on their SBS or sticking with a low-end nat-ing router?&amp;nbsp; Because down here in the trenches - that's the reality.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=76097" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/ISA/default.aspx">ISA</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Security/default.aspx">Security</category></item><item><title>SMBTN</title><link>http://msmvps.com/blogs/cgross/archive/2005/07/17/57904.aspx</link><pubDate>Sun, 17 Jul 2005 18:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:57904</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=57904</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=57904</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/07/17/57904.aspx#comments</comments><description>&lt;P&gt;So, it appears that everyone has survived the first SMBTN Summer Conference.&amp;nbsp; I've got to take my hat off to Roger, Jim and everyone else who put in tons of effort to pull this off.&lt;/P&gt;
&lt;P&gt;I thoroughly enjoyed the entire event - and the best part is being able to just sit down and visit with everyone else about what we're all doing, what we'd like to do better, and what sort of solutions we've done for our customers.&lt;/P&gt;
&lt;P&gt;Several people asked me about Sharepoint resources - so here's the two sites I enjoy the most:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.wssdemo.com"&gt;www.wssdemo.com&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.wssfaq.com"&gt;www.wssfaq.com&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Also - if you've got a specific quesiton, don't forget Google &amp;amp; Google Groups!&lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=57904" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>SBS SP1 + ISA 2004 = No DHCP?</title><link>http://msmvps.com/blogs/cgross/archive/2005/06/22/54567.aspx</link><pubDate>Wed, 22 Jun 2005 22:11:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:54567</guid><dc:creator>cgross</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=54567</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=54567</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/06/22/54567.aspx#comments</comments><description>&lt;P&gt;Last week, we were installing SBS SP1 for one of our SBS Premium customers.&amp;nbsp; Naturally, we upgraded their ISA 2000 to ISA 2004, which went very smoothly.&amp;nbsp; The only problem was that after the upgrade to ISA 2004 was complete, none of their workstations could pull an IP via DHCP.&amp;nbsp; We verified that the DHCP Server service was running, and tried restarting the DHCP Server service, as well as rebooting the server - both to no avail.&lt;/P&gt;
&lt;P&gt;Well, it turns out that this is at least partially my fault.&amp;nbsp; You see, when I set up ISA 2000, I never let ISA build the LAT table for me - I always manually specified the internal address range I wanted.&amp;nbsp; So for an SBS using the default IP of 192.168.16.2, I would specify a LAT of 192.168.16.1 to 192.168.16.254.&lt;/P&gt;
&lt;P&gt;ISA 2004 varies from ISA 2000 in that it firewalls all network interfaces, including the internal interface.&amp;nbsp; My DHCP problem was that DHCP requests happen via the broadcast address of .255 - since my LAT entry ended at .254 - ISA blocked the traffic, so the DHCP Server never received the client request, and the client thus was unable to pull an IP via DHCP.&lt;/P&gt;
&lt;P&gt;SO - if you encounter this problem, open your ISA Management console, and expand &amp;lt;servername&amp;gt; | Configuration | Network.&amp;nbsp; Select the Internal network, and edit it to include .255&amp;nbsp; &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=54567" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/ISA/default.aspx">ISA</category></item><item><title>SMB Technology Network</title><link>http://msmvps.com/blogs/cgross/archive/2005/06/12/52439.aspx</link><pubDate>Mon, 13 Jun 2005 04:50:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:52439</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=52439</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=52439</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/06/12/52439.aspx#comments</comments><description>&lt;P&gt;Susan has already &lt;A href="http://msmvps.com/bradley/archive/2005/06/10/52032.aspx"&gt;blogged&lt;/A&gt; about this - but I wanted to make a point of mentioning it as well.&amp;nbsp; In just about a month, I'll be in sunny southern California for the first ever SMB Technology Network Summer Conference!&amp;nbsp; I'm still preparing for it, but I think it's a safe bet that I'll be talking a lot about Sharepoint that weekend.&amp;nbsp; So, if you're interested - go ahead and &lt;A href="http://www.clicktoattend.com/invitation.aspx?code=103185"&gt;register&lt;/A&gt;, and I'll see you there!&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The&lt;B&gt; SMB Technology Network&amp;#174;&lt;/B&gt; has opened registration for its&lt;B&gt; &lt;/B&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Verdana color=#ff0000 size=2&gt;Summer Conference 2005&lt;/FONT&gt;&lt;/B&gt; &lt;FONT face=Verdana size=2&gt;to be held July 14-16, 2005 at Embassy Suites in Buena Park, CA. The goal of the event is to expose attendees to knowledge, products, and services that can either make them money or reduce their costs on Monday morning. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;To register, go to &lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://www.clicktoattend.com/?id=103185"&gt;&lt;B&gt;&lt;U&gt;&lt;FONT face=Verdana color=#0000ff size=2&gt;http://www.clicktoattend.com/?id=103185&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/B&gt; &lt;BR&gt;&lt;FONT face=Verdana size=2&gt;We have a number of terrific speakers lined up, including&lt;/FONT&gt; &lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Harry Brelsford&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Verdana size=2&gt;, noted author on SBS and SMB Consulting, presenting his 4-hour workshop on&lt;I&gt; "Building the SMB Franchise"&lt;/I&gt; (a $99 value).&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Susan Bradley&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Verdana size=2&gt;, SBS-MVP&lt;/FONT&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Chad Gross&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Verdana size=2&gt;, SBS-MVP&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We will also have a number of sponsors presenting and exhibiting, including:&lt;/FONT&gt; &lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Veritas&lt;/FONT&gt;&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;SonicWALL&lt;/FONT&gt;&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Level Platforms&lt;/FONT&gt;&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;AutoTask&lt;/FONT&gt;&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;&lt;I&gt;&lt;FONT face=Verdana size=2&gt;more to come...&lt;/FONT&gt;&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;B&gt;&lt;U&gt;&lt;FONT face=Verdana&gt;ACCOMODATIONS&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt; &lt;BR&gt;&lt;FONT face=Verdana size=2&gt;The Embassy Suites in Buena Park is located within walking distance of Knott's Berry Farm, Movieland Wax Museum, and Medieval Times. Disneyland is just a 15 minute drive. The hotel provides complimentary shuttle service to both Knotts Berry Farm and Disneyland. Embassy Suites is offering us their spacious, two room suites on a first-come, first-serve basis at a price of $129 per night. There are also many other hotels in the area, if you prefer to stay elsewhere.&lt;/FONT&gt;&lt;B&gt; &lt;FONT face=Verdana size=2&gt;For reservations, call 1-800-EMBASSY and ask for the "SMB Tech" rate.&lt;/FONT&gt;&lt;/B&gt; &lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;REGISTER TODAY!&lt;/FONT&gt;&lt;/B&gt;&lt;/U&gt; &lt;BR&gt;&lt;FONT face=Verdana size=2&gt;The cost for this three-day event which includes admission to all events, including Harry Brelsford's 4-hour&lt;/FONT&gt;&lt;I&gt; &lt;FONT face=Verdana size=2&gt;"Building the SMB Franchise"&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=Verdana size=2&gt; workshop on Thursday evening (valued at $99), presentations by Susan Bradley, Chad Gross and a host of SMB vendors, admission to the exhibitor area, complimentary breakfast and lunch on July 15th, as well as, breakfast on July 16th, is $179 for SMBTN members and $199 for non-members.&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;Members &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $179&lt;BR&gt;Non-members&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $199&lt;BR&gt;&lt;BR&gt;To register, go to &lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://www.clicktoattend.com/?id=103185"&gt;&lt;B&gt;&lt;/B&gt;&lt;B&gt;&lt;U&gt;&lt;FONT face=Verdana color=#0000ff size=2&gt;http://www.clicktoattend.com/?id=103185&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;&lt;B&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/B&gt; &lt;BR&gt;&lt;FONT face=Verdana size=2&gt;You will be billed by PayPal within 48 hours of registration.&lt;/FONT&gt; &lt;BR&gt;&lt;FONT face=Arial size=2&gt;Regards,&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Jim Locke&lt;/FONT&gt; &lt;BR&gt;&lt;B&gt;&lt;FONT face=Arial size=2&gt;SMB Technology Network&amp;#174; &lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=52439" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>From the mailbag: SBS, Print Servers and Error 61</title><link>http://msmvps.com/blogs/cgross/archive/2005/04/28/44978.aspx</link><pubDate>Fri, 29 Apr 2005 02:42:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:44978</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=44978</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=44978</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/04/28/44978.aspx#comments</comments><description>&lt;P&gt;So I get an email this afternoon from Mitch regarding a problem he's been fighting:&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&amp;#8220;I have a HP laserjet setup on the network. It is using a castele print&lt;BR&gt;server. It has an IP address and all the workstations have no problem&lt;BR&gt;printing to it. Added to each workstation as a local printer using the&lt;BR&gt;ip address. (added using generic card and ip address)&lt;BR&gt;&lt;BR&gt;SBS Server refuses to print to this printer. I can ping it, It will let&lt;BR&gt;me add the printer, and when i try to print to it it shows up in the&lt;BR&gt;print queue, but then times out with the stupid error 61 I have been&lt;BR&gt;reading about.&amp;#8220;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Well, I personally haven't seen this issue before.&amp;nbsp; As a pure shot in the dark, I suggested Mitch try disabling SMB Signing and see if that helped.&amp;nbsp; Well, I happened to get lucky as Mitch confirmed that disabling SMB Signing resolved the issue.&amp;nbsp; (And yes, that means that I have used my luck quota for this decade . . . so much for winning the lottery any time soon!)&amp;nbsp;&amp;nbsp; So if you see this - you should try disabling SMB Signing on your SBS and see if that helps.&amp;nbsp; You can get step by step instructions from the M&amp;amp;M's site: &lt;/P&gt;
&lt;P&gt;But Mitch's email raises another&amp;nbsp;question:&amp;nbsp; When you run across&amp;nbsp;a problem that just has to&amp;nbsp;stumped, where do you go for help?&amp;nbsp;&amp;nbsp;Blogs can contain several tech tidbits - but really aren't a good source of tech support . . . and as much as I enjoy helping SBSers, I really don't do email support.&amp;nbsp; Well, OK - I do . . . for my own customers&amp;nbsp;with service agreements . . .&amp;nbsp;so if&amp;nbsp;you want email support - just ping me and I'll fax over a contract for you to sign, and we can get started right after the check clears the bank &amp;nbsp;. . .&amp;nbsp; ;^)&lt;/P&gt;
&lt;P&gt;But seriously&amp;nbsp;- where do you find support for those tough,&amp;nbsp;and downright weird issues?&amp;nbsp; Well, in SBS land you have a plethora of choices . . .&amp;nbsp;&amp;nbsp;&amp;nbsp;For community resources, you have:&lt;/P&gt;
&lt;P&gt;Microsoft Public Newsgroups:&amp;nbsp; microsoft.public.windows.server.sbs&lt;BR&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.microsoft.com/windowsserver2003/sbs/community/newsgroup.mspx"&gt;http://www.microsoft.com/windowsserver2003/sbs/community/newsgroup.mspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Grey's SBS2k Yahoo! Group:&lt;BR&gt;&lt;A href="http://groups.yahoo.com/group/sbs2k/"&gt;http://groups.yahoo.com/group/sbs2k/&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Mariette &amp;amp; Marina's Smallbizserver.net forms:&amp;nbsp; (Registraiton required to access forums)&lt;BR&gt;&lt;A href="http://www.smallbizserver.net"&gt;http://www.smallbizserver.net&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Nick's SBS forum at Mark Minasi's site:&lt;BR&gt;&lt;A href="http://x220.minasi.com/forum/forum.asp?FORUM_ID=21"&gt;http://x220.minasi.com/forum/forum.asp?FORUM_ID=21&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;And don't forget that you always have official Microsoft support:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;For Microsoft Partners - visit the Partner Managed newsgroups for free Microsoft PSS support:&lt;BR&gt;&lt;A href="http://www.microsoft.com/partner"&gt;www.microsoft.com/partner&lt;/A&gt;&lt;BR&gt;Also - partners . . .&amp;nbsp; you are aware of Business Critical Phone Support, correct?&amp;nbsp; As a partner, you get a set number of Business Critical support incidents per year.&amp;nbsp; You have to sign in to the partner site and register with Business Critical support - but then you're good to go.&amp;nbsp; So if you have a client that has a problem that is impairing their ability to work (server down, etc.) - you can&amp;nbsp;call for Business Critical phone support - which is FREE . . . (but you have to be registered :^)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;If you find a Microsoft Knowledgebase article that indicates you need to contact PSS to obtain the hotfix, know that HOTFIXES are FREE . . .&amp;nbsp; yep - they won't even ask you for payment info.&amp;nbsp; Just follow the prompts when you call and one of your options will be '...to obtain a hotfix'&lt;BR&gt;&lt;A href="http://support.microsoft.com/contactus/?ws=mscom"&gt;http://support.microsoft.com/contactus/?ws=mscom&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;If you have a problem as a result of applying a Service Pack - contact PSS.&amp;nbsp; Just like hotfixes, SERVICE PACK support is FREE . . .&amp;nbsp; yep - free.&amp;nbsp; Just indicate when you call in that you are having a problem with Service Pack &amp;lt;whatever&amp;gt; and you'll be good to go.&lt;BR&gt;&lt;A href="http://support.microsoft.com/contactus/?ws=mscom"&gt;http://support.microsoft.com/contactus/?ws=mscom&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;And finally - if you've exhausted all other avenues and are still having problems, call PSS for paid support.&amp;nbsp; A lot of small businesses look at the $245 price tag&amp;nbsp; and grumble - but I've got to tell you, that is one of the most undervalued bargins around.&amp;nbsp; What does that $245 get you?&amp;nbsp; A solution - and nothing less.&amp;nbsp; No matter how many phone calls or emails it takes, no matter how many PSS engineers get involved, it doesn't matter - you *will* get the problem resolved.&amp;nbsp; &lt;BR&gt;&lt;A href="http://support.microsoft.com/contactus/?ws=mscom"&gt;http://support.microsoft.com/contactus/?ws=mscom&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;Luckily, I haven't had to contact PSS but 3 times in 4 years . . . the first was a bug with the SBS2000 Technology Guarantee media where&amp;nbsp;setup didn't like the CD Key.&amp;nbsp; Took two days and several dozen regenerated CD Keys before we found one it liked.&amp;nbsp; But that's what I get for being on the bleeding edge and moving from SBS4.5 to SBS2k the day after I got the media :^)&amp;nbsp;&amp;nbsp;&amp;nbsp; Second call was a Service Pack issue . . . applying SQL SP3a to an SBS2k box we acquired that was still at SQL GOLD . . .&amp;nbsp;&amp;nbsp; MDAC upgrade blew up (we later determined) and was causing all sorts of issues.&amp;nbsp; Spent&amp;nbsp;six hours with PSS on a Tuesday night working through that one.&amp;nbsp; Last call was just a few months ago.&amp;nbsp; Clean install of SBS2k3 that I was building in our shop.&amp;nbsp; Finished the install and was patching the box.&amp;nbsp; Applied the OWA gzip patch and Exchange SP1 and rebooted - and the box fell over - took an hour an a half to boot.&amp;nbsp; Discovered that booting into safe mode and disabling Exchange services let it boot normally.&amp;nbsp; That was another 6hr PSS call - working with two engineers no less&amp;nbsp;. . .&amp;nbsp; :^)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt;The point is that Microsoft PSS ROCKS!&amp;nbsp; They are by and far the best vendor support I have ever experienced - and IMHO they set the standard for what Product Support should be.&amp;nbsp; There's a lot of companies out there who charge less for support - but don't provide anywhere near the level of support that Microsoft does.&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=44978" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Community/default.aspx">Community</category></item><item><title>Sharepoint permissions on SBS</title><link>http://msmvps.com/blogs/cgross/archive/2005/04/14/42164.aspx</link><pubDate>Fri, 15 Apr 2005 04:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:42164</guid><dc:creator>cgross</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=42164</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=42164</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/04/14/42164.aspx#comments</comments><description>&lt;P&gt;Ok - I've gotten this question enough that it is definitely time to blog it:&lt;/P&gt;
&lt;P&gt;On SBS 2003, you grant your users specifc permissions within your companyweb site (let's say with Reader level access) - but you find that those users can still do anything they want with the site - add / edit / delete / design.&lt;/P&gt;
&lt;P&gt;Why?&lt;/P&gt;
&lt;P&gt;This is somewhat hidden - but by default, SBS adds the Domain PowerUsers security group as a member of the SharePoint Administrators security group - so if you used the Power User template when creating your users, they will automatically be Sharepoint admins regardless of the explicit permissions you grant within the companyweb site itself.&amp;nbsp; In order to correct this, open Active Directory Users &amp;amp; Computers, expand &amp;lt;your_domain&amp;gt; | My Business | Security Groups and open the Properties pages for the Sharepoint Administrators group.&amp;nbsp; On the Members tab, remove Domain Power Users and you should be good to go.&amp;nbsp; Note that none of your users will be able to access your companyweb site until you grant them permissions within the site.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=42164" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Using Windows Sharepoint Services as an Extranet</title><link>http://msmvps.com/blogs/cgross/archive/2005/04/02/40723.aspx</link><pubDate>Sun, 03 Apr 2005 04:24:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:40723</guid><dc:creator>cgross</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=40723</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=40723</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2005/04/02/40723.aspx#comments</comments><description>&lt;P&gt;Ok - so recently I've been asked several times about using Sharepoint Services as an extranet to securely exchange documents with customers and business partners.&amp;nbsp; The short answer is that this is very possible with Windows Sharepoint Services.&amp;nbsp; However, you must be familiar with the licensing considerations, and&amp;nbsp;how those apply to vanilla Windows Server&amp;nbsp;compared to Small Business Server&amp;nbsp;. . .&lt;/P&gt;
&lt;P&gt;First, Windows Sharepoint Services is a free add-on to Windows Server 2003 - and as such, access to WSS is bound by Windows Server licensing for the product it is installed on.&amp;nbsp; With vanilla Windows Server, we have two licensing modes -&amp;nbsp;Per Server and Per User / Device.&amp;nbsp; It is also important to note that while you can enable anonymous access to&amp;nbsp;WSS sites and bypass licensing considerations, for the purposes of enabling a secure extranet, we're assuming that anonymous access will not be enabled.&lt;/P&gt;
&lt;P&gt;With&amp;nbsp;Per Server mode, you are&amp;nbsp;using a concurrent licensing model - so you can have an unlimited number of users accessing&amp;nbsp;the server (and thus&amp;nbsp;any WSS sites) just as long as the maximum number of concurrent connections does not exceed&amp;nbsp;the number of installed CALs.&lt;/P&gt;
&lt;P&gt;With Per User / Per Device mode (formerly Per Seat mode), you must have a User or Device CAL for each unique User or Device that connects to the server.&amp;nbsp; Therefore, if you wanted 100 separate users to access the server (and thus any WSS sites), you would need 100 User CALs.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Now, for vanilla Windows Server, you can also purchase an External Connector - which allows for an unlimited number of external users to connect to your server (and thus any WSS sites).&amp;nbsp; Note that an external user is defined as &amp;#8220;a person who is not an employee, or similar personnel of the company or its affiliates, and is not someone to whom you provide hosted services using the server software" - so you would still require the necessary CALs for internal users.&lt;/P&gt;
&lt;P&gt;So - to use Windows Sharepoint Services as an extranet solution on vanilla Windows Server, the licensing structure that works best is dependant on the number of concurrent external connections that you are anticipating, as well as the licensing mode you're using for any other Windows servers in your domain.&amp;nbsp; For a stand-alone server,&amp;nbsp;you would probably be best served with a Per Server licensing mode and a smaller number of CALs - as you would only need to license the maximum number of concurrent connections (whether internal or external users).&amp;nbsp; For a domain member server where the rest of the domain is using a Per User / Per Device mode, it makes sense to use the same Per User / Per Device mode on the WSS server, since your users / devices are already licensed.&amp;nbsp; In this scenario, you would then need to purchase User CALs for each named external User.&amp;nbsp; Once an organization is looking at more than 40 external users, then the External Connector makes sense (as Windows CALs are ~ $50 each, and the External Connector is ~ $2k).&amp;nbsp; Again, the External Connector only licenses external users - so you would need CALs for internal users.&lt;/P&gt;
&lt;P&gt;Now, things get a little less flexible when we start to talk about Small Business Server.&amp;nbsp; First, remember that WSS is bound to the licensing mode / restrictions of the OS it's installed on.&amp;nbsp; Second - we all know that SBS is always in Per User / Per Device licensing mode - we can't do Per Server licensing with SBS.&amp;nbsp; As a result, we&amp;nbsp;have to provide a CAL for each named User or Device that is going to be accessing (authenticating with) our SBS domain (we can't use a concurrent connections model).&amp;nbsp; Third - there is no External Connector for SBS.&amp;nbsp; So what does this mean?&amp;nbsp; In simple terms, this means that if you want to use WSS on SBS&amp;nbsp;as a secure extranet, you need an SBS CAL for each external user.&amp;nbsp; And since SBS is limited to 75 CALs total - you're limited as to the number of external users who can access your WSS extranet (internal users + external users &amp;lt;= 75).&lt;/P&gt;
&lt;P&gt;Does this suck for SBSers?&amp;nbsp; Yeah - kinda.&amp;nbsp; Although it is important to note that this wasn't an intentional restriction.&amp;nbsp; Microsoft is aware of this restriction, and members of the SBS team have publicly stated* that they are going to correct this in future versions.&amp;nbsp; While they haven't provided specifics on how they are going to correct this - I'm guessing we'll either have an&amp;nbsp;updated&amp;nbsp;EULA that explicitly allows external authenticated connections to WSS sites, or the addition of an SBS External Connector sku.&lt;/P&gt;
&lt;P&gt;* Guy Haycock stated this during the Microsoft Partner Tour stop here in Omaha on 3/28&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=40723" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item></channel></rss>