Enterprise Vault™ Setting up Skype for Business Archiving
- About this guide
- Introducing Skype for Business Archiving
- Installing Skype for Business Archiving
- Configuring Skype for Business Archiving
- Configuring Skype for Business Archiving manually
- Configuring an SMTP Archiving task
- Configuring retention categories
- Adding a new Skype for Business Archiving target
- Configuring an SMTP Archiving task
- Editing a Skype for Business Archiving target
- Listing available Skype for Business Archiving targets
- Deleting Skype for Business Archiving targets
- Changing the Enterprise Vault server used to archive Skype for Business conversations
- Using Compliance Accelerator or Discovery Accelerator with Skype for Business Archiving
- Appendix A. PowerShell cmdlets for Skype for Business
Editing a Skype for Business Archiving target using PowerShell
You can use the Set-EVSkypeForBusinessTarget PowerShell cmdlet to edit a Skype for Business Archiving target.
To edit a Skype for Business archiving target using PowerShell
- In the Enterprise Vault Management Shell, run the Set-EVSkypeForBusinessTarget command, and specify the fully qualified domain name of the computer running Skype for Business Server. Use-TargetComputerFQDN. Also specify any new or replacement settings. These can include the following:
The Enterprise Vault server. Use -EVServer.
The retention category or retention plan to associate with the Skype for Business archiving target.
For the retention category, use -RetentionCategory or -RetentionCategoryId. For the retention plan, use -RetentionPlan.
The archive to associate with the Skype for Business target. Use -ArchiveId, or -ArchiveName with -ArchiveType.
The -Enabled parameter. Use $true to start exporting from the Skype for Business target to the holding folder immediately. Use $false to stop exporting.
For example:
Set-EVSkypeForBusinessTarget -TargetComputerFQDN "skype01.example.com" -ArchiveName SFBLocal -ArchiveType Exchange
Updates the archive of the Skype for Business Archiving target "skype01.example.com".