Archive Mailbox In Exchange 2010… Article re-printed from howexchangeworks.com Archive Mailbox is one of the many welcoming features in Exchange 2010 Server. This feature solves issues related to PST files which gives headache for any exchange admins. Let me explain how archive mailbox feature will address the existing problems. There is no company which doesn’t [...]
READ MORE »Exchange 2010 Database HTML Email Report
Article from MS Technet PowerShell ##################################################################################### # Exchange 2010 Mailbox Database HTML Email Report # Author: Thiyagu14 # Date Jan 28th 2010 # Script gathers below information # 1. Server currently hosting the Database. # 2. Database Size # 3. Database file path # 4. Number of users in the Database. # 5. Amount of Whitespace # 6. Top Mailbox in the Database and the size of it. # 7. Last Backup time and days since last backup. # ################################################################################### # It then generates HTML Files for this. # You can setup Threshold in the script,below are the items which can have threshold # 1. Number of Mailboxes # 2. Database Size # 3. How old a Backup can be # 4. Top Mailbox Size # If any one of the above threshold is reached the configured threshold. # It will be marked as red in the HTML. ##################################################################################### Remove-Item C:\Users\thiyagu\Documents\DBReport.htm New-Item -ItemType file -Path C:\Users\ADMIN\Documents -Name dbreport.htm $mailboxCountThreshold = 30 $dbSizeThreshold = 10GB $backupThreshold = 1 $mbxSizeThreshold = 30MB $fileName = ”DBReport.htm” Function writeHtmlHeader { param($fileName) $date = ( Get-Date ).ToString(‘yyyy/MM/dd’) Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ’myExchangeWorld.COM Database Report’ Add-Content $fileName ” Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”myExchangeWorld.COM Database Report - $date” Add-Content $fileName ”" Add-Content $fileName ”" Add-Content $fileName ”" [...]
READ MORE »Configure an SSL Certificate for Exchange Server 2010
Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols. When you install a new Exchange server is comes pre-configured with a self-signed certificate. Before putting a new server into production you should create and assign a new SSL cert for the server. In this example [...]
READ MORE »Upgrade Exchange 2003 to Exchange 2010 Part 1
Microsoft released Exchange Server 2010 in October 2009, and this new version of Exchange Server contains a lot of compelling new features such as the new High Availability, the facility to store your Exchange databases on JBOD (Just a Bunch of Disks), the archiving option and the new Outlook Web App. Oh, and do not forget the [...]
READ MORE »Upgrade Exchange 2003 to Exchange 2010 Part 2
Offline Address Book generation Changing the Offline Address Book generation isn’t the most difficult part of a migration. Logon to the new Exchange 2010 Server and open the Exchange Management Console. In the navigation pane, navigate to the Organization Configuration and select the Mailbox option. In the results pane, select the Offline Address Book tab. [...]
READ MORE »How To Resolve Windows Backup Failure Related to installing SharePoint Foundation 2010 SP1
Problem: Windows Backup is Failing After installing SharePoint Foundation 2010 SP1 Update Resolution: Install SharePoint Foundation 2010 Patch Link to Article : http://blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-after-installing-sharepoint-foundation-2010-sp1.aspx TechNet Blogs > The Official SBS Blog > Potential issues after installing SharePoint Foundation 2010 SP1 Potential issues after installing SharePoint Foundation 2010 SP1 SBS Bloggers 6 Jul 2011 12:31 PM 0 [Today’s post comes to us [...]
READ MORE »Exchange Database Repair via Eseutil
The real job of an exchange administrator is to maintain high availability when it comes to a messaging environment. Below mentioned processes are not done on a day to day basis, but understanding how the process works is mandatory for every exchange administrator. A step by step walk-through of procedure to be followed when exchange [...]
READ MORE »Purging WSUS Updates Storage Folder
Problem: After reviewing disk space allocation you find WSUS using large portion of the hard drive to store windows update files. Running WSUS cleanup located within WSUS control console does not purge unneeded files. Solution: Configure WSUS so that it does not store update files on the server. http://technet.microsoft.com/en-us/library/cc708492(WS.10).aspx To specify where to store downloaded update files In the WSUS administrative console, [...]
READ MORE »Turn Off The Automatic Display Of Server Manager MMC At Logon
Problem: Server Manager MMC starts At Logon for all users on a Terminal Server Solution: To Set it though Group Policy, then follow these steps : ON THE AFFECTED SERVER 1. Click on Start > Run 2. Type GPEDIT> MSC > hit OK 3. The Local Group Policy Editor snap-in will open 4. The policy [...]
READ MORE »