Create a custom powershell cmdlet “Hello World..!” VS2010 + .NET Framwork 4 + Powershell 2.0

Commands you will use for this task 1. Set-alias(Powerhsell) 2. Installutil (Powershell) Operations you will perform for this task 1. Create a new powershell cmdlet project. 2. Create a new Powershell PSCmdlet. (business logic resides in this class) 3.Create a new Powershell Custom Snap-in (installer for cmdlet) Step 1 : Create a new powershell cmdlet […]