Skip to content

Instantly share code, notes, and snippets.

View KevinMarquette's full-sized avatar

Kevin Marquette KevinMarquette

View GitHub Profile
<#
.Example
.\HadoopVSPowershell.ps1
.Author
@KevinMarquette
.Notes
You may need to [GC]::Collect() after this because it uses a lot of RAM
#>
[cmdletbinding()]
param([string]$Path = (Get-Location))