New-MailboxExportRequest -ContentFilter

Answered New-MailboxExportRequest -ContentFilter

  • 2012년 5월 28일 월요일 오전 10:42
     
     

    Hi

    I need to export a few mailboxes for a tenent and set a date filter so all items prior to 01/01/2011 are exported.  I have found KB's on MS website but it doesn't explain what the -lt  parameter means in the { section }

    New-MailboxExportRequest -filepath "\\server\mailbox exports\[user].pst" -ContentFilter {Received -lt '01/01/2011 00:00'}

    Regards

    Carl

모든 응답

  • 2012년 5월 28일 월요일 오후 4:23
     
     답변됨

    it means less then ... lt

    please check below .. hope this helps

    http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-conditional-logic/


    MARK AS USEFUL/ANSWER IF IT DID


    Thanks
    Happiness Always
    Jatin

    • 답변으로 제안됨 'Jatin' 2012년 5월 28일 월요일 오후 4:24
    • 답변으로 표시됨 Carl039 2012년 5월 28일 월요일 오후 4:29
    •  
  • 2012년 5월 28일 월요일 오후 4:29
     
     
    thanks, as soon as I posted it I realized.