-
Need to Pass 70-653
Posted on November 20th, 2009 No comments
So you have been looking at the new requirements from MS and realize you need to take and pass 70-653. Don’t panic my friend Bea the queen of IT Training, a.k.a. Beatrice Mulzer has just finished her MCTS EXAM 70-653 Primer, Configuring Windows Small Business Server 2008. This is not only the definitive guide to passing 70-653 but it also includes over 200 practice tests on the included CD as well as a 15% discount voucher to take your test. This self-paced training kit won Remond Magazines Best of the Best Award for Best Exam Preparation Product. Do yourself a favor and hop on over to your favorite bookstore and grab a copy, or get it from Amazon HERE.
-
2 Chances to Win a Free Pass for SMB Nation
Posted on September 13th, 2009 No commentsThat’s right, if you have been thinking about going to SMB Nation 2009 but needed that little something to push you over the edge here it is.
Both GFI and Calyptix have purchased Full Passes to SMB Nation’s Fall Conference and they are both holding contests to give them away.
Here is the link to the details for the GFI Contest on the Talk Tech To Me Blog, http://www.gfi.com/blog/enter-win-999-free-smb-nation-pass-oct-2nd-4th-las-vegas/
Here is the link to the details for the Calyptix contest (which also includes travel) http://www.calyptix.com/reg-smbnation2009fall-landing.php
I recommend entering both! A little quick math, this conference usually draws around 750 people, if you figure there are as many that want to go as there are that do go, that means you have a 2 in 750 chance of winning. Now I am not a satiation but that sure seems like good odds to me :>)
Good Luck I hope you win so I will get to see you there,
HA -
SMB Nation Early Bird Rate to Expire Monday
Posted on August 28th, 2009 No commentsHi Gang,
Just a friendly reminder that the EARLY BIRD RATE for the SMB Nation Fall Conference expires this Monday (August 31st).
Also Harry is hosting another fall conference preview Webinar next week:
“Your Community Confab – SMB Nation Fall 2009!”
Wednesday, September 2, 2009, 11:00 AM – 12:00 PM PDTRegistration link https://www1.gotomeeting.com/register/187223512
Hope to see you at the conference, look for me around the GFI booth, “Hangin with MAX”
Have a Great Weekend,
HA -
Attention Enterprise Geeks
Posted on August 22nd, 2009 1 commentHello Geeks of the Enterprise World, I know a number of you are looking at our space and salivating.
Please do yourself’s and us a huge favor and check OUT THIS POST before you come into our sandbox to play :>)
Thank You
-
Win7 XP Mode with Domain Credentials
Posted on June 28th, 2009 1 commentMy friend Grey Lancaster one of the original SBS-MVP’s who has since moved on to WHS as their first MVP, sent me a link to this video on XP Mode and said everything he had seen used a local user account and he wanted to be able to use domain credentials, so I installed it on my Win7 RC box on my SBS 2008 network and dug into it.
It turns out you can use domain credentials. Here are the steps I used.
Open the settings for the XP VM and delete the cashed credentials.
Start the XP Virtual Machine
Right Click on My Computer and select Properties
On the computer name tab, click the change button
Join the computer to the domain and reboot it
Now when it starts logon with DomainName\UserNameYou will find that even the folder redirection works if you had that enabled for your domain.
And yes the integration features work also, although it took one more reboot before they showed up.I highly recommend you install and become familiar with XP Mode in Win7 it is a really cool feature!
-
Connection Through Remote Web Workplace or RDP Fails
Posted on June 28th, 2009 No commentsSeems more and more folks are bumping into the problem of not being able to connect to their computers at work through Remote Web Workplace (a feature of SBS) or through the regular RDP client. Well struggle no longer. Susan has gather up all the tips you should need to fix these issues and posted them in one handy place called FixMyRWW.
Thankx Susan!
-
SBS migration guidance, click through simulator and checklist
Posted on June 26th, 2009 No commentsJust got this note and though I would share it with you, be sure to check out the links to the updated docs!
(this is the MS migration path, not Jeff’s)Earlier this week we released the SBS migration checklist on to the download center. This checklist helps partners follow the steps needed to migrate customers from SBS 2003 to SBS 2008 and is based on PSS details, additional research into migration, and feedback from yourselves. Please use it with the document “Migrating to Windows Small Business Server 2008 from Windows Small Business Server 2003” also found on the Download Center.
I want to thank several of our MVPs for supporting this with their real world feedback on this doc
Eric Neale, Susan Bradley and Wayne Small – a big thank you for taking the time to support this effort.
Family, can I ask that you take the time to have a look at this doc, and we’d love your support to get the word out there on this checklist.
Also don’t forget to check out the migration click through as well.
Have a great weekend. Cheers, Nick
Nick King
Product Manager | Windows Server Solutions Group
-
Best of Both Worlds ShadowProtect and SBS backup
Posted on June 3rd, 2009 2 commentsWell I am a belt and suspenders kind of guy deep down inside. So I have been a bit annyoed that I had to choose between ShadowProtect and SBS Backup. If you read KB838183 it will explain the problem. Well today is the day I said enough (ok so it was really last year, I am recreating this from scraps). So I put together a few scripts and files to ge the job done.
All 4 of these files should live in C:\DHC\Exch or you can modify them to go where ever you wish.
The first one will be saved as DisableExchVSS.cmd
Open notepad and paste the text between the dotted lines into the file
If you use MS CRM remove the “REM” comment from the 2 CRM lines———————————————
Rem Batch File to turn Exchnage VSS Writer off
C:
cd C:\DHC\Exchreg import ExchIS-Disable.reg
REM net stop “Microsoft CRM-Exchange E-Mail Router Service”
net stop “Microsoft Exchange Information Store”
net start “Microsoft Exchange Information Store”
REM net start “Microsoft CRM-Exchange E-Mail Router Service”
———————————————
The second one will be saved as EnableExchVSS.cmd
Open notepad and paste the text between the dotted lines into the file
If you use MS CRM remove the “REM” comment from the 2 CRM lines———————————————
Rem Batch File to turn Exchnage VSS Writer on
C:
cd C:\DHC\Exchreg import ExchIS-enable.reg
REM net stop “Microsoft CRM-Exchange E-Mail Router Service”
net stop “Microsoft Exchange Information Store”
net start “Microsoft Exchange Information Store”
REM net start “Microsoft CRM-Exchange E-Mail Router Service”
———————————————
The third one will be saved as ExchIS-disable.reg
Open notepad and paste the text between the dotted lines into the file
Note the line that starts [HKEY_ may wrap but should be all one line in your file,
all the way to dword:00000001---------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem]
“Disable Exchange Writer”=dword:00000001———————————————
The fourth will be saved as ExchIS-enable.reg
Open notepad and paste the text between the dotted lines into the file
Note the line that starts [HKEY_ may wrap but should be all one line in your file,
all the way to dword:00000000---------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem]
“Disable Exchange Writer”=dword:00000000———————————————
Now all you need to do is schedule these files to run before and after the ShadowProtect backup.
Before the SP backup runs you need to run our EnableExchVSS.cmd
After the SP backup runs you need to run our DisableExchVSS.cmd
When I originally wrote this, you needed to do it with task scheduler found in the accessory menu of Windows, but StorageCraft now offers the ability to run commands before and after their process. So use their scheduler to do this.
Start the Backup Wizard in SP and when you get to the Options Screen
Click the Advanced button
Click Advanced Button
And on the next page
Click on the Commands tab
Then fill in the fields to tell it to run our scripts
Give it a few minutes to make sure the store has time to dismount and mount
Fill in the fields to run our scripts
That’s all there is to it and you too can have the best of both worlds.
Remember HA’s Motto, You can never have too many backups :>)
-
Aaron catches up with HA at SMB Nation Spring 2009
Posted on May 6th, 2009 No commentsAaron from VARvid had a good time gathering video clips of folks at the SMB Nation Spring 2009 conference. He even managed to grab a quick interview with yours truly :>)
You can see his ORIGINAL POST on his site
Ok before y’all jump on me, yes I know it was not called SBS back then. It was called “Microsoft Back Office Small Business Server” but I have to tell you, when that 120mm camera lens is starring ya in the face, your mind goes blank. This explains why guys standing infront of a firing squad, when asked if they have any last request always ask for something stupid like a cigarette or a blindfold. If they were thinking straight, they would ask for a 1/2 inch thick steel plate :>)
-
The Elevator Speech Perfected
Posted on May 5th, 2009 No commentsAt SMB Nation’s Spring conference this year, Aaron Booker from VARvid was trying to capture folks off guard to get some spontaneous comments. Watch as he tries to catch Patti of SMB Nation in the elevator and how she hits one over the wall with 3 short sentenances. Way to go Patti, a perfect close. Harry this gal deserves a raise! The rest of you go pratice your elevator speech, you never know when or where Aaron may pop up next :>)



Here you will find issues relating to the SMB Market, Running an IT Business, as well as SBS Specifically and my newest business venture as a MarketAmerica Distributor (www.MAbusinessCoach.com), The Triad SBS Group, and some handy How To Aricles as well as random thoughts I stumble across.