Moving DHCP from Windows Server 2003 to Windows Server 2008
Friday, July 16th, 2010Microsoft Support KB article on moving your DHCP scope(s) using netsh - link
Microsoft Support KB article on moving your DHCP scope(s) using netsh - link
Trying to backup Exchange 2010 and purge transaction logs using the built-in Windows Server Backup app (Windows 2008).
- Backup completes but with warnings and log files won’t purge
-Found that the backup will run successful only if database files and the transaction log files on the same volume
Moved the transaction logs files via the EMC to the save volume as the databases and got past the consistency check failure issue, and got a good backup w/flushed logs.
When running WSUS on a Small Business Server, the default location is the C:\ drive, when that drive gets full you need to move the content and the SQL database. Below are the steps to move the SQL database to another location.
1. Open command prompt and type: net stop “update services”
2. Next, at the command promt type: net stop w3svc (if it is SBS 2008 it will also stop the Terminal Services Gateway, remember to restart)
3. Open Microsoft SQL Express Management Studio (if you don’t have this, go to http://tinyurl.com/ynl9tv to download) and connect to the MICROSOFT##SSEE database, which is the WSUS database and the SharePoint databases in SBS 2008. You can’t just connect to the database normally, you need to type this in server name area: \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query

4. Detach the SUSDB database, move the SUSDB folder to the new location and attach the database again with Management Studio
5. Restart the services: “update services”, “w3svc”, and “Terminal Services Gateway”
While going through a vulnerability scan for PCI compliancy, the report noted that IIS 7 on a Small Business Server 2008 was still using SSL v2.0 instead of SSL 3.0 or TLS 1.0. To disable SSL v2.0:
IIS negotiates the encryption with the client browser. An attacker could use a tool that tells the server it has only sslv2 (which is weaker) available. If you disable sslv2 it only uses v3 or tls, as requested by browser. A browser only supporting sslv2 would fail.
This applies to Windows Server 2003, and Windows Server 2008, and both versions of SBS.
http://support.microsoft.com/default.aspx?scid=kb;en-us;187498
I ran into an issue with a Hyper-V server with 6 NIC’s, some of the NIC’s in Network and Sharing center were being categorized as ‘unidentified network’ and giving the public designation. I could change it to private, but every reboot it would revert back. The issue with public network was that network discovery and file sharing was turned off, so even the NIC that was joined to the domain had little connectivity. Below fixed the issue.
You can change the security setting so that the network is not made public in the first place.
To do this on your local server or Vista/Windows 7 desktop , follow these steps:
1. Start –> run –> MMC –> press enter
2. In MMC console , from menu file select Add/Remove Snap-in
3. Select Group Policy Object editor –> Press Add –> select Local computer –> press OK –>press OK
4. Open Computer configration –>Windows Settings –>Security Settings –>select Network list manager policies
on the right Side you will see options for :
double click –>Unidentified networks
Then you can select the option to consider the Unidentified networks as private and if user can change the
location
SharePoint Services is a versatile technology included with Microsoft Windows Server 2008 that enables organizations of all sizes to increase the efficiency of business processes and improve team productivity. With tools for collaboration that help people stay connected across organizational and geographic boundaries, Windows SharePoint Services gives people access to documents and information they need.

Chief among the advantages of Windows SharePoint Services:
Built on Microsoft Windows Server 2008, Windows SharePoint Services also provides a foundation platform for building Web-based business applications that can flex and scale easily to meet the changing and growing needs of your business. With a familiar, Web-based interface and close integration with everyday tools including the Microsoft Office system, Windows SharePoint Services is easy to use and can be deployed rapidly. Users can create workspaces and then publish, store, share, and keep track of information, workflow, and documents.
Windows SharePoint Services helps teams stay connected and productive by providing easy access to the people, documents, and information they need to make more informed decisions and get the job done. Enhancements in Windows SharePoint Services 3.0 make it easier than ever to share documents, track tasks, use e-mail efficiently and effectively, and share ideas and information.
Contact KTS today for additional details on how your business can benefit from Windows SharePoint Services!
See the rest of our latest newsletter here.
You may have trouble sending mail to certain domains while using Exchange Server 2007 on Windows Server 2008. The Queue Viewer displays the following status error for the domain in question:
“451 4.4.0 primary target IP address responded with “421.4.4.2 unable to connect.”attempted failover to alternate host, but that did not succeed.Either there are no alternate hosts, or delivery failed to all alternate hosts.”
This problem occurs because routers do not support the TCP autotuning settings in Windows Server 2008.
To disable autotuning, follow these steps:
Run CMD as Administrator
At the command prompt, type the following command, and then press ENTER:
netsh interface tcp set global autotuninglevel=disabled
This command disables the Receive Window Auto-Tuning feature.
Exit the Command Prompt window.
Restart the computer.