この記事はPowerShell Advent Calendar 2018の25日目の記事になります。 私は普段デジタルアートなど展示作品を開発しているプログラマなのですが、最近作品の大型化に伴い結構大量のPCをセットアップする作業が発生してきています。 さすがに手動ではやってられ ...
Original List of Potential Module Names to use: PsWpfHelper WpfHelperForPS PsWpfUtils WpfUtilsForPS PsWpfLib PsXaml PsXamlHelper GuiMyPS - Collections of XAML & WPF Helper Functions to simplify ...
A while back, I had mentioned using Out-GridView to build a UI without really doing anything that complicated. As fun as that is, we can have even more fun by making use of Windows Presentation ...
WPF desktop app (PowerShell) for creating, saving, and batch-applying standardized file naming conventions. You build a template like {Date}_{Client}_{DocType}_{Version}.pdf, save it as a preset, then ...
In the previous article, I walked through the basics of using Visual Studio to easily create a UI using some drag-and-drop controls that set up the front end of the UI. From there, we took the XAML ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here’s a crash course in Windows PowerShell scripting basics to get you ...
Over the past several months I’ve been building and refining a PowerShell WPF administrative toolkit focused on: • Active Directory automation • Exchange / hybrid workflows • Bulk onboarding and ...
It’s Friday night and I just taught myself how to integrate xaml & WPF into PowerShell to make dialogs with multiple custom buttons. Sigh #powershell #wpf #xaml #ineedalife ...