New to PowerShell 3: PSDrives that no longer disappear when you end a session. Now, this week's nifty trick. One of the frustrations for many PowerShell beginners is how PSDrives correlate to drives ...
Last year, I wrote a lesson on working with the ENV: PSDrive. I still encourage students to use $ENV:Computername to get the local computer name instead of using ...
The element that makes this possible is referred to as a PSProvider. PSProviders are bundled with PowerShell snap-ins and installed by default when you load the snap-in. When you run the Get-PSDrive ...