Couldn't connect to database server.Couldn't find database magical_rules.An unexpected problem has occured with the application.
SELECT statscurl_id FROM `statscurl` WHERE statscurl_ip = '';

Solutions for all your technology needs

Get the ten biggest mailboxes in Exchange 2010 export to report using PowerShell

Posted by on Mar 2, 2011 in Exchange | 0 comments

Get-Mailbox -database  | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object...

Read More

Use Powershell in Exchange 2010 to give a distribution group permissions to a security group’s member’s calendars’

Posted by on Feb 22, 2011 in Exchange | 0 comments

The first thing you will want to do is create and active directory security group.  In my example I create one named “calendartest”. ...

Read More

Manage Exchange 2010 Calendar Permissions Using Powershell

Posted by on Feb 22, 2011 in Exchange | 0 comments

In this example we will add a domain group named group-calendarReviewers to a mailbox named Jeremy.Whittaker.  We will give the group...

Read More

Redirect port 80 on exchange 2010 to ssl or 443 for OWA or Outlook Web Access

Posted by on Jan 13, 2011 in Exchange | 0 comments

You must use caution when changing the IIS settings for Exchange 2010.  The reason is simple.  Powershell or the Exchange management...

Read More

How to limit users access to OWA in Exchange 2007 via powershell

Posted by on Nov 30, 2009 in Exchange | 0 comments

The first thing you’re going to want to do is create two users in active directory.  OWAEnabled and OWADisabled You then need to...

Read More
Page 1 of 3123