Create PS cmdlets with C#

Hi everyone,

What are you recommendations on best learning how to develop PowerShell modules/cmdlets with C#?

Thanks,
Michael

Here’s an area on msdn that talks about it. This is an example stop-process code that uses wildcards: https://msdn.microsoft.com/en-us/library/ff602033(v=vs.85)?f=255&MSPPError=-2147217396

Thanks js! Gotta start somewhere right? :slight_smile: