Wednesday, February 23, 2011

Export-CsArchivingData ??? For what.

It is good command tool that we can found on lync archiving server. By Using windows power shell (Export-CsArchivingData ) you can export data in your Lync Archiving Server. It has larger range of retrieving power with more and more options. There are many ways that we can export archived messages.

In Lync powershell : -

To export Data for all users you can use following command..
Export-CsArchivingData -DBInstance SQLSVR\Archinst -StartDate 12/2/2011 -OutputFolder "C:\ArchiveExports"
To export Data for user named dulipravindra@lync.com you can use following command..
Export-CsArchivingData -DBInstance SQLSVR\Archinst -StartDate 12/2/2011 -OutputFolder "C:\ArchiveExports" -UserUri "sip:dulipravindra@lync.com"




No comments:

Post a Comment