CheatSheets compilation for Powershell, Exchange, Sharepoint, Lync, RegEx, VSCode and more
(iwr "https://github.com/PrateekKumarSingh/CheatSheets").Links | ?{$_.title -Like "*Powershell*"} | %{iwr "http://github.com$($_.href)?raw=true" -OutFile $_.title -Verbose}