PowerShell Orchestration with Scheduled Jobs - The Start of a Series
Introduction to using Windows PowerShell Scheduled Jobs for task automation, covering creation and benefits over traditional scheduled tasks.
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.
A developer advocates for using APIs over manual CSV exports to automate data integration between cloud services, highlighting efficiency and reliability.
A quick PowerShell script to count the frequency of first letters in a list of surnames from a text file.