この記事はPowerShell Advent Calendar 2018の25日目の記事になります。 私は普段デジタルアートなど展示作品を開発しているプログラマなのですが、最近作品の大型化に伴い結構大量のPCをセットアップする作業が発生してきています。 さすがに手動ではやってられ ...
PowerShell 5.1と.NET Frameworkを使用してGUIを作成すること。 Add-Typeを通じてカスタムC#クラスを書かないこと。 Windows 10/11にネイティブに付属するリソースのみに制限すること。 非同期PowerShell UI! ViewModelとCommandBindingsによってサポートされています。テスト不 ...
PowerShell 7.0.0 Preview6で導入された新機能は、どれもエキサイティングで解説するものを選ぶのが大変だ。今回は、PowerShell 7.0.0 Preview6で導入されたGUI機能にフォーカスしたい。 Windows PowerShellにはもともとGUI系のコマンドレットが存在している。これは.NETがWPF ...
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 ...
指定されたPowerShellクラスの新しいインスタンスを、現在のランスペースに束縛されていない状態で作成します。 .DESCRIPTION この関数は、指定されたPowerShellクラスの新しいインスタンスを作成します。作成されたインスタンスは 現在のランスペースに束縛さ ...
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 ...
Built a Windows Update Testing Tool Using PowerShell (WPF GUI) Every month Microsoft releases the Cumulative Update (CU) — and sometimes… we also get a “bonus” bug 😄 In large enterprise environments, ...