Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Tag Archives: Exchange

Exporting priv1.ebd Exchange 2003 mailboxes manualy

Posted on 2012/04/16 by arno Posted in Microsoft

Asuming you have a backup copy of the Exchange 2003 ‘MDBDATA’ folder, you can extract the mailboxes to PST files using 3rd party software as described below
http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/49aaa2ae-fe6d-4d15-87a5-43714b31547f/

The manual way is to setup a exact installation of the Server 2003 Small Business Server for example in a virtual enviroment.
All the parameters like computer/domain-name/updates-servicepacks and ip-address must be the same.
Then stop all exchange services and move the old database folder (MDBDATA) to a temporary location.
Move your backup-copy of the MDBDATA to that folder and restart the services.

It could be that the database has a status:  “Dirty shutdown” (%exchange%\bin\eseutil.exe /mh priv1.edb)
the repair can also be done with eseutil (%exchange%\bin\eseutil.exe /p priv1.edb)

Exchange Microsoft

Server 2011 SBS Features

Posted on 2011/10/31 by arno Posted in Features
[ Features | Office | IE | ]
[ Windows | XP | 7 (seven) | 8 | 10 | ] - [ Server | 2003SBS | 2008SBS | 2011SBS | 2016 | WSUS ]

SBS 2011

SBS 2008 / SBS 2011 to virtualize or not to virtualize

Tools

Report Viewer 2008 SP1 Redistributable

SBS2008 | Windows Small Business Server (SBS) 2008 Best Practices Analyzer (BPA) (SBS2008)

SBS2008r2, SBS2011 | Windows Server Solutions Best Practices Analyzer 1.0


Servicepacks

Exchange 2010 sp3 | Description | Download | Exchange Team Blog


Hot & Fixes

Repair Windows Server Update Services
How to configure an authoritative time server in Windows Server
| Configuring-Windows-Time-Service | 2008 R2 sync time external source | Registry entries | w32tm /resync /rediscover
How to recreate SBSmonitoring database | other technet post | Script to run renames current database and creates a new one.
Disable SSL v3 | ServerFault | KB Plesk |


External sites

SBS 2011 – IV. Tweaking the Server

SBS 2011 Setup Guide v1.13.0


 

Windows 10

In a Server 2008 Network

 


 

Other links

Micrsoft Technet SBS Blog

http://blog.mpecsinc.ca/2010/12/sbs-2011-setup-guide-v100.html (recommended)

sbs 2003 to sbs 2011 migration

How to enable javascript in internet explorer


Getting Outlook to Autodiscover Office 365

While editing the Service Connection Point in Active Directory Sites and Services does work, it’s probably not the “approved” way to do things.

The support manager recommended that I instead use the Exchange Management Shell to entirely remove the Autodiscover Virtual Directory using Remove-AutodiscoverVirtualDirectory. Here’s how I did that:

1. Open an elevated command prompt and back up the IIS configuration (explained here):

%windir%\system32\inetsrv\appcmd.exe add backup "Before Removing Autodiscover"

2. Open an elevated Exchange Management Shell and retrieve the current autodiscover virtual directory:

>Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity

Copy the Identity value to the clipboard.

3. In the Exchange Management Shell, remove the autodiscover virtual directory:

Remove-AutodiscoverVirtualDirectory –Identity <identity value retrieved above>

Update December 4, 2014 Per a couple of comments, the identity string should be enclosed in quotation marks:

Remove-AutodiscoverVirtualDirectory –Identity "<identity value retrieved above>"

You will have to confirm by typing a “Y”.

4. Check that the autodiscover virtual directory is gone:

Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity

This should now return nothing.

5. Now, with Outlook running on a desktop, hold the Ctrl button, right-click on the Outlook icon in the system tray, and select Test E-mail AutoConfiguration. Enter your email address and password and click the Test button. The results should come from the Office 365 server.


 

Profilewizard

SBS and ProfWiz

http://www.forensit.com/comparison.html


SBS Exchange

Exchange Server Updates: build numbers and release dates

Enable relaying for local machines
How to forward mail to publicfolder
Understanding Transport Pipeline

Understanding Exchange Server Intelligent Message Filter

Exchange 2013 Storage Configuration Options

SBS 2011 Store.exe allocating too much memory despite cache adjustment
Limiting Exchange 2010 Cache Size

