Archive for sbs2008
06.03.09
Posted in OS, sbs2008 at 12:58 pm by webmaster
This is a collection of links that describe Microsoft’s information on AntiVirus scanning in the SBS2008 era.
For Windows 2008, DNS, DHCP
Virus scanning recommendations for computers that are running Windows Server 2008, Windows Server 2003, Windows 2000, Windows XP, or Windows Vista
http://support.microsoft.com/?id=822158
For Exchange 2007
File-Level Antivirus Scanning on Exchange 2007
http://technet.microsoft.com/en-us/library/bb332342.aspx
For SQL 2005
Guidelines for choosing antivirus software to run on the computers that are running SQL Server
http://support.microsoft.com/kb/309422
For SharePoint 3.0
Microsoft’s Position on Antivirus Solutions for Microsoft SharePoint Portal Server
http://support.microsoft.com/kb/322941
For IIS 7 server, exclude the following folders:
- %systemroot%\system32\inetsrv folder
- Files that have the .log extension
Antivirus software may cause IIS to stop unexpectedly
http://support.microsoft.com/kb/821749
For WSUS Server
Drive:\MSSQL$WSUS
Drive:\WSUS
(where Drive: is the drive letter where you installed Windows Software Update Services)
Permalink
Comments off
06.02.09
Posted in OS, sbs2008 at 5:58 pm by webmaster
At all my Backup Exec 10D and above installs on SBS 2003 I am now creating two separate backup jobs to work around the issue of a compatibility problem when backuping up Exchange and System State at the same time.
-
The first backup job with AOFO which backs up everything but exchange
-
The second backup job without the AOFO on scheduled 30 minutes later, set to append to the tape that backs up Exchange
Note the following version is the most recent version of BackupExec available both released may 15, 2009:
BEWS_12.5.2213A_32BIT_VERSION.zip 12.5.2213A 557,764,568
BEWS_12.5.2213A_64BIT_VERSION.zip 12.5.2213A 597,707,883
Symatec article on the issue.
Consult the Administrators Guide and all the Best Practices Guides for all of the gory details. I found the Advanced Open File Option Best Practice Guide especially helpfull.
Permalink
Comments off
06.01.09
Posted in OS, sbs2008 at 7:30 pm by webmaster
There are many applications that call for having the ability to have users share information in Sharepoint both internally and externally to organizations. It is very easy to setup this ability within Small Business Server 2008 and to provide isolation from the rest of the network resources as well. (The same concept can also be done in SBS2003 but it is done a bit differently)
The first step is to ensure you are currently licensed for the number of users you are going to be using.
The second step is create your users and to tweak them so they do not have access to your other resources:
-
Create new user using SBS Console
-
Users and Groups
-
Add a new User
-
First name
-
Last name
-
Username
-
Email Address (I add an external contact and forward later on)
-
Standard User
-
Type Strong Password
-
Add User
-
Do not allocate a computer just click finish
-
Edit Account Properties
-
Highlight User
-
Edit User Account Properties
-
Remove “Disable User can access RWW” on Remote Access menu
-
Groups
-
Remove “Sharepoint Membership Group” on Groups menu
-
Remove OWA from websites menu
The third step is to create a new Sharepoint site with unique permissions.
-
Login as Administrator
-
Navigate to companyweb in browser
-
Create a new Sharepoint Site with limited rights
- Companyweb –> Site Actions –> Create
- Sites and Workspace
- Name mysite
-
Description Mysite Description
-
URL https://remote.DN:987/mysite
-
Document Workspace
-
Permissions Use Unique Permmisions
-
Nav No
-
Yes
-
Nav inheritance No
- I prefer to create a seperate visitors groups so the site can be totally independant of all other sites/settings
- Visitors Mysite Visitors
- Members MysiteMembers
- Owners MysiteOwners
- Access the site https://remote.DN:987/mysite
That should do it.
Permalink
Comments off
05.20.09
Posted in OS, SAV, sbs2008 at 10:05 pm by webmaster
There have been issues reported issues with SEP 11MR4 MP1 and prior. The issue definately affects SBS2008 (64 bit) when you deploy Network Threat Protection.
Network Threat Protection is the firewall part of the Symantec suite. I always deploy with the Microsft Windows firewall anyway because of the benefits of configuration via group policy so I have never seen the issue.
SEP 11 MR4 MP2 became available in North America on May 19, 2009.
Permalink
Comments off
05.05.09
Posted in OS, Exchange, sbs2008 at 11:07 am by webmaster
The default configuration of SBS 2008, will by default reject email based on the SCL rating of a particular email.
One option is to turn Content Filtering Off and use a cloud based email filtering engine.
Another option is to tune the Content Filter settings so that it will throw potential junk email into a Junk Mail folder in Outlook. You can still reject the more obvious Junk Mail. There is also a SBS Blog post on this topic. If you are like me though, you want to know what (if any) mail is rejected. Exchange 2007 has a log file that logs what the Content Filter does with a mail message (not limited to the content filter).
You can peruse the log file located at %programfiles%\Microsoft\Exchange Server\TransportRoles\Logs\AgentLog to see why a message was rejected.
Kudos to the Microsoft Managed Newsgroup team for pointing this out. Now it would be cool to find the time to write a custom alert for this one.
Permalink
Comments off
05.02.09
Posted in OS, sbs2008 at 11:28 pm by webmaster
Not sure why Microsoft was unable not fix the 10016 errors in the event log as we saw this very early in the beta.
To fix this perform the following steps (It’s a DCom issue):
- Administrative Tools –> Component Services
- Expand Component Services –> Computers –> My Computer –> DCOM Config
- Find the IIS WAMREG Admin Service
- Right click –> Properties –> Security tab
- Launch and Activation Permissions –> Edit
- Add the Network Service user
- Add Local Activation rights
- OK
- OK
- Close Component Services
- Reboot Server
Permalink
Comments off
07.29.08
Posted in OS, SBS2003, Exchange, sbs2008 at 9:16 pm by webmaster
Sometimes you want to perform a migration where you want to manually migrate the mail - in a semi-automatic fashion. Exmerge is a tool that can be employed to do just that.
Because the domain administrator has explicit deny permissions set by default which restricts the domain administrator from accessing the users mailboxes to perform either exports or imports, additional steps must be used to perform this taks
Preparing a User Account to use Exmerge
Here is a method that I employed to allow Create a user account
- Create a regular user account (exmergeusr)
- Create a regular security group (exmergegrp)
- Add the exmergeusr to exmergegrp
- Add the exmerge user account to the local administrators group
There is also a way to enable the security tab of the exchange system manager so you can disable the explcit deny permissions for the domain administrator (temporarily) http://www.computerperformance.co.uk/Registry/registry_hacks_exchange.htm
Now you are all ready to start using Exmerge.
Preparing to use Exmerge
- download exmerge
- unzip
- copy C:\Program Files\Exchsrvr\bin\exchmem.dll to exmerge folder http://support.microsoft.com/kb/297362
- Check destination disk space (for export) is 1.5 times store size
- Create pst folder to hold the pst files you will be exporting
- Run Exmerge to export to pst files on the source server
- Repeat the above procedure on the destination server to import from pst files on the destination server
Using Exmerge
Running Exmerge goes something like this
- run exmerge
next
- select 2 step
- select 1 for export 2 for import
- MSE server name SERVERNAME
- dc SERVERNAME
- Options –> Data first 2
- Options –> Import Merge (second option)
- Select mbox, select English locale
- select the destination for pst files if exporting or the source of pst files for importing
For SBS2008 these methods may work http://www.exchangeinbox.com/article.aspx?i=88
Permalink
Comments off
07.22.08
Posted in OS, sbs2008 at 5:11 pm by webmaster
To obtain the version of SBS2008 that you are running perform one of the following:
- Look at the properties of the following file on DVD1
- Setup.exe
- Look at the properties of the following file on an already installed system
- c:\program files\windows small business server\bin\sbssetup.exe
Permalink
Comments off
05.29.08
Posted in OS, sbs2008 at 12:38 am by webmaster
Install Small Business Server 2008
You are now about 90 minutes away from having an install of Small Business Server RC0. If you have not yet followed the prepatory Part 1 please do so before attempting the install. Follow the procedure below.
-
Turn on power switch 0 seconds
-
Insert SBS2008 DVD 1 in drive tray
-
Press any key to boot from dvd 30 seconds
-
Windows is loading files 45
-
progress bar 1:30
-
gray screen 2:00
-
gray screen with “Please wait” 5:20
-
Language screen 8:30
(Note I have note deviated from the settings below because of various bugs that have existed prior to RC0 even though I live in Canada . These issues may or may not now be fixed.)
-
Language English
-
Time and currency English US
-
Keyboard US
-
(Defaults – Next)
-
Install Now
-
Type your product key for activation
-
TYPE YOUR PRODUCT ID HERE
-
check auto activate 9:30
-
EULA – I accept 9:45
-
Where do you want to install Windows 10:00
-
Custom Advanced
-
Recommend creating at least two partitions one for system and one for data under Drive options
-
Disk 0 Partition 1 - > 100 GBytes
-
Disk 0 Partition 2 Whatever is left > 100 GBytes
-
Format both partitions
-
This step is now optional (driver now included with SBS2k8 - earlier builds did not have this driver)
-
Insert USB stick with drivers
-
Load Driver
-
Browse
-
Select Drive with Sata drivers
-
Removable Disk –> IDE –> WinVista64 –> SataRaid
-
Select
-
Raid Controller
-
Next
-
Remove usb 11:00
-
Next
-
Installing Windows 12:00
-
Copying Files 12:00
-
Expanding Files 13:00
-
Installing Features
-
Installing Updates
-
Completing Install
-
Gray Screen, Reboot, Please wait
-
Completing Installation 33:00
-
Preparing your desktop
-
Continue Installation 35:00
-
Verify the clock settings 35:00
-
Go online and get the most recent installation updates 36:00
-
Company Information 40:00
-
Business Name
-
Street Address
-
City
-
State/Province
-
Zip/Postal Code
-
Country
-
Personalize your Server and network 41:00
-
Server Name srv
-
Domain Name dmn
-
Network Administrator Account 42:00
-
First
-
Last
-
Account Name
-
Strong Password
-
Summary, Finish
-
Expanding and installing Files 44:00
-
Logging Off 46:00
-
Applying Computer Settings 47:00
-
Preparing Your Desktop 48:00
-
Expanding and Installing Files 49:00
-
Stopping Services 1:03:00
-
Shutting Down
-
Expanding and installing files 1:03:00
-
Configuring Updates (2 of 3) 1:08:00
-
Stopping services 1:14:00
-
Applying Computer Settings
-
Configuring Updates (3 of 3) 1:18:00
-
Applying User Settings
-
Successful Installation 1:19:00
-
Start Using The Server 1:20:00
-
Read and check the “Using the Windows SBS console”
-
Connect To The Internet (preconfigured router) 1:20:00
-
Next
-
Verify Network IP Addresses
-
Verify Router IP 192.168.1.1
-
Verify Server IP 192.168.1.2
-
Select Next
-
Select Finish
-
Customer Feedback Options 1:22:00
-
Join CEIP
-
Set Up Your Internet Address 1:23:00
-
I already have a domain name that I want to use
-
I want to manage the domain myself
-
sbs2k8.com, configure
-
finish
-
Configure a Smart Host for Internet Mail 1:25:00
-
Next
-
Smart Host Server Information Smart Host FQDN
-
Next
-
Finish
-
Add a trusted Certificate
-
Next
-
I want to use the certificate that is already installed on this computer
-
Finish
Your server is now operational. There are other tasks that should be performed as post installation tasks.
Permalink
Comments off
05.27.08
Posted in OS, sbs2008 at 12:27 pm by webmaster
Cougar RC0 Kickstart
This is an attempt at providing a simple walk-through that allows IT Professionals and others up to speed and running Cougar a.k.a. Windows Small Business Server 2008 in a test environment.
I will focus on providing the necessary information required to obtain real hardware, configuring that hardware, obtaining the software, planning the installation and completing it. I will focus on the the simplest installation I can to get you up and running so you can become familiar with this new product. This installation will focus on Windows Small Business Edition Standard Edition Release Candidate 0 (RC0).
Now for the obligatory disclaimer. I am providing this a guide as to what worked for me. Please don’t try to run this in a production environment and as with anything else purchase items and follow procedures at your own risk. This is not necessarily the only way to install nor is it necessarily the best way but it is a documented way that I have found works well.
In order to be able to complete this walk-through you should have a thorough understanding of networking, and server topics in general. Sorry to those who like screenshots I simply don’t have the time to make them. I hope you find this helpful.
Thanks also to all those who helped me along the way!
Overview
We will be performing the following tasks:
- Peruse RC0 resources
- Planning
- Obtain Materials
- Preconfigure Router
- Preconfigure Public DNS
- Preconfigure Testbox
- Install Small Business Server (Separate Post)
- Post Installation Tasks (Separate Post)
Peruse RC0 Resources
Peruse the following resources:
Microsoft Small Business Server 2008 Documentation
There is also a newsgroup available to beta participants: microsoft.connect.windows.server.sbs08
Planning
You will need some information along the way. Here is a list of what you will need. Please note FQDN refers to your fully qualified external domain name like microsoft.com.
- Product Key
- Network Information
WAN Information
- Static IP
- Subnet Mask
- Gateway
- DNS Servers
- An A Record entry in your external DNS pointing to the static IP address of your server with the keyword remote prepended to it. remote.FQDN as in remote.microsoft.com)
- MX Record
- Lan Information
- IP
- Subnet Mask
- Gateway
- Company Information
- Business Name
- Street Address
- City
- State/Province
- Zip/Postal Code
- Country
- Server and internal domain information
- Server Name
- Domain Name
- Network Administrator Account information
- First Name
- Last Name
- Account Name
- Strong Password
- Public DNS domain name
- Smart Host Fully Qualified Domain Name
Obtain Materials
- Obtain Hardware (~ $500 Canadian new)
- ASUS M2NPV-VM
- AMD 64 X2 4600+ (You may want a faster processor as this does not quite meet the hardware requirements)
- 4 GBytes System RAM (I installed 8 GBytes but 4 works)
- 200 GBytes SATA drive
- SATA DVD drive
- Linksys WRT54GL running DD_WRT firmware (Linksys firmware works as well. I like the flexibility of DD_WRT
- Download and burn the first DVD of Small Business Server 2008 Standard Edition RC0 (Build 6001)
- Obtain and note Product Key
- Obtain the following Bios for the testbox 1(201) (earlier versions prior to 901 did not work.) http://dlsvr01.asus.com/pub/ASUS/mb/socketAM2/M2NPV-VM/1201.zip
- Obtain 64 bit Driver Package and place on usb stick. There are reports that this is not required anymore but I have always installed the raid drivers.
Preconfigure Router
- Pre-configure the hardware router with a 24 bit subnet mask with an address of 192.168.2.1 with the standard port redirects. Also disable DHCP on the router. Note it is picky about the LAN subnet you use so be careful. Note I do not use UPnP. Below is a checklist of things that should be done
- Configure WAN interface
- Configure LAN interface
- IP 192.168.2.1
- Subnet Mask 255.255.255.0
- Disable DHCP
- Open the following Ports by port forwarding them to 192.168.2.2
- 25 SMTP
- 443 HTTPS
- 987 HTTPS (Sharepoint/Companyweb)
- 3389 RDP (Optional)
Preconfigure public DNS
You really need a static IP address to use the full functionality of Small Business Server. Note the required A record of remote.FQDN. (For example it would be “remote.microsoft.com)
- Ensure you have a A record for remote.FQDN
- Create an MX record for your mail system pointing to the static IP address of your server.
Preconfigure TestBox
- Upgrade bios of Motherboard to 1201 (otherwise crashes on install)
Using the ASUS bios updater located in the bios this was very easy DELETE –> Tools –> ASUS EZ Flash 2 (Install 1201.bin on a USB stick)
- I connected the SATA hard drive to raid 1 and the SATA DVD drive to raid 2
- Enable raid in bios
- Use Del key to get into the bios and configure drives for raid
- Advanced –> Onboard Device Configuration –> NVRAID Configuration
- Raid Enable (Enabled)
- Sata 1 (Enabled)
- You may also want to ensure AMD Virtualization is enabled Advanced –> CPU Configuration –> AMD Virtualization (Enabled)
- Use F10 key on powerup to configure raid and make bootable (and select striping)
Your ready to begin installing. If you have accomplished all of the above you are only about 90 minutes away from using Small Business Server 2008.
PART 2 Installing
Permalink
Comments off