Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

The PowerShell Framework project strives to provide tools and infrastructure for PowerShell developers. Main Goals:

The project’s modules

PSFramework

Install-Module PSFramework

The PSFramework module is designed as a large toolkit, enabling simple integration of advanced features, manageability of code & scripts, as well as enhancements to the individual user’s experience.

Prominent features:

PSModuleDevelopment

Install-Module PSModuleDevelopment

The PSModuleDevelopment module provides tools for the developer, for interactive use or as part of build actions.

Prominent features:

PSUtil

Install-Module PSUtil

The PSUtil module is designed for improving the efficiency of anybody using an interactive console. It includes useful utilities, helpers and other gadgets that make everyday console use just that little bit faster and more convenient.

Prominent features:

MailDaemon

Install-Module MailDaemon

Sending Emails is a fairly common task. Send a status report, send an alert, send a … whatever, really. Many scenarios, many emails and most platforms, services and - especially - people can handle mail. But what starts with a simple Send-MailMessage can have some rather nasty consequences. Configuring email settings in each script means system changes need to be rolled out to each script. Scripts are transitive, short-lived. A simple, short mail service outage can easily result in a critical mail going unsent!

Enter MailDaemon, the module to reliably handle all your email needs.

Prominent Features: