Volume exclusion examples
Audit Path = Volume (<VolumeName>) exclusion examples
NOTE: Volume names are case sensitive and must be entered correctly in the Audit Path field on the auditing wizard.
(Add | Folder)
Exclusion Syntax:
<ShareName>\<Path>\<FolderName>Example: HOME\USERS\TEMP\DOCS
Excludes:
Vol0\HOME\USERS\TEMP\DOCS(Add | Folder)
Exclusion Syntax:
<ShareName>\<Path>\<CharString>Example: HOME\USERS\TE?????DOCS
Excludes:
Vol0\HOME\USERS\TESTINGDOCS
Vol0\HOME\USERS\TEMPORARYDOCS(Add | Folder)
Exclusion Syntax:
<ShareName>\**\<FolderName>Example: HOME\**\DOCS
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS(Add | Folder)
Exclusion Syntax:
<ShareName>\**\<CharString>*Example: HOME\**\DOC*
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\HOME\USERS\DOCUMENTS(Add | Folder)
Exclusion Syntax: *\*\<FolderName>
Example 1: *\*\DOCS
Excludes:
Vol0\HOME\USERS\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\SHARE2\TEST\DOCSExcludes:
Vol0\HOME\USERS\TEMP\DOCS
Vol0\SHARE2\PUBLIC\TEST\DOCS(Add | Folder)
Exclusion Syntax: **\<FolderName>
Example: **\DOCS
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\SHARE2\TEST\DOCS
Vol0\SHARE2\PUBLIC\TEST\DOCS(Add | Folder)
Exclusion Syntax: **<CharString>*
Example: **DOC*
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\MYDOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\HOME\USERS\TEMPORARYDOCS
Vol0\SHARE2\TEST\DOCS
Vol0\SHARE2\PUBLIC\TEST\MYDOCS
Vol0\SHAREDDOC(Add | File)
Exclusion Syntax: **\*<CharString>*
Example: **\*DOC*
Vol0\HOME\USERS\TEMP\FILES\BetaDoc.pdf
Exclude activity against a specific file found in a specific location on the selected volume.
(Add | File)
Exclusion Syntax:
<ShareName>\<Path>\<FileName.Ext>Example:
SHARE2\USERS\DOCS\Test1.docxExcludes:
Vol0\SHARE2\USERS\DOCS\Test1.docx(Add | File)
Exclusion Syntax: **\<FileName>.*
Example: **\test1.*
Excludes:
Vol0\HOME\DEPTS\DOCS\test1.docx
Vol0\HOME\USERS\TEMP\DOCS\test1.docx
Vol0\HOME\USERS\DOCUMENTS\test1.pdf
Vol0\SHARE2\TEST\DOCS\test1.txt(Add | File)
Exclusion Syntax:
<ShareName>\<Path>\*.<Ext>Example: SHARE2\TEST\DOCS\*.docx
Excludes:
Vol0\SHARE2\TEST\DOCS\Test1.docx
Vol0\SHARE2\TEST\DOCS\MyInfo.docx(Add | File)
Exclusion Syntax: **\*.<Ext>
Example: **\*.pdf
Excludes:
Vol0\HOME\MYDOCS\Final.pdf
Vol0\HOME\DEPTS\DOCS\Test123.pdf
Vol0\HOME\USERS\DOCUMENTS\Test1.pdf
Vol0\SHARE2\TEST\DOCS\Current.pdf
Vol0\SHARE2\PUBLIC\TEST\MYDOCS\Ex.pdf
All volume exclusion examples
Audit Path = All Volumes exclusion examples
NOTE: When using All Volumes, you cannot exclude an individual volume. You must use a share name, which is unique to a volume. That is, you cannot have two shares with the name of HOME (either on the same volume or different volumes).
(Add | Folder)
Exclusion Syntax: *\<Path>\<FolderName>
Example: *\USERS\TEMP\DOCS
Excludes:
Vol0\HOME\USERS\TEMP\DOCS
Vol0\SHARED2\USERS\TEMP\DOCS
Vol1\SHAREDAPPS\USERS\TEMP\DOCS(Add | Folder)
Exclusion Syntax:
<ShareName>\**\<FolderName>Example: HOME\**\DOCS
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS(Add | Folder)
Exclusion Syntax:
<ShareName>\**\<CharString>*Example: HOME\**\DOC*
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\HOME\USERS\DOCUMENTS(Add | Folder)
Exclusion Syntax: **\<FolderName>
Example: **\DOCS
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\DEPTS\DOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\SHARE2\TEST\DOCS
Vol1\SHAREDAPPS\DOCS(Add | Folder)
Exclusion Syntax: *\*\<FolderName>
Example 1: *\*\DOCS
Excludes:
Vol0\HOME\DEPTS\DOCS
Vol0\SHARE2\TEST\DOCS
Vol1\SHAREDAPPS\INSTALL\DOCSExample 2: *\*\*\DOCS
Excludes:
Vol0\HOME\USERS\TEMP\DOCS
Vol0\SHARED2\PUBLIC\TEST\DOCS
Vol1\SHAREDAPPS\PROCS\INTRO\DOCS(Add | Folder)
Exclusion Syntax: **<CharString>
Example: **DOCS
Excludes:
Vol0\HOME\DOCS
Vol0\HOME\MYDOCS
Vol0\HOME\USERS\TEMP\DOCS
Vol0\HOME\USERS\TEMPORARYDOCS
Vol0\HOME\USERS\TEMP\TESTINGDOCS
Vol0\SHARE2\TEST\DOCS
Vol0\SHARE2\PUBLIC\TEST\DOCS
Vol0\SHAREDDOCS
Vol1\SHAREDAPPS\INSTALL\DOCS
Vol1\SHAREDAPPS\PROCS\INTRO\DOCSExclude a specific file found in a specific location on the specified share.
(Add | File)
Exclusion Syntax:
<ShareName>\<Path>\<FileName.Ext>Entering:
SHARE2\USERS\DOCS\Test1.docxExcludes:
Vol0\SHARE2\USERS\DOCS\Test1.docx(Add | File)
Exclusion Syntax:
<ShareName>\<Path>\*.<Ext>Entering: SHARE2\TEST\DOCS\*.docx
Excludes:
Vol0\SHARE2\TEST\DOCS\Test1.docx
Vol0\SHARE2\TEST\DOCS\123testing.docxExclude activity against all files with the specified file extension found anywhere on all volumes.
(Add | File)
Exclusion Syntax: **\*.<Ext>
Example: **\*.pdf
Excludes:
Vol0\HOME\DEPTS\DOCS\Test123.pdf
Vol0\SHARE2\TEST\DOCS\Current.pdf
Vol1\SHAREDAPPS\WhatsNew.pdfExclude a specific file (regardless of the file extension) found anywhere on the all volumes.
(Add | File)
Exclusion Syntax: **\<FileName>.*
Entering: **\test1.*
Excludes:
Vol0\HOME\DEPTS\DOCS\test1.docx
Vol0\HOME\USERS\TEMP\DOCS\test1.docx
Vol0\HOME\USERS\DOCUMENTS\test1.pdf
Vol0\SHARE2\USERS\DOCS\test1.txt
Vol1\SHAREDAPPS\test1.xlsx
• Change Auditor for SharePoint Overview: This section provides an overview of Change Auditor for SharePoint including a system overview, deployment requirements and a list of the additional features that are available with a valid Change Auditor for SharePoint license.
• Installation and Configuration: This section provides instructions for installing and configuring Change Auditor for SharePoint.
• Getting Started: This section provides a high-level view of the tasks to get you started using Change Auditor for SharePoint.
• SharePoint Auditing: This section provides a description of the SharePoint Auditing page (on the Administration Tasks tab) and explains how to specify the SharePoint farm and path(s) to be audited.
• SharePoint Searches and Reports: This section provides instructions for creating a custom SharePoint search using the What tab.
• Manually Add and Deploy the Change Auditor SharePoint Solution: This section provides an alternate method of adding and deploying the Change Auditor SharePoint Solution, which is required as part of the installation process.
• SharePoint Event Requirements: This section lists the SharePoint events that require additional SharePoint settings to be enabled in order for Change Auditor for SharePoint to capture the event.
• Upgrade Change Auditor for SharePoint: This section provides instructions for upgrading from a previous version of Change Auditor for SharePoint.
Change Auditor for SharePoint Overview