Veritas 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
Adding a new Skype for Business Archiving target using PowerShell
You can use the New-EVSkypeForBusinessTarget PowerShell cmdlet to add a new Skype for Business Archiving target.
To add a new Skype for Business Archiving target using PowerShell
- In the Enterprise Vault Management Shell, run the New-EVSkypeForBusinessTarget cmdlet, and specify the following:
The site ID using the -SiteId parameter (optional).
The fully qualified domain name of the computer running Skype for Business Server. Use -TargetComputerFQDN.
Whether to start exporting from the Skype for Business target to the holding folder immediately. Use -Enabled.
The Enterprise Vault server that hosts the SMTP Archiving task. This task processes conversations that are associated with the Skype for Business archiving target. 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.
For example:
New-EVSkypeForBusinessTarget -TargetComputerFQDN "skype01.example.com" -Enabled $true -EVServer 'EVServer.example.local' -RetentionCategory 'Standard retention' -ArchiveName SFBLocal -ArchiveType smtp
This adds skype01.example.com as a new Skype for Business archiving target. The new target will be available in the Administration Console, as well as in the Management Shell.
If you do not specify a site ID and New-EVSkypeForBusinessTarget cannot determine the site, you are prompted to enter the site ID.
New-EVSkypeForBusinessTarget fails if you specify a Skype for Business archiving target that already exists.