ExcludePermissionsPattern¶
<Filter>.Properties.ExcludePermissionsPattern
Description
Use this property to exclude files where certain user(s) have permissions to.
Syntax
property ExcludePermissionsPattern: <String>;
Example
# PowerShell
$SOS.Filter.ExcludePermissionsPattern = "John"
' VBS
SOS.Filter.ExcludePermissionsPattern = "John"
The directory tree and all exports 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 “;”.