Powershell Cmdlets in C# now easier to write.

These just became a lot easier with the nuget package System.Management.Automation.

When powershell first arrived you could download a small sdk that just allowed the development of cmdlets.
Over time this got folded into the windows sdk so that you had in install 6GB of files just to get the required assemblies.
Now we have a nuget package and can again write Powershell Cmdlets in C#.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s