XAML
-
Using XAML (WPF) To Build A PowerShell GUI
PowerShell speaks WPF and that means you can build a XAML-based GUI for your PowerShell script. It’s easy to do – here’s a small demo: [code lang=”text”] Add-Type -AssemblyName PresentationFramework [xml]$XAMLForm = @” <Window xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” Title=”XAML Form” Height=”150″ Width=”320″> <Canvas> <Label Content=”Simple XAML Form. Click button to exit.” HorizontalAlignment=”Left” Height=”30″ Margin=”10,10,0,0″ VerticalAlignment=”Top” Width=”275″ FontWeight=”Bold” FontSize=”14″/>… Continue reading
About Me
As a seasoned IT professional, I have developed an extremely well-rounded breadth and depth of knowledge and an exceptional ability to decipher and communicate complex issues. I have years of proven experience in IT leadership roles, security auditing, digital forensics, and overseeing development of custom applications, rounded out with a Bachelor of Science degree in Information Technology emphasizing Software Development. Over the course of my career, I have successfully held certifications as a GIAC Certified Incident Handler (GCIH), as well as CIW, CompTIA, and assorted Microsoft programming and networking certs. I have presented at the 2019 CETPA Conference in Anaheim and the 2021 CITE Conference in Sacramento.
Recent Posts
- IntelliSIEM and Test-Driven Development: Creating Robust Error Handling and Log Rotation
- Implementing TDD in IntelliSIEM: Handling Edge Cases and Errors
- Setting Up the Core of IntelliSIEM – Structure, TDD, and API Connection
- Getting Started with IntelliSIEM: Setting Up the Development Environment
- A Year Later: Settling In and Starting Fresh