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