Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 355 Bytes

CheatSheets

CheatSheets compilation for Powershell, Python, Exchange, Sharepoint, Lync, RegEx, VSCode, GIT and more

Download only Powershell specific CheatSheets with below oneliner -

(iwr 'https://goo.gl/J76Um4').links | ?{$_.title -Like "*Powershell*"} | %{iwr "http://github.com$($_.href)?raw=true" -OutFile $_.title -Verbose}