From 892ade92bd1e9c9a6740843a576e73d539d31a6e Mon Sep 17 00:00:00 2001 From: Bryan Berns Date: Sun, 21 Aug 2016 11:59:22 -0400 Subject: [PATCH] Updated Help for /SharePaths --- OperationHelp.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/OperationHelp.cpp b/OperationHelp.cpp index 4ad5114..d276107 100644 --- a/OperationHelp.cpp +++ b/OperationHelp.cpp @@ -44,15 +44,17 @@ or end of your command as to not confuse them with ordered parameters. and all files and folders under the directory (unless otherwise specified). This parameter is mandatory. This command can be specified multiple times. -/SharePaths [:AdminOnly|IncludeHidden] +/SharePaths [:AdminOnly|IncludeHidden|Match=|NoMatch=] Specifies a server that has one or more shares to process. This command is equivalent to specifying /Path for every share on a particular file server. - By default, only non-administrative and non-hidden shares are scanned. + By default, only non-administrative, non-hidden shares are scanned. To only scan administrative shares (e.g. C$), append :AdminOnly to the computer name. To include hidden, non-administrative shares, append - :IncludeHidden to the computer name. + :IncludeHidden to the computer name. By appending :Match= or :NoMatch= + with a literal string or regular expression, any share name that does not + match or mismatch the specified string, respectively, will be excluded. -/DomainPaths [:AdminOnly|IncludeHidden|StopOnError] +/DomainPaths [:StopOnError|] Specifies a domain to scan for member servers that should be processed. For each server that is found, a /SharePaths command is processed for that particular server. This takes the same extra parameters as