A Question of Quotas


SBS2011 Updates and WSUS

Update Services in SBS 2008 | Petri.co.il – BS 2011, updates, SBS console or WSUS? | Manage WSUS 3.0 SP2 Storage

SBS 2008 to “fix” managing WSUS after you have manually upset it

SBS 2011, updates, SBS console or WSUS?

Petri.co.il – SBS 2011 Updates, Console or WSUS? | Configuring WSUS Using the Windows SBS Console

SBS 2011 WSUS uninstall error 0x80070643

Microsoft social Windows Server | SBS2008 How To Manually Uninstall & Reinstall WSUS 3.0 |


Domain Functional level

What is the Impact of Upgrading the Domain or Forest Functional Level?

Understanding Active Directory Domain Services (AD DS) Functional Levels


SQL Databases Memory usage unlimited!?

http://blog.switchsystems.co.uk/2014/01/reducing-memory-usage-on-sbs-servers/

http://www.itquibbles.com/sql-sbsmonitoring-high-disk-usage/

http://www.bursky.net/index.php/2013/03/managing-iis-server-memory-usage/

http://www.tachytelic.net/2014/05/hige-memory-usage-sbs-2011-caused-sql-server-databases-datacollectorsvc-exe/

http://koppihle3.blogspot.nl/2012/08/sbs2011-limiting-sql-memory-for-wsus.html


Discovered features

Outlook unexpectedly prompts for smart card authentication

source: http://support.microsoft.com/kb/2704959

NOTE: The following steps are for IIS 7. The steps for earlier versions of IIS are very similar.

  1. In Internet Information Services (IIS) Manager on your Microsoft Exchange Server, select the Autodiscover virtual directory.
  2. In the middle panel, double-click SSL Settings.
  3. Enable the Require SSLcheck box.
  4. Under Client certificates, select Ignore.
  5. In the Actions pane, click Apply.
  6. Repeat steps 1 through 5 for the EWS virtual directory.

…

Issues

Dcom errors

http://support.microsoft.com/kb/899965

http://technet.microsoft.com/en-us/library/cc726313(v=ws.10).aspx

http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/dcom-error-10016-cannot-change-permissions-in/dfdb4fa6-c867-4af1-b650-3a188d26d36b

http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx

http://ct-miramar.com/blog/2011/08/01/do-not-grant-local-activation-permission-for-the-com-server-application-with-clsid-90dcab7f-347c-4bfc-b543-540326305fbe/

Volume shadow copy and backup system stops working

Potential issues after installing SharePoint Foundation 2010 SP1

Windows SBS 2011 – Known Post Installation Event Log Errors and Warnings

* Run – Sharepoint 2010 Products Configuration Wizard
* Review the “issues after installing SharePoint Foundation 2010 SP1”

You Must Manually Run PSCONFIG after Installing SharePoint 2010 Patches

Volume Shadow Copy Service error: Failed resolving account spsearch with status 1376.

Event ID: 8230 Source: VSS
– Problem was resolved by reconfiguring Sharepoint 2010. Go to start, Sharepoint 2010 and launch the Sharepoint 2010 Products Configuration. Follow the steps and all works fine again.
– Navigate to the registry key  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl export the file just in case
then remove the offending account domainname\username. Just leave the NT Authority\Network Service account.

Petri.co.il – SBS2011 VSS warning 8230 spsearch error. No backup!

–

SBS 2011 : Installation Issues

How do i resolve Event ID: 8230 Source VSS with SBS 2011?

VSS writer warnings

Database could not be accessed – Event 3760 (SharePoint 2010 Products)

Event ID Errors: 6398, 6482, and 6641 for Share Point

Small Business Server 2011 Sharepoint Foundation Event ID 70

SBS 2011 – SharePoint Foundation Event ID 6398 – Access Denied Every 30 Minutes

Backup Failing Small Business Server 2011

Shutdown Event Manager

Sharepoint KB2580174 alerts

Event ID 10016, DistributedCOM: The application-specific permission settings do not grant Local Activation permission for the COM Server application (2)

Google Searches

* https://www.google.com/search?q=sharepoint+foundation+3760+error
* https://www.google.com/search?q=vss+errpr+8230
* https://www.google.com/search?q=sharepoint+foundation+search+error+70
* https://www.google.com/search?q=vss+errpr+8230+spfarm+status+1376
* https://www.google.com/search?q=The+application-specific+permission+settings+do+not+grant+Local+Activation+permission+for+the+COM+Server+application+spfarm

WDS Service

ProxyDHCP error 4011 – http://trycatch.be/blogs/roggenk/archive/2010/06/28/proxydhcp-no-reply-to-request-on-port-4011-in-wds-windows-deployment-services.aspx
clear last PXE advertisement – http://www.windows-noob.com/forums/index.php?/topic/669-how-to-get-rid-of-abortpxe-com/
http://www.nedersoft.nl/index.php/tips-a-trucks/13-pxe/25-proxydhcp-no-reply-to-request-on-port-4011

SBS not showing users in the SBS Console or POP3 Connector

http://tc-itservices.com/microsoft/sbs-not-showing-users-in-the-sbs-console-or-pop3-connector/

1. Open Active Directory, Click View and then Advanced Features
3. Open up the user and go to the Attribute Editor tab, 4. Find msSBSCreationState and change the value to Created

 


GPO Tweaks

How to enable Group Policy Preferences support for IE9

Disable Power Option restrictions

GPO – Computer-configuration – Policies – Admin Templates – System – Power Management – Sleep settings > Specify the System Sleep Timeout [Disabled]


Usefull setup information

POP3connector

Understanding the POP3 Connector
Bugging 10mb pop3 recieve limit

“you have to increase the message size also on FAX receive connector.”

Get-TransportConfig | ft MaxSendSize, MaxReceiveSize
Get-ReceiveConnector | ft name, MaxMessageSize
Get-SendConnector | ft name, MaxMessageSize
Get-mailbox | ft Name, MaxSendSize, MaxReceiveSize

Set-TransportConfig –MaxSendSize 20MB –MaxReceiveSize 20MB
Set-ReceiveConnector “Windows SBS Internet Receive Servername” –MaxMessageSize 20MB
Set-SendConnector “Windows SBS Internet Send Servername” –MaxMessageSize 20MB
Set-Mailbox “test” –MaxSendSize 10MB –MaxReceiveSize 10MB

SBS 2008: Introducing the POP3 Connector
How Do I Change Message Size Limits in SBS 2008/2011 Standard?
Changing Pop3 Connector message size in Small Business Server 2008


Bump

Read Receipt to distribution list – does not work

User cannot access the \\Contoso\Users … folder due to acces rights, \\192.168.1.1\Users … is accessable.
Delete the local/roaming user profile and relogon the user.


SSD Harddrives

http://technet.microsoft.com/en-us/library/ee832792.aspx
http://www.anandtech.com/show/3690/the-impact-of-spare-area-on-sandforce-more-capacity-at-no-performance-loss
https://wiki.archlinux.org/index.php/Solid_State_Drives
https://wiki.archlinux.org/index.php/SSD_Benchmarking

Changing Pop3 Connector message size in Small Business Server 2008


SSL Certificates

Technet – Managing Certificates

Managing Certificates

Installing a GoDaddy Standard SSL Certificate on SBS 2008

Active Directory Certificate Services Step-by-Step Guide

Create your own Self-signed SSL Certs Exchange 2007/2010

SBS 2011 Renew cert from commandline


Personal folders

Do not name the personal folder as an email address it will be added ta an automatic addressbook and it mixup the folder-emailaddress/personal foldername.


L2TP nat traversal

source: microsoft KB926179 | http://forums.anandtech.com/showthread.php?t=2086128

Ran in to this setting one of these up for a client. The reasoning behind why this solution is necessary sucks, but the solution is relatively easy.

Microsoft decided that after Windows XP SP2 (that includes Vista and 7), they were going to require VPN servers to be public-facing. Basically, they turned off the native NAT-T (NAT traversal) that had existed in these versions of Windows’ VPN software. Their justification is that VPNs should be perimiter-based. The justification is sound, but removing the capability to easily set it up otherwise is kind of shitty.

Anyway, there’s a registry key you need to create. It’s in a different place in Windows XP than in Windows Vista and 7. Here’s both locations:

In Windows XP:
HKLM\System\CurrentControlSet\services\IPSec
Create DWORD named AssumeUDPEncapsulationContextOnSendRule and set value to 2
Reboot system.

