PowerShell Skills
Windows automation and scripting. Manage systems, files, processes, and cloud resources with PowerShell cmdlets.
5 skills
WinUI Desktop App Development
Bootstrap, develop, and design modern WinUI 3 desktop applications with C# and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components.
PowerShell Error Handling Patterns
Master PowerShell error handling — try/catch/finally, terminating vs non-terminating errors, ErrorAction, error records, and building resilient scripts that fail gracefully.
PowerShell Pipeline & Performance
Optimize PowerShell pipeline performance — streaming vs collecting, ForEach-Object -Parallel, Where-Object -FilterScript, avoiding common bottlenecks, and measuring execution time.
Powershell Windows
> Critical patterns and pitfalls for Windows PowerShell. | ❌ Wrong | ✅ Correct | |----------|-----------|.
PowerShell Remoting & Invoke-Command
Execute PowerShell commands on remote machines — WinRM configuration, Invoke-Command patterns, persistent sessions, credential management, and cross-platform SSH remoting.