SpaceObServer.SearchFilter.Properties.IncludeUserNamePattern

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.IncludeUserNamePattern

Description

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

 
Syntax

property IncludeUserNamePattern: <String>;

 
Example

$SOS.Filter.IncludeUserNamePattern = "smith;anderson" #PowerShell

SOS.Filter.IncludeUserNamePattern = "smith;anderson" 'VBS

The directory tree and all exports (Except of the XML export) will include only files owned by user "smith" or "anderson".

 
Remarks

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