In Windows Vista/7:
HKLM\System\CurrentControlSet\services\PolicyAgent
Create DWORD named AssumeUDPEncapsulationContextOnSendRule and set value to 2
Reboot system

You’ll need to do this on every client you want to connect to this VPN.

Note: This is only the case for L2TP IPSec VPNs. The HTTPS VPNs and PPTP VPNs do not have this requirement.


Services

Eventlog error messages

Event 10016 may be logged in the System log on a computer that is running Windows XP Professional x64 Edition

PDFCreator as a Service

 source: http://outputredirection.blogspot.nl/p/running-pdfcreator-as-service-on-server.html

PDFCreator is a great tool for users you just need to quickly convert a document into pdf format.
Getting it to run properly as a service on Windows Server 2008 proves to be a bit of trouble.

Install PDFCreator in ‘Server installation’ mode.  With version 0.98 I found that if data execution prevention is enabled,
PDFCreator needs to be added to the exception list (DEP hides a little bit under Control Panel – System – Advanced system settings – Advanced – Data Execution Prevention).
However, with version 1.0 and moving forward, I have found that this is not true which makes our setup easier!

Next we need to get srvany.exe from the Windows Server 2003 Resource Kit.  I decided to put it in \Program Files\oldResourceKitTools.
This article explains how to use instsrv.exe to setup a custom service that uses srvany.exe to run what we want.
Trouble is “instsrv.exe” doesn’t work very well on Server 2008.  Thankfully we can use “sc.exe” to create the service in a similar way.

However, before we create the service we have to decide what credentials to have the service run as.
Depending on your environment running as the local system (the default) may be sufficient.
If PDFCreator will need to save files anywhere other than the local system we’ll  need to
choose either Network Service, or create a domain user for the service.
As I like to be able to control specific permissions I created a new domain user: “svc-pdfcreator”, with a strong password.

Armed with that information we can now create the service with the sc command:

C:\> sc create pdfcreator start= auto binPath= "C:\Program Files\oldResourceKitTools\srvany.exe" DisplayName= "PDFCreator" obj= DOMAIN\User password= password

We can double check that the service was created successfully by using sc query:

C:\>sc query pdfcreator
SERVICE_NAME: pdfcreator
TYPE               : 10  WIN32_OWN_PROCESS
STATE              : 1  STOPPED
WIN32_EXIT_CODE    : 0  (0x0)
SERVICE_EXIT_CODE  : 0  (0x0)
CHECKPOINT         : 0x0
WAIT_HINT          : 0x0

Now we need to follow the registry editing instructions from KB137890 :

  1. Run Registry Editor (Regedt32.exe) and locate the following
    subkey: “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<My Service>”
  2. From the Edit menu, click Add Key.
    Type the following and click OK:Key Name: Parameters
    Class :<leave blank>
  3. Select the Parameters key.
  4. From the Edit menu, click Add Value.
    Type the following and click OK:Value Name: Application
    Data Type : REG_SZ
    String : “<path>\<application.ext>where <path>\<application.ext>”
    is the drive and full path to the application executable including the extension (i.e., C:\WinNT\Notepad.exe)
  5. Close Registry Editor.

Almost done setting up the service.  With version 0.98 I found that it was necessary to run PDFCreator.exe and PDFSpool.exe in “Server 2003 SP1” compatibility mode.
Once again, this appears to have been resolved with version 1.0+, so we don’t have to worry about compatibility settings!
But if you’re using a version prior to 1.0, go to the compatibility tab on the properties of each executable and
check “Run this program in compatibility mode for:” and select “Windows Server 2003 (Service Pack 1)”.

That’s it!  Test the service either by running “net start pdfcreator” or from the services mmc snap-in.  If all goes well it should start successfully.

This setup works well for the auto-save in PDFCreator, as we can setup the auto-save directory to be:
\\domain\staff\<REDMON_USER>\Documents\PDFCreator\

You may have to get creative with the auto-save path if your userdata paths aren’t uniform across the users that have access to the PDFCreator printer.
We could probably solve the issue by setting up a shared folder like:
\\server\PDFCreatorAutoSave\<REDMON_USER>

Wherever you decide to have PDFCreator save its output, make sure that the account the service runs as
has permissions to create and modify files and your users have at least read access.


