Uninstall-Graph PowerShell
Introduces a free, open-source PowerShell cmdlet to completely remove all Microsoft Graph PowerShell modules from a system, solving dependency issues.
Introduces a free, open-source PowerShell cmdlet to completely remove all Microsoft Graph PowerShell modules from a system, solving dependency issues.
A tutorial on using the Posh-Postcodes.io PowerShell module to validate UK postcodes from a CSV file.
A beginner's guide to using the PowerShell Select-Object cmdlet for filtering and selecting data from objects in scripts and automation.
Compares performance of Invoke-MgGraphRequest's -OutputFilePath parameter versus piping to Out-File for saving JSON data.
Fixing a PowerShell 7.3.1 error with the Get-AzVM cmdlet by updating Azure modules.
Explains how to correctly pass multiple ports and IP ranges as arrays to the New-AzFirewallNetworkRule PowerShell cmdlet in Azure.
Tips for using PowerShell's Get-Command cmdlet with parameters like -Module, -Verb, and -Noun to efficiently find specific commands.
Investigates a bug where PowerShell's Get-NetIPInterface cmdlet incorrectly reports DHCP status for IPv6 addresses, seeking a reliable detection method.
Explains how to use PowerShell splatting to improve code readability and reduce duplication when calling cmdlets with many parameters.
A guide explaining why the Get-Help cmdlet is the most crucial resource for learning and using Windows PowerShell effectively.
Guide on creating custom PowerShell Cmdlets for SharePoint 2010 using SPCmdlet base class, with code examples.
Guide to creating custom PowerShell Snap-ins for SharePoint 2010, extending PowerShell with custom Cmdlets.