Had the value shown below on the command line, then hit F7 which generated an error:
.\k
Error:
An exception occurred in custom key handler, see $error for more information: Invalid pattern '.\k' at offset 2. Malformed \\k<...> named back reference.
PS E:\Dev\Work> $error
Out-ConsoleGridView: Invalid pattern '.\k' at offset 2. Malformed \\k<...> named back reference.
Out-ConsoleGridView: Invalid pattern '.\Kusto' at offset 3. Unrecognized escape sequence \\K.
Out-ConsoleGridView: Invalid pattern '.\Kusto' at offset 3. Unrecognized escape sequence \\K.
.\kustoF7History: The term '.\kustoF7History' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Out-ConsoleGridView: Invalid pattern '.\kusto' at offset 4. Malformed \\k<...> named back reference.
Hi,
Had the value shown below on the command line, then hit F7 which generated an error:
Error:
Thanks!