If a script contains a series of questions for someone to enter answers for, how do we perform a sort of error handling on the entered responses? Do we just
Month: May 2020
Organizing PowerShell ProjectsOrganizing PowerShell Projects
After using PowerShell for over a decade, I have started to get better about organizing my coding projects. In the past my laptop would be scattershot with directories and temp
Remove AzureRM and Install AZ Module for Azure PowerShell ManagementRemove AzureRM and Install AZ Module for Azure PowerShell Management
For this PowerShell Tip of the Week I wanted to review the process for removing AzureRM from a computer and installing the new AZ module for managing you Azure environment.
Compare-ObjectCompare-Object
Depending on what tasks you perform with PowerShell, you may never need Compare-Object. However, when you need it, you will find it immensely helpful and problematic at the same time.