SpaceObServer.SearchFilter.Properties.IncludePermissionsPattern

<< Zum Inhaltsverzeichnis >>

Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.IncludePermissionsPattern

Description

Use this property to include files where certain user(s) have permissions to.

 
Syntax

property IncludePermissionsPattern: <String>;

 
Example

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

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

The directory tree and all exports (Except of the XML export) will include only files where user "smith" or "anderson" have permissions to.

 
Remarks

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