Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Veritas Enterprise Vault™ PowerShell Cmdlets
Last Published:
2017-07-28
Product(s):
Enterprise Vault (12.1)
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: