-
Hello Folks, The major prerequisites for Exchange Server 2007 are .Net Framework, MMC 3.0 and PowerShell installed before we deploy Exchange Server 2007. .Net Framework and MMC 3.0 features have already installed in the Windows 2008 by default, so we have to install PowerShell and to accomplish this...
-
Hello folks, When you open a Windows PowerShell prompt you cannot run Exchange cmdlets into this prompt, the following error will be occuring: PS C:\Documents and Settings\admin.DOMAIN> Get-PublicFolder The term 'Get-PublicFolder' is not recognized as a cmdlet, function, operable program,...
-
Hello Folks, In Exchange Server 2007 the copy of NDRs is not enable by default. If you want to enable this please follow these procedures: First of all, create an appropriate mailbox to receive the content, and also add the postmaster@yourdomain.com to this mailbox Internal NDRs : Set-OrganizationConfig...
-
Hello folks, In the previous versions of Exchange Server we cannot play with the mailbox rules limit that is only 32kb ( http://support.microsoft.com/kb/886616 ). Using Exchange Server 2007 we can do that through Exchange Management Shell. Let's see how to do that.. The cmdlet utilized to set up...
-
Hello folks, Exchange Server 2007 has a bunch of scripts to facilitate our daily tasks. One of them is the Get-Setuplog.ps1 that allows us to see the Setup Log file using Exchange Management Shell, the nice thing of this script is the different collor for each type of event (Error = Red, Warning = Yellow...
-
Hello folks, By default, Exchange Server 2007 has an All Rooms address list, and how about Equipment Mailboxes? We do not have it, so.. If you want to create using Exchange Management Console forget it, because it is not possible, we have to use Exchange Management Shell (Power Shell) to accomplish the...
-
Hello folks, By default when a new mailbox access the OWA after the first logon the following screen appears, and we should choose the language and time zone settings: How can we remove this screen? It's easy just set up the DefaultClientLanguage parameter in the OWA virtual directory, using the...
-
The Microsoft Exchange Server 2007 Exchange Management Shell Help file helps you use cmdlets in the Exchange Management Shell to perform day-to-day administration of Exchange 2007. You can view help in the Exchange Management Shell by using the Get-Help cmdlet. Get it here: http://www.microsoft.com/downloads...
-
Hello folks, I've been seeing some doubts about Custom Resources in Exchange Server 2007.. Then... I realize that it is time to write something about it. By default all Resource mailboxes have a tab called Resource Information , as it follows: Then, when we click on Add there is nothing, so time...
-
Hello folks, We usually see in the MS presentation the guys using a lot of cmdlets and they show the information in the browser directly from the PowerShell.. If you have already seen it, I think you might tried before in your lab without success, right? It occurs because the "out-html" and...