Question
How do I scan all drives using the Managed Device Inventory Agent?
Answer
To scan all drives you use the IncludeDirectory command as follows:
Windows: -o IncludeDirectory="\\"
non-Windows: -o IncludeDirectory="/"
Addtional Information
It is important to include the -o in the command line instruction otherwise the IncludeDirectory will not be initialized. If configured using the Managed Device configuration packages then this will be included automatically.
You should also note that if ExcludeDirectory is used then this takes precedence over IncludeDirectory
Comments