Getting Familiar with the Ternary Operator in PowerShell 7
Explains the new ternary operator syntax in PowerShell 7, comparing it to traditional if/else statements and testing its performance.
Explains the new ternary operator syntax in PowerShell 7, comparing it to traditional if/else statements and testing its performance.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
Explores using Caliz to wrap Java scripts with GraalVM's Ahead-of-Time (AOT) compilation to create fast-launching native images.
A guide to performing mathematical calculations using PowerShell, leveraging the .NET Math library for operations beyond basic arithmetic.
A technical guide on using the BurntToast PowerShell module to create and display Windows toast notifications on remote computers via XML.
Explores Java 11's single-source-file execution feature, allowing Java files to be run directly and even turned into executable scripts with shebangs.
Explores using attribution text in PowerShell's BurntToast module for Windows toast notifications, detailing current limitations and workarounds.
A PowerShell guide to remotely retrieve the Windows installation date of computers using WMI and a custom function.
A guide to identifying and cleaning up orphaned shared mailboxes in Exchange using PowerShell scripts before migration.
A PowerShell developer explains why using the .Seconds property for elapsed time can cause bugs and recommends using .TotalSeconds instead.
A guide to securely storing and accessing script credentials using the Windows Credential Manager and a PowerShell module.
A guide to configuring options for PowerShell Scheduled Jobs, covering defaults, hash tables, and updating settings.
Explains how to specify the full path to PowerShell.exe in Windows Scheduled Jobs for improved security, preventing path interception attacks.
Introduction to using Windows PowerShell Scheduled Jobs for task automation, covering creation and benefits over traditional scheduled tasks.
A PowerShell script to automatically select and tweet a random blog post from an RSS feed archive.
A short guide explaining why PowerShell's Export-Csv cmdlet behaves unexpectedly with string arrays and how to correctly export simple lists to CSV.
A recap of Day 4 at the PowerShell Summit 2018, covering sessions on DSC, WebJEA, meta-programming, cross-platform modules, and ChatOps.
A personal recap of presenting a PowerShell optimization talk and attending sessions on DSC resources and JEA at the PowerShell Summit 2018.
A guide to using the #PSHelp hashtag on Twitter for quick, informal PowerShell assistance, including a script to monitor the hashtag.