Skip to content

Instantly share code, notes, and snippets.

@OnKey
OnKey / Program.cs
Created July 8, 2021 09:32
PowerShell AsyncEnumerable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Management.Automation.Runspaces;
using System.Threading;
using System.Threading.Tasks;
namespace PowerShellHelper
{