brackets Tag Archive

Complete Guide to PowerShell Punctuation

PowerShell for Admins, PowerShell for Developers, Tips and Tricks, Training

Quick as you can, can you explain what each of these different parentheses-, brace-, and bracket-laden expressions does? ${save-items} ${C:tmp.txt} $($x=1;$y=2;$x;$y) (1,2,3 -join '*') (8 + 4)/2...

Read More