PS Scheduled Jobs: Exploring Your Options
A guide to configuring options for PowerShell Scheduled Jobs, covering defaults, hash tables, and updating settings.
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.
A developer explores using Linux's BINFMT_MISC to run scripts in any language via containers, building on a Cloudflare post about scripting in Go.
A tutorial on using Windows PowerShell to connect to and manage an Azure subscription, covering installation methods and cross-platform use.
A PowerShell script to identify Windows Server 2008 VMs in a vSphere environment before their 2020 end-of-life.
A PowerShell developer reviews his 2017 tech resolutions and sets new goals for 2018, including blogging, streaming, and using DSC.
A guide to using the KovertKringle PowerShell module to automate and manage a Secret Santa gift exchange with email notifications.
A tutorial on using the new Microsoft Teams PowerShell module to automate the creation of channels within a team.
A guide to enabling and automating backups for Azure Analysis Services using PowerShell scripts and runbooks.
A guide to building a PowerShell script for generating storage usage reports across multiple servers, focusing on logical script flow and AD integration.
A PowerShell script tutorial for enabling and configuring the new firewall feature in Azure Analysis Services.
A PowerShell function to test if the current date matches complex recurrence patterns, like 'third Wednesday of the month,' for script scheduling.
A technical guide on using PowerShell to connect to and manage multiple Office 365 services like Exchange Online and SharePoint.
A technical guide on making Windows toast notifications clickable using the BurntToast PowerShell module, enabling them to open URLs.