A simple easy to use .NET API for interacting with PowerShell, it handles subtleties for you, has overrides for getting back strong typed objects from PowerShell commands and scripts, and can execute code locally and remotely (which can be useful to manage remote machines, and unzip files down to them, etc.).
Info
Version: | 1.0.2 |
Author(s): | Michael Jensen |
Last Update: | Sunday, August 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BrainSlugs83/PowerShellClient |
NuGet Url: | https://www.nuget.org/packages/BetterPowerShellClient |
Install
Install-Package BetterPowerShellClient
dotnet add package BetterPowerShellClient
paket add BetterPowerShellClient
BetterPowerShellClient Download (Unzip the "nupkg" after downloading)
Dependencies
- BetterStringExtensions(>= 1.0.0)
- Microsoft.CSharp(>= 4.3.0)
- Microsoft.PowerShell.5.ReferenceAssemblies(>= 1.1.0)
- Moq(>= 4.0.10827)
- Newtonsoft.Json(>= 8.0.1)
- System.Dynamic.Runtime(>= 4.3.0)
Tags