RemoveRootFromDatabase¶
- Description
Removes a scanned root directory and all collected information from the database.
- Syntax
RemoveRootFromDatabase (Path : <String>)
Parameters
- PathToRemove
Removes all information about the given, previously scanned path from the database.
- Example
$SOS.RemoveRootFromDatabase("\\Server\Share\")
SOS.RemoveRootFromDatabase "\\Server\Share\"
Removes all scanned information of the root directory “\ServerShare" from the connected database. After this command is executed, size information of the root directory “\ServerShare" will no longer be stored in the database.