telstrapurple / MSTeamsChatExporter

Code that helps an end-user export their Microsoft Teams Chat History to HTML
MIT License
45 stars 10 forks source link

Faster ForEach-Object #3

Open AKrasheninnikov opened 2 years ago

AKrasheninnikov commented 2 years ago

Hi, thanks for the tool. You could adopt ForEach-ObjectFast from powershell.one to improve performance: https://powershell.one/tricks/performance/pipeline https://github.com/PowerShell/PowerShell/issues/10982