- A single group mailbox can now have members who all have access to the mail in a single public folder. Think:
info@domain.com
- All IIS sites are back inside the default website again.
- SharePoint Disaster recovery can be done regardless of whether the Active directory matchers. BUT THE DATABASE IS NOT TIED TO WINDOWS INTERNAL DATABASE ANYMORE either!
- 10GB database size limit on SQL 2008 R2 (SharePoint). This will be a call generator and SQL RBS may need to be used. Max usage is 1GB of RAM and MAX processor is 1.
- SharePoint disaster recovery method unveiled by MICROSOFT trainer in SBS 7 class. It is in the SharePoint DOC I sent everyone.
- There is a registry edit you can make on the source server to make migration of an unhealthy server possible (disable health checks). It was the source of 60% of migration failures.
- OWA 2010 will allow drag and drop attachments with Silverlight.
- Exchange 2010 supports iCAL integration (like Google calendaring)
- Reinstalling CAS role is much simpler in SBS 7 than in the past.
- A backup can be mounted now
a. Mount a VSS snapshot backup
b. ntdsutil
c. mount snapshot <name>
- WBADMIN to start windows backup
- Bind an existing certificate to the default web site
- SBS 2011 will not allow access to the remote gateway directly. Leverages Remote Desktop Gateway (TCP port 443). It is hidden to prevent misconfiguration.
a. Go to features and install the remote web service (even though it it already installed)
b. dism /online/ enable-feature:gateway-UI
c. dism /online/ enable-DISABLE:gateway-UI
- How to create a file of any size you want for testing:
- 32-Bit hosting is becoming a call generator as may 3rd party apps – install 32 bit directory in IIS – thereby breaking 64 bit browsing completely. Here is the workaround from Microsoft:
Adventure Works needs to migrate their custom website to SBS 2011. This website only runs on 32-bit application pools. To complete this task:
1. Create a new website on port 80, using a host header of “32bit”
2. Create a new app-pool for this website that is 32-bit.
3. Create a “hello world” default.aspx.
4. Make sure you can browse both the normal SBS sites and the new site.
Edit the Global Modules section of C:\Windows\System32\inetsrv\configAp plicationH ost.Config :
Original:
<add name="kerbauth" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll" />
Modified:
<add name="kerbauth" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll" preCondition="bitness64" />
Admin Command prompt:
- Requires 120 GB Hard drive
- Swing Migration not possible (like in the past). The name cannot be re-used
- There is a check box to stop the default downloading of Service packs for WSUS
- You can now recreate the OWA virtual Directorys in a simpler way.
a. ResetCasService.ps1 script
b. Exports are saved in Program Files\Microsoft\Exchange Server\V14 as a txt file
<CASFQDN_<VDIR>_log.txt
c. It is a right-click operation in the GUI
- Disable loopback checking is defaulted to 1 in SBS 2011. Ever get the browser works everywhere but the server? Here is your answer.
http://support.microsoft.com/kb/8968 61
- SBS 2010 will not support a 2003 outlook client by default.
- MICROSOFT SAYS ISINTEG IS USELESS!!!!! DON’T USE IT!
- 2007 Database wizard is going away! They are going back to the old isinteg
- MailboxRepairRequest is the new way to request mailbox maintenance
- New-PublicFolderDatabaseR
epairReque st is for public folders.
- Public folders are staying and they look to be permanent now.
- There is now a PST folder for Exchange 2010 SP1 ! (You don’t need Outlook anymore to backup)
a. New-MailboxExportRequest
b. Set-MailboxExportRequest
c. Remove-MailboxExportRequest
d. Suspend-MailboxExportRequest
e. Resume-MailboxExportRequest
f. Get-MailboxExportRequest
g. Get-MailboxExportRequestStatistics
h. MailboxRestoreRequest or Restore-MailBox
- SBS Monitoring database (2008) getting too large has been fixed in SBS 2011
a. The new logs are only kept for 30 days. The link below fixes the 2008 SBS issue.
b. http://blogs.technet.com/b/sbs/archi ve/2009/07 /14/sbs-20 08- console -may-take- too-long-t o-display- alerts-and -security- statuses-d isplay-not -available -or-crash. aspx
- SBS Gadgets are removed from the GPO in SBS 2011.
- Gadgets are configurable in RWW C:\Program Files\Windows Small Business Server\Bin\WebApp\RemoteAc
cess\Custo mization\P roduct\cus tom.xml
- You can adjust which computers you can see in RWW by:
HKLM\Software\Microsoft\SmallBusines sServer\Bu sinessProd uctivity
- SharePoint on SBS 2011 is SharePoint foundation. AND IS SET UP IN FARM MODE
Subject: Autodiscover info
This article has the registry keys to change the Outlook autodiscover behavior.
http://support.microsoft.c
Here are the values (all DWORD values, all defaults are zero):
HKCU\Software\[Policies\]M
ExcludeScpLookup
ExcludeHttpsRootDomain
ExcludeHttpsAutoDiscoverDo
ExcludeHttpRedirect ExcludeSrvRecord
For example, to exclude autodiscover.domain.com you would set
ExcludeHttpsAutoDiscoverDo
by: demazter on 2010-11-29 at 03:39:25ID: 21633
It seems to talk about SBS2010, SBS2011 and SBS 7, the correct name is SBS2011 there is no SBS7 or SBS2011.
A lot of the information seems to be misguided or incorrect.
-> SBS2008 DOES support Outlook 2003, I have clients running it quite happily. And I have not had to make any changes.
-> MICROSOFT SAYS ISINTEG IS USELESS!!!!! DON’T USE IT! - Where have you got this information from? ISINTEG is used to check the integrity of the database after performing a hard repair. it's an essential task.
-> There is no command called MailboxRepairRequest the correct command is: New-MailboxRepairRequest and this is used to correct mailbox and/or database corruption.
-> Public folders are staying and they look to be permanent now - No they are not, Microsoft wants this sort of functionality to be moved to SharePoint. Whilst public folders are there in Exchange 2010 (which is what is included in SBS2011) they are not guaranteeing that it will be supported in the future.
-> There is now a PST folder for Exchange 2010 SP1 - There is? Where? Are you refering to the online archive? This IS NOT a PST file. It is an ordinary database within the Exchange structure that allows for a second mailbox (archive mailbox) to be attached to a user. This is only available using OWA or Outlook 2010 for the time being, there is a Service Pack that is supposed to add functionality to Outlook 2007 but that isn't available yet.
demazter