<< Click to Display Table of Contents >> Navigation: OLE Automation > Application > Methods > SpaceObServer.Application.ScanRootDirectory |
Description
Scans the passed directory at the passed date and time.
Syntax
ScanRootDirectory (Path : <String>, Date : <String>)
Parameters
Path |
An existing or new root path, for which the new scan should be scheduled. |
Date |
The date and time we want the scan to be executed. |
Example
$SOS.ScanRootDirectory("C:\", "2010-01-31 20-30") #PowerShell
SOS.ScanRootDirectory "C:\", "2010-01-31 20-30" 'VBS
Tries to starts a scan for the root directory "C:\" at the 31th January 2010 at 8:30 p.m..
Remarks
The scan can only be started if the observing server is running, the SpaceObServer scan service is running on this server and if the observing server is not executing any other scans (scans are always executed sequential).