documentation 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

Documenting your PowerShell API–solved!

PowerShell for Admins, PowerShell for Developers, Tips and Tricks, Tools, Tutorials

Long has it been known how to easily document your PowerShell source code simply by embedding properly formatted documentation comments right along side your code, making maintenance relatively painless...  ...

Read More