What is the meaning of /R in a raw command template?
It doesn't appear to be one of the defined qualifiers in the relevant Help section but is used in the definition of (at least) the CLI command.
What is the meaning of /R in a raw command template?
It doesn't appear to be one of the defined qualifiers in the relevant Help section but is used in the definition of (at least) the CLI command.
It means the parser switches off for the rest of the line following the /R parameter - all subsequent text is taken as the value for the argument.