<< Click to Display Table of Contents >> Navigation: OLE Automation > SearchFilter > Properties > SpaceObServer.SearchFilter.Properties.ExcludePermissionsPattern |
Description
Use this property to exclude files where certain user(s) have permissions to.
Syntax
property ExcludePermissionsPattern: <String>;
Example
$SOS.Filter.ExcludePermissionsPattern = "John" #PowerShell
SOS.Filter.ExcludePermissionsPattern = "John" 'VBS
The directory tree and all exports (Except of the XML export) will not include any files where user "John" has permissions to.
Remarks
The wildcards "*" (any char) and "?" (any one single char) may be used in the patterns.
Multiple user patterns are separated by ";".