Update PowerShell with PowerShell commands
The easiest and quickest way to update PowerShell is by running the update command inside of PowerShell. Follow this process to update your version of PowerShell: And that’s all there is to it.
Fix ‘No Match Found for MSOnline Repository’ Error
If you’re trying to install the MSOnline powershell module by running “Install-Module -Name MSOnline” and you’re getting the error “No match was found for the specified search criteria and module name ‘MSOnline'”, the commands listed below will fix the issue. At this point, you should...