Please enter search query.
Search <book_title>...
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: