News

When you were first starting out with PowerShell, I'm sure that much like myself, you were looking at the help included with each cmdlet using Get-Help. Well, here is your chance to do the same thing ...
The example above is technically a function and can be invoked by calling Do-Something, but it doesn’t perform any actions yet because no code is defined inside it. Let’s add some ... in PowerShell ...