Search  
Thursday, January 08, 2009 ..:: Forum ::.. Register  Login
 Forum Minimize
SearchForum Home
     
  Microsoft Exchange Server  Exchange 2007  Scannen mailbox...
 Scannen mailboxen op virusmail.
 
 6/3/2008 4:08:43 PM
User is offlinebrro
5 posts


Scannen mailboxen op virusmail.
Wil een procedure maken hoe te handelen als er een virusmail in diverse mailboxen aanwezig is.
In verleden maakten we gebruik van Exmerge door te zoeken op subject kreeg je een overzicht van alle mailboxen
waarin de mail aanwezig was. Is er ook iets vergelijkbaars voor Exchange 2007 sp1.
 6/6/2008 11:02:33 PM
User is offlineSteven
168 posts
5th






Re: Scannen mailboxen op virusmail.

Exmerge wordt weliswaar niet ondersteund onder Exchange 2007, maar je kan het vaak nog steeds gebruiken.

Sinds SP1 hebben we ook weer .pst support in Exchange 2007:

http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx

To export data from a .pst file, you must run the Export-Mailbox cmdlet from a 32-bit computer that has the following installed:

  • The 32-bit version of the Exchange management tools
  • Outlook 2003 Service Pack 2 (SP2) or Outlook 2007
  • To find and delete items from a group of mailboxes, such as all mailboxes on a database, run the following command:

    Get-Mailbox -Database DB1 | Export-Mailbox -TargetMailbox ExportMailbox -TargetFolder VirusData -SubjectKeywords "Virus message" -DeleteContent

    This example first gets all the mailboxes on database DB1 and then searches for items that contain the string "Virus message" in the subject line. It will export the items to the mailbox ExportMailbox and will delete those items from the source mailbox.

  • To find and delete items from a group of mailboxes, such as all mailboxes on a database, without exporting the items to another mailbox, run the following command:

    Get-Mailbox -Database DB1 | Export-Mailbox -SubjectKeywords "Virus message" -DeleteContent

    This example first gets all the mailboxes on database DB1, searches for items that contain the string "Virus message" in the subject, and deletes those items.

  • To export data from all the mailboxes of users in the Marketing organizational unit, run the following command:

    Get-Mailbox -OrganizationalUnit Marketing | Export-Mailbox -PSTFolderPath C:\PSTFiles

    This example exports the data from each mailbox to a separate .pst file located at C:\PSTFiles. The name of each .pst file will be <alias>.pst. 


  • Steven van Houttum - DMCUG Administrator
      Microsoft Exchange Server  Exchange 2007  Scannen mailbox...

    Search  Forum Home         

    Copyright 2007 DMCUG   Terms Of Use  Privacy Statement
    DotNetNuke® is copyright 2002-2009 by DotNetNuke Corporation