Getting Your Hands on PowerShell 7 - #PS7Now
A guide to installing PowerShell 7, covering manual, scripted, and portable installation methods for the new cross-platform release.
A guide to installing PowerShell 7, covering manual, scripted, and portable installation methods for the new cross-platform release.
Explains how to detect if PowerShell code is running in a remote session and extract connection details using the $PSSenderInfo automatic variable.
A short guide on enhancing PowerShell toast notifications with custom icon buttons using the BurntToast module.
Explains a PowerShell wildcard pitfall involving square brackets in the -like operator and how to avoid pattern errors.
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.