Please enter search query.
Search <book_title>...
Enterprise Vault™ PowerShell Cmdlets
Last Published:
2018-03-29
Product(s):
Enterprise Vault (12.3)
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Rules for PowerShell strings
In all PowerShell cmdlets, strings that contain a dollar sign ($) or backtick (') must be escaped using single quotation marks (').
For more information about the use of quotation marks in strings, use the following command:
Get-Help about_Quoting_Rules
The Microsoft Knowledge Base also provides information about the rules for quotation marks in the following article: