46 posts in powershell
Sometimes all you want to know, or need to know, is how big a folder is in PowerShell. To do that, we'll need to use Get-ChildItem and Measure-Object specifically.The quick and dirtyThe first command...
NavigationWhat is $PSBoundParameters?Taking a look at $PSBoundParametersUsing a switch statementSplatting with $PSBoundParametersWrapping things upYou can view all of the example code on GitHub:...

Welcome to my Visual Studio Code/PowerShell series! What is Visual Studio Code?Installing VS CodeInstalling ExtensionsPowerShell extensionvscode-icons icon packRainglow theme packPowerShell...