Renew a self-signed SSL Certificate in SBS 2008 or SBS2011

sbs200x-renew-certificate-1

If you have an expired SSL Certificate, you would want to renew it.

This is done in the “SBS Console” with the “Fix My Network Wizard (FNCW)”.

Running it will bring up potential network issues.

Note that it will always find some but you need to ignore them
and take care of the certificate only.

When the wizard displays it results. Select only “Self-issued certificate is expired”, de-select the other issues.

sbs200x-renew-certificate-2

http://blog.the-it-blog.co.uk/2013/01/25/re-issuing-a-self-signed-certificate-for-exchange-sbs/

OWA Cert

To get the certificate in the SBS console to match the OWA certificate > I ran the Add a trusted certificate wizard > select I want to use a certificate that is already installed on the server > selected the newly created self-issued certificate.  Now if I View Certificate Properties in the SBS console it matches the OWA certificate.

Create cert package from webpage

To update the install package SBSCertificate.cer file > on non-domain joined system > run IE as administrator > open OWA site > import cert into IE > in IE options > content tab > certificates > find certificate and export as SBSCertificate.cer > save into Certificate Distribution Package folder after renaming the old cer file.


Hotfixes

Mapped Drive Connection to Network Share May Be Lost | net config server /autodisconnect:-1


Back-up

wbadmin start backup -backupTarget:\\backuplocation\backupdirectory -allCritical -quiet -vssFull -systemState


 

Virtualisation

VMware option: (Edit settings, Options, General, Contiguration Parameters) SMBIOS.reflectHost=TRUE

 


HP ILO Reset admin password

HP Proliant ILO configuration and password recovery

LDAP Addresbook

http://social.technet.microsoft.com/Forums/en-US/0ee97f40-abe3-49ff-9598-134f2de19a71/allow-copier-to-pull-address-book-thru-ldap-sbs2011

EOF

Exchange Microsoft

Exchange 2007 (64bit) export mailbox

Posted on 2011/10/03 by arno Posted in Microsoft

Exporting mailboxes can only done via 32-bit management software, sinds the server is 64-bit that would not work (again!)

Identify current running service pack

Exchange Server Build numbers and release dates.

Get-ExchangeServer | fl name,edition,admindisplayversion

Download the exchange 2007 servicepack.

Export mailbox – Outlook 2010

Exchange Microsoft

Server 2003 SBS Features

Posted on 2011/07/12 by arno Posted in Features
[ Features | Office | IE | ]
[ Windows | XP | 7 (seven) | 8 | 10 | ] - [ Server | 2003SBS | 2008SBS | 2011SBS | 2016 | WSUS ]

End of Support

http://msmvps.com/blogs/steveb/archive/2010/01/11/microsoft-product-support-lifecycle-for-sbs-2003.aspx

Tweaks

Manual set the mailbox limits per user using adsiedit

Server 2003 SBS Certificates change or renew

http://technet.microsoft.com/en-us/library/cc949119%28WS.10%29.aspx

http://davidschrag.com/schlog/326/replacing-an-sbss-expired-ssl-certificate-with-a-brand-new-one-for-the-same-host-name
http://blogs.technet.com/b/sbs/archive/2007/08/21/how-to-install-a-public-3rd-party-ssl-certificate-on-iis-on-sbs-2003.aspx
http://davidschrag.com/schlog/407/renewing-a-self-signed-certificate-in-sbs-2003

http://www.netometer.com/video/tutorials/exchange-2007-renew-Self-Signed-ssl-certificate/
http://www.petri.co.il/forums/showthread.php?t=2054
http://www.petri.co.il/windows_2003_domain_rename.htm
http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate.html
http://www.msexchange.org/tutorials/SSL_Enabling_OWA_2003.html

Server 2003 Windows 7 Administrative templates (GPO)

http://www.petri.co.il/forums/showthread.php?t=41220

http://technet.microsoft.com/en-us/library/cc719863(WS.10).aspx

http://certcollection.org/forum/topic/15531-how-to-deploy-windows-7-in-your-sbs-2003-network/

http://support.microsoft.com/kb/816662

http://technet.microsoft.com/en-us/library/cc719863(WS.10).aspx

