Using C# to Create PowerShell Cmdlets: Beyond the Basics

added by DotNetKicks
7/25/2016 1:02:04 PM

268 Views

It is just the first stage to make your C# Cmdlet do what it is supposed to do. Even though cmdlets are used at the commandline, they need a whole range of features to make life easier for the end user. These include such refinements as providing documentation, validating inputs, providing a manifest, and implementing the common parameters.


0 comments