Skip to content

pwujczyk/ProductivityTools.Learning.PSModuleFrameworks

Repository files navigation

PowerShell Module Frameworks

Writing PowerShell binary modules now requires to understood couple concepts:

  • Difference between PowerShell and PowerShell Core
  • .NET Framework and .NET Core frameworks
  • .NET Standard API

Slide below summarize what I learnt and code helps to understood.

Create database

If you would like to test code, build application and open the TestModules.ps1 script in PowerShell and PowerShell Core. You will see that most of the modules works correctly, only module executed in PowerShell Core which contains code which PowerShell Core doesn't support (WCF) - fails.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published