http://smallbusiness.support.microsoft.com/en-us/kb/926505

Outlook https-over-rpc

http://social.technet.microsoft.com/Forums/en-US/exchangesvrgeneral/thread/73456d6f-2d68-4dc1-834f-a94606553fe3
http://support.microsoft.com/kb/833401
http://www.sonoracomm.com/support/18-support/153-outlook-http

The security certificate is not from a trusted certifying authority

Exchange Microsoft

Links – Exchange 2007 / Small business server

Posted on 2011/06/09 by arno Posted in Links, Microsoft

View / increased rules limit

sources: Microsoft.com – social.technet , MSexchange.org – managing-limits-exchange-2010 , MSexchange.org – managing-inbox-rules-exchange-2010

exchange shell – Set-Mailbox

Exchange

Certificates

source : Let wel op, wildcard certificaten worden door Windows Mobile weer niet ondersteund.
Als je Exchange 2007 wil gebruiken heb je een apart certificaat nodig, wat slechts enkele leveranciers nog maar hebben.
Zie knowledgebase artikel 929395 van Microsoft voor meer informatie.

 

Active directory operation failed error 0x31

Remove passwords from the password management system in windows
RUN:> control userpasswords2
<control panel> – <user accounts>²ce – [Manage your network passwords] (At the left in Tasks)

Forward email to external address

How to forward mail to an external email address

Send on behalf of

http://social.technet.microsoft.com/forums/en-US/exchangesvradmin/thread/64302af1-f4f6-4e6b-8226-2e5aaf01d9b8/

TEMP

http://social.technet.microsoft.com/Forums/en-US/exchangesvrgeneral/thread/383d130e-869f-4fce-9502-8b340904b0ba

A Crash Course in Unified Communications

Exchange Microsoft

Deploying Windows Small Business Server 2008

Posted on 2010/09/13 by arno Posted in Microsoft

Requirements

Requirements for primary server
Processor 64-bit only, 2GHz minimum, maximum of 4 physical sockets (no limit on the number of cores)
Memory 4GB RAM minimum.
32GB RAM maximum.
OS Drive Partition 60GB minimum.
DVD-ROM Bootable from system BIOS
Network Adapter 1 x 100Mbps Ethernet adapteber
Monitor / video adapter Minimum 1024×768
Network devices Router that supports IPv4 NAT
Internet Connection Required
Firewall External firewall required

Requirements for second server (if you’re running SBS2008 Premium Edition)
Processor 2GHz (can be x86 OR x64)
Memory 2GB RAM minimum.
32GB RAM maximum.
OS Partition 10GB minimum.
40GB recommended.

To enable backup, you need minimum of 1 external drive (this must be a separate physical disk from any of the disks holding any of the SBS components / data).

Installation planning, and creating the Answer File

Microsoft provides a Windows Small Business Server 2008 Installation Worksheet.

The new Answer File Tools allows you to streamline the installation, and make your installations consistent. Allows options for whether to do installation attended or unattended, time zone, ewhether to install OneCare for Server and ForeFront for Exchange, fully qualified internal domain name, network settings, root certification authority name, etc. To run, Insert SBS2008 DVD1 on Windows XP or Vista and run SBSAfg.exe.

When you are MIGRATING to SBS2008, you MUST use the Answer File Tool. The tool will guide you through the process.

You can use the Answer File while doing either an OEM or Manual install. Simply load unattended.xml file onto a USB Key.

Clients must be on Windows XP Business SP2 (or higher) or Windows Vista Business / Ultimate.

Preparing the network

When you are ready to deploy, configure your network such that your router/firewall is configured as 192.168.x.1, and that your SBS2008 machine is configured as 192.168.x.2.

The “Connect to the Internet” wizard will look for a router at 192.168.x.1 and 192.168.x.254. If it finds the router, it verifies NAT functionality to make sure it can connect to the Internet. Then it configures DHCP on SBS, and requests the router to turn off DHCP. The resulting DHCP on SBS2008 is configured to be almost identical to the DHCP scope that was configured on the router.

If SBS2008 cannot automatically configure your router, you must (1) disable DHCP on your router, and (2) forward the following ports to 19.168.x.2:

