colyn1337 Author

The Ternary Cometh

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

Developers are likely to be familiar with ternary conditional operators as they're legal in many languages (Ruby, Python, C++, etc).  They're also often used in coding interviews to test an …...

Read More

A Peculiar Parse

PowerShell for Admins, Tips and Tricks, Training

  One of the best enhancements to Powershell was the inclusion of custom classes in v5. We originally wrote scripts, then we wrote cmdlets, followed by modules, and now we've …...

Read More