Powershell 101

The Powershell Profile

The Powershell profile file allows you to create custom functions for common tasks.  These functions are loaded automatically when you launch a shell, so they are always available to you.

Read More »

Copy-Item

If you are copying a folder, the Copy-Item cmdlet always assumes you want to create the folder in the destination.  Let’s say you wanted to copy the “trek” folder from

Read More »