Hi,
I can’t seem to find anywhere that references being able to use wildcards/regular expression in PowerShell application template script arguments.
For example, within the ‘Script Arguments:’ field, I am trying to understand whether or not we can use things like ‘*’, or “[Error|Reset|Warning]” – wildcards/regular expression. In my testing it doesn't seem to be that we can but also need to rule out that I am doing it wrong. There is an example below of what it is I am trying to achieve.
/file:\\servername\directory\Cisco*.log /search:"[*Error*|*Reset*|*Warning*]"
Does anyone happen to know if this is possible?
Thanks,
Tim