Collection of pwsh snippets Get-ChildItem sample showing full path gci -Filter *.txt -Recurse | % { $_.FullName } Show version $PSVersionTable Show shortcut keys Get-PSReadLineKeyHandler