how to escape parentheses?
get-process output has columns use parenthesis. example:
ws(k)
vm(m)
how escape these using format-table?
get-process | ft ws(k), vm(m) ???
Windows Server > Windows PowerShell
Comments
Post a Comment