Command-line Interface (CLI)
What is a CLI?
FSV CLI is a command-line tool that offers the most features from UI for scanning folders, creating reports, and exporting them with simple commands.
It primarily consists of these commands:
pr [args]for Permissions Reportsfr [args]for Forder Reportsor [args]for Owner Reports
FSV CLI can export the reports to Excel, HTML, or CSV files.
FSV CLI can save the reports to your configured database.
How To Use the CLI?
Open a
Windows Command PromptinC:\Program Files\FolderSecurityViewer.Type in
fsvto get the help screen.
Examples:

How To Generate a Permissions Report
Use
fsv pr [path]to generate a Permissions Report on given folder, and export the results in specified file format.Arguments:
[path]A path (local or UNC) of a folder to scan. Use quotes if the path has whitespace in it.
Required
Options:
-h|-?|--helpShow help information
-e|--exportExport to file:
excel,csv, orhtmlOptional. If this option is omitted, HTML is used.
-p|--path 'path\file'The path and file name where the exported report is saved.
File name is optional. If omitted, the file is named of current date.
Optional. If this option is omitted, the file is created in
FolderSecurityViewer\Exportin yourDocumentsfolder.
-d|--dbSaves report to configured database.
Optional.
Caution: If this option is used in combination with
--exportno file is created. Don’t mix these options!
Examples:

How To Generate a Folder Report
Use
fsv fr [path]to generate a Folder Report on given folder to flatten specific folder, and its subfolders into a single list with details like owner, size of folder, and number of files in it.Arguments:
[path]A path of a folder to scan. Use quotes if the path has whitespace in it.
Required
Options:
-h|-?|--helpShow help information
-e|--exportExport to file: MS Excel, csv, or Html
Optional. If this option is omitted, HTML is used.
-p|--path 'path\file'The path and file name where the exported report is saved.
File name is optional. If omitted, the file is named of current date.
Optional. If this option is omitted, the file is created in
FolderSecurityViewer\Exportin yourDocumentsfolder.
Examples:

How To Generate a Owner Report
Use
fsv or [path]to generate a Owner Report on given folder and its subfolders to find out the folders in which specified user is set as an owner.Arguments:
[path]A path of a folder to scan. Use quotes if the path has whitespace in it.
Required
[owner]Name of a user to scan the folder for its ownership.
Required, but if this argument is not provided, the export file lists all folders with name of their owners.
Options:
-h|-?|--helpShow help information
-e|--exportExport to file: MS Excel, csv, or Html
Optional. If this option is omitted, HTML is used.
-p|--path 'path\file'The path and file name where the exported report is saved.
File name is optional. If omitted, the file is named of current date.
Optional. If this option is omitted, the file is created in
FolderSecurityViewer\Exportin yourDocumentsfolder.
Examples:

Last updated