Find a File

SOTI MobiControl
Windows

Locating specific files on a device can be time-consuming for users. Simplifying file search improves data management and efficiency. With SOTI MobiControl, administrators can deploy scripts to find files with specific extensions, streamlining file retrieval across devices.

Important:
  • It is recommended to test the script on a local/ test machine for its purpose and effects. 
  • SOTI MobiControl will not be responsible for any damage/loss to the data/setup based on the behavior of the script.

Find files

1 $Dir = get-childitem C:\windows\system32 -recurse
2 # $Dir |get-member
3 $List = $Dir | where {$_.extension -eq ".txt"}
4 $List | format-table name

Was this helpful?

Need more help?
Ask Community