* SMTP – TCP 25
* HTTP – TCP 80
* HTTPS – TCP 443
* HTTPS for SharePoint – TCP 987
* VPN – TCP 1723
* Note that port 4125 is NO LONGER NEEDED, as terminal services now goes through TS Gateway, which transfers traffic across port 443

Windows SBS installation will fail if the following conditions exist:

* The computer doesn’t have a NIC
* There is no link light
* The computer is not connected to a local router
* The computer is connected directly to the Internet and getting an Internet address instead of a local address

Windows SBS Installation – After the first phase (baseline setup) is complete

The first step that you are prompted for is to confirm that the date, time, and timezone are correct (important for server migrations).

Next, you are prompted to go online and get any critical updates. This includes any updates that they put out to improve the installation process, as well as any security or performance related patches.

The next thing that runs is the networking discovery, which will attempt to connect out through the router, try to auto-configure the network, etc. If it can’t configure the router (or if you haven’t forwarded the ports yourself), it won’t go out and get the latest updates.

Next screens prompt for information about the business (name, address, etc), the server name and internal domain name (if running with an answer file, it also prompts you for FQDN, which lets you specify an extension other than .local), and network administrator name / username / password.

You are then prompted for whether you want to install Windows Live OneCare for Server and/or Microsoft Forefront Security for Exchange Server. Both of these are 120-day trial versions.

All information you entered is then confirmed, as the server name and internal domain name cannot be changed after the installation is complete. This is not shown if you are using an unattended answer file.

Installation is then performed, and if all is successful you receive a “Successful installation” screen.

Sometimes there may be minor issues, which will be reported in an “Installation Issues” window. Each issue has a help topic associated with it to walk you through resolving the issue.

Connect to the Internet Wizard (CTIW)

Detects the presence of a DHCP server and requests that you turn it off.

Detects existing routers.

Configures the network.

Detects and Internet connection.

Internet Address Management Wizard

Launch Partners: GoDaddy, Register.com, eNomCentral.

Allows you to purchase a domain name and automatically configure DNS with the appropriate records. Keeps those records up to date over time. Also manages Dynamic DNS for your environment (if necessary) and will update your IP address at the registrar. Configures mail.domain.com, www.domain.com, and remote.domain.com.

Automatically configures: Outlook Anywehre, Exchange, Remote Web Workplace, Mobile Device connectivity, Certificates.

Configure Internet Mail Wizard

Can configure your mail to go out through a smart host, which is useful if you are on a dynamic IP address, so your email is not flagged as spam.

Move Data Wizards

By default, everything gets installed onto Drive 0. You can then move the data onto a different drive after installation. Microsoft recommends separating application and user data from the system drive, using the storage migration tools that are available after setup. RAID 1 recommended for system drive, and RAID 1 or RAID 5 for user data drive.

Backup and Storage page, Storage tab provides information about all of the drives, available space, etc.

There are a series of tasks on the right side of the screen that allow you to move the Microsoft Exchange Server data, Windows SharePoint Services data, Users’ shared data, User’s redirected documents, and Windows Update Repository data.

The interface prompts you to back up your data before it does any data moving.

source: John R. Pattison Deploying Windows Small Business Server 2008

Exchange Microsoft

Server 2008 SBS, Exchange 2007 – Pop3 connecor, message size limit

Posted on 2010/09/09 by arno Posted in Microsoft

SBS 2008: Introducing the POP3 Connector
MS Exchange.org – Exchange 2007 Articles, Management & Administration
Managing Receive Connectors (Part 1)
Managing Receive Connectors (Part 2)
Configure the server to retrieve POP3 e-mail

Exchange KB Links Microsoft Server 2008

Exchange 2010 Installation on Server 2008 R2 Enterprise

Posted on 2010/03/03 by arno Posted in Uncategorized

Install Exchange 2010 Readiness checks

Service “Net. Tcp Port Sharing Service” set to automatic.
Install Server Roles:
– Application Server
– Web Server + IIS6 compatibility

Post-Install

Finalize Deployment Tasks – (link)
End-to-end Scenario Tasks – (link)
Additional Post-Installation Tasks – (link)

Exchange Microsoft
  • Login
  • Mother of all Portals
  • .Handy .Handig
  • Links – wikis – wikies

Archives

  • June 2022
  • October 2021
  • June 2021
  • September 2016
  • April 2016
  • March 2016
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
CyberChimps ©2025