Scheduled task to prune docker images on Windows server
A guide to creating a Windows Scheduled Task that automatically prunes unused Docker images to free up disk space on a server.
A guide to creating a Windows Scheduled Task that automatically prunes unused Docker images to free up disk space on a server.
Author shares PowerShell scripts to automate downloading and deploying the Azure Stack Development Kit (ASDK), simplifying the setup process.
A technical guide on using the BurntToast PowerShell module to create and display Windows toast notifications on remote computers via XML.
A PowerShell community member reflects on the supportive online tech community and demonstrates a New Year's toast script using the BurntToast module.
A guide to enabling and managing Cross-Origin Resource Sharing (CORS) in Azure Cosmos DB using the PowerShell module.
A developer's guide to creating custom GitHub Actions using PowerShell, covering setup, Docker configuration, and a simple Hello World example.
A quick PowerCLI guide to list and count VM hardware versions in a VMware environment, with an updated command for modern vSphere.
A hands-on workshop from AWS re:Invent 2018 on using PowerShell to automate AWS infrastructure, featuring practical challenges.
A VMworld 2018 talk encouraging IT Ops and sysadmins to start coding with PowerShell/PowerCLI, explaining core concepts for beginners.
A preview of a VMworld session on why IT operations professionals should learn coding basics, using PowerShell/PowerCLI examples.
Explores using attribution text in PowerShell's BurntToast module for Windows toast notifications, detailing current limitations and workarounds.
A call for contributions to the Hacktoberfest open-source event, focusing on the PowerShell project 'BurntToast' and encouraging participation.
A PowerShell guide to remotely retrieve the Windows installation date of computers using WMI and a custom function.
A guide on using PowerShell commands to list all assemblies registered in the Windows Global Assembly Cache (GAC).
A guide to identifying and cleaning up orphaned shared mailboxes in Exchange using PowerShell scripts before migration.
Explains how to deploy PowerShell toast notifications across a network without installing the BurntToast module on every endpoint by using XML payloads.
A guide to using virtual audio cables to share system sounds (like notification alerts) during Skype for Business presentations.
A PowerShell developer explains why using the .Seconds property for elapsed time can cause bugs and recommends using .TotalSeconds instead.
A guide on using PowerShell to copy Office 365 user license configurations between accounts, addressing a common administrative challenge.
A guide to securely storing and accessing script credentials using the Windows Credential Manager and a PowerShell module.