mpio windows core

· As we all know we have only Windows 2008 core installation provides only command
prompt interface. We have to use commands to configure MPIO. First we have to
enable “Multipath I/O” feature and there use MPClaim to clam all applicable
Multipath device. Following are the steps needed for configuring MPIO
o On Core execute “ocsetup MultipathIo /norestart”
o Restart the server
Execute mpclaim -r -i -a “” after reboot. This will reboot the system
automatically. Once the server is back, MPIO will be configured on the server.

Export-Mailbox Command Usage Examples

Export-mailbox -Identity ERKAN_SEZGIN -pstFolderPath D:\PST\

This command will export ERKAN_SEZGIN mail items to the pst file.

Export-mailbox -Identity ERKAN_SEZGIN -TargetMailbox ADMIN -TargetFolder Data

Mail Items will be copied to the Data Folder in another user mailbox

Get-Mailbox -Database DB01 | Export-Mailbox -TargetMailbox ADMIN
-TargetFolder VirusData -SubjectKeywords "mustdelete" -DeleteContent

-StartDate
-EndDate
Note:date parameters depends on your computer regional settings.

-RecipientKeywords erkan.sezgin@contoso.com

Export-Mailbox -Identity contoso\erkan.sezgin -TargetMailbox ADMIN -TargetFolder
MyData -ContentKeywords "bodyContent" -AttachmentFilenames "*FinanceList*" -StartDate
"01/01/2007 00:00:01" -RecipientKeywords userX@contoso.com

This example exports all items from the mailbox user contoso\erkan.sezgin that meet the following criteria:
* Contain the keyword "bodyContent" in the message body or in the content of an
attachments.
* Have an attachments that is named *FinanceList*.
* Are dated later than 01/01/2007 at 00:00:01 A.M.
* Have userX@contoso.com as one of the recipients.

disable DEP permanently

in the boot.ini file

1.Replace the policy_level (for example, "OptOut") with "AlwaysOff” (without the quotes).

Note: Your boot.ini file switch should now read:
/noexecute=AlwaysOff
2.save it and restart your computer

how to filter blank subject mail by using Transport Rule

how to filter blank subject mail by using Transport Rule

1. Click on Transport Rules tab, click button New Transport Rule.

2. Type in the name of the rule, such as "Blank Subject Filter".

3. In the Step 1. Select Condition(s) box, select the when the Subject field
contains text patterns condition. If you want to filter emails with blank subject
or blank body, choose When the Subject field or the body of the message contains
text patterns instead.

4. In the Step 2. Edit the rule description (click an underlined value) box, click
the text patterns blue underlined words. In a pop-up new window, type ^$ and then
click Add. Click OK to close the window and then click Next.

5. In the Step 1. Select Action(s) box, select all the actions that you want to be
applied to this rule.

6. Modify the settings if you want to set Exceptions to this rule in the Exceptions
window. When finished, click OK and click Next. You may choose to exclude internal
emails from this rule.

7. Review the Configuration Summary. If the configuration of the new rule is
correctly set, click New, and then click Finish