/powershell_ui_samples

Powershell / Windows Forms and WPF integration

Primary LanguagePowerShell

About

Collection of Powershell scripts that provide the Forms / WPF UI functionality to routine system management tasks.

See Also

See the article at CodeProject

Individual Scripts

There is around 100 individual scripts, most of which are practical and can be easily used for common operations tasks.

Technical details

Most scripts incorporate an embedded C# class that implements the IWin32Window method Win32Window described in poshcode to block execution of the caller while the form is displayed. Some scripts use more advanced techniques like Powershell Runspaces to do the same.

Author

Serguei Kouzmine