I've encountered an issue, where the following snippet
netsh interface ipv4 set address blabla
gets transformed to
netsh interface ipv4 Set-Variable address blabla
Is there a nice way to fix it? It seems to be handled in CommandArgument handler function. I don't see a way to differentiate it from legitimate scenarios though...
I've encountered an issue, where the following snippet
gets transformed to
Is there a nice way to fix it? It seems to be handled in
CommandArgument
handler function. I don't see a way to differentiate it from legitimate scenarios though...