News

Despite its weird name, splatting can be a really handy technique if you create a lot of PowerShell scripts. If you have worked with PowerShell for any length of time, you have no doubt seen ...
One of the features I like about PowerShell is automatic variables. Automatic variables save you time and provide a more consistent approach at figuring out what's going on under the hood of your ...
In some cases however, PowerShell may have trouble accepting a variable in place of a literal drive letter. In such cases, you can use string manipulation to form the command from which you want ...