Please enter search query.
Search <book_title>...
Enterprise Vault™ Utilities
Last Published:
2020-11-13
Product(s):
Enterprise Vault (14.0)
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
EVEARemovalUtility example: processing a single file
Suppose that Enterprise Vault reports that it has failed to create a placeholder for a single file named filex.txt
on file server fs1
, share e$
, folder folder1
, because the file contains extended attributes.
You run the following command from the Enterprise Vault server:
EVEARemovalUtility.exe \\fs1\e$\folder1\filex.txt -d
The output to the command prompt window lists the extended attributes for
filex.txt
.You decide that you want to remove the extended attributes. You run the following command to remove the extended attributes from filex.txt:
EVEARemovalUtility.exe \\fs1\e$\folder1\filex.txt -r
The output to the command prompt window indicates that the extended attributes for
filex.txt
have been removed.