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
Listing available Skype for Business Archiving targets using PowerShell
You can list the available Skype for Business Archiving targets using the Get-EVSkypeForBusinessTarget PowerShell cmdlet.
To list available Skype for Business archiving targets using PowerShell
- In the Enterprise Vault Management Shell, run the Get-EVSkypeForBusinessTarget command.
By default, the details of all the Skype for Business Archiving targets are listed. To get the details of a specific target, specify the fully qualified domain name of the computer running Skype for Business Server. Use -TargetComputerFQDN.
Examples:
Get-EVSkypeForBusinessTarget
Gets all Skype for Business archiving targets for the current site.
Get-EVSkypeForBusinessTarget -TargetComputerFQDN "skype01.example.com"
Gets the details of the Skype for Business Archiving target skype01.example.com.
You can optionally specify the site ID using the -SiteId parameter, but if you do not specify a site ID and Get-EVSkypeForBusinessTarget cannot determine the site, you are prompted to enter the site ID.
Get-EVSkypeForBusinessTarget fails if you specify a Skype for Business Archiving target that does not exist.