Quick PowerCLI- Getting VM hardware versions
A quick PowerCLI guide to list and count VM hardware versions in a VMware environment, with an updated command for modern vSphere.
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.
A tutorial on installing Windows Admin Center using PowerShell Desired State Configuration (DSC) for managing servers.
A guide to configuring options for PowerShell Scheduled Jobs, covering defaults, hash tables, and updating settings.
A guide on using PowerShell to retrieve the ForceChangePassword setting for Office 365 users via the AzureAD module.
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 extract and track Azure Resource Group tags by storing them in Azure Table Storage for reporting.