ExcludeUserNamePattern

Description

Use this property to exclude files owned by certain user(s).

Syntax

property ExcludeUserNamePattern: <String>;

Example

$SOS.Filter.ExcludeUserNamePattern = "admin*"
SOS.Filter.ExcludeUserNamePattern = "admin*" 'VBS

The directory tree and all exports will not include any files owned by users matching the pattern “admin*”.

Remarks

The wildcards “*” (any char) and “?” (any one single char) may be used in the patterns. Multiple user patterns are separated by “;”.