When copying a file share to SharePoint using Content Matrix Console - File Share Edition, you have the requirement to filter out some of the sub-folders within the tree. Within the job configuration, under the Filter Options, there is no option to filter out a folder.
The Content Matrix Console - File Share Edition does not currently have the option to filter on folders. It can only filter on files or custom properties.
[xml]$folderXML = $dataObject.XML #FileLeafRef = Folder Name if($folderXML.Folder.FileLeafRef -like "*folder-to-exclude*") { $dataObject = $null }
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center