Categories /

powershell

6 posts in category "powershell".

Things that trip newbies in Powershell - Pipeline Output

Some common things that trip new Powershell users when working with pipeline output

Things that trip newbies in Powershell - Encodings

Powershell has some quirks around text encodings that often trip new users. This post covers the common gotchas.

Things that trip newbies in Powershell

Some common things that trip up new Powershell users.

Writing a Git provider for Windows Powershell - Part 3

In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.

Writing a Git provider for Windows Powershell - Part 2

In this part we look at creating the provider and mounting the default drive at git:\

Writing a Git provider for Windows Powershell - Part 1

In this first part, we will look at setting up the infrastructure required to write a PowerShell provider for Git - creating a snap-in, registering the provider etc.