PowerShell: $args variable outer scope has command-line arguments – about_Automatic_Variables | Microsoft Docs
Posted by jpluimers on 2019/07/16
I always forget the exact syntax for getting command-line arguments to PowerShell. It’s the $args implicit array variable:
–jeroen






Leave a comment