June 28, 2017

Validating file and folder paths in PowerShell parameters

Accepting file and folder paths as a parameter is a pretty common occurrence in PowerShell scripts. Without validating these parameters, your script might not work as indented.

Source : sysops

How to Check A WordPress Site's PHP Version (& Upgrade Compatibility)

If you notice that your WordPress hosting provider is not running PHP 7, but has it available to its users, you may want to consider making ...