Posts

Showing posts from November, 2009

DSA.MSC in Windows 7

To install dsa.msc on Windows 7 do following steps:- 1- Go to Control panel 2- go to Program and Features 3- and click "Turn windows features on or off" 4- ON the pop up windows expands "Remote Server administration Tools" 5- the click and expands "Role Administration Tools" 6- Ckeck the box "AD DS and AD LDS Tools" and click "OK" Check administrative Tools in the program menu and Clcik AD option you want.. or type Dsa.msc on Run press enter.

Exchange 2007 Management Tools On a 32-Bit Operating System

When you try to install the Exchange 2007 Management Tools on a 32-bit operating system such as Windows XP SP2 or Windows Server 2003 machine, you got an error message: "The image file D:\Setup.EXE is valid, but is for a machine type other than the current machine." The reason for this error is because the Exchange 2007 setup require Windows Server 2003/2007 64-bit Edition to initiated the Setup. The solution to this problem is to install the 32-bit version of the Exchange 2007 Management Tools instead. 1.Download 32 Bit Microsoft Exchange 2007 installation files Exchange Server 2007 - Evaluation Software. 2.Extract the installation file. 3.Install the following pre-requirements components: •Microsoft .NET Framework Version 2.0 •Microsoft .NET Framework Update Required •Microsoft Management Console 3.0 for Windows XP (KB907265) •Microsoft Management Console 3.0 for Windows Server 2003 (KB907265) •Windows PowerShell 1.0 English-Language Installation Package for Windows XP (KB9...

Exchange 2007 : Common Shell commands

Here are some common command used in exchange server 2007:- Help get-help get-help verb/noun -detailed User Objects get-user sort-object name get-user Measure-Object get-user sort-object name -descending get-user "name" format-list get-user where-object {$_.distinguishedname -ilike '*ou=sales,dc=domain,dc=com'} Enable-mailbox -database 'servername\databasename' get-user -filter {(recipienttype - eq 'user') - and (city -eq 'cityname')} Recipients enable-mailuser -identity name -externalemailaddress name@domain.com enable-mailbox "displayname" -database "storagegroup\database" set-mailbox name -hiddenfromaddresslistsenabled $true/$false -prohibitsendquota unlimited -primarysmtpaddress "name@domain.com" new-mailbox -userprincipalname "name@domain.com" -alias name -database "name" -name name -organizationalunit name -Firstname name -lastname name -displayname "first last" get-mailbox -data...