Basic PowerShell commands explained
I have created two heavily commented PowerShell scripts that explain the usage of basic PowerShell commands. This may come in handy when you are handed over an existing PowerShell script but you yourself have no experience with the PowerShell language. This is meant as a fast explainer of existing code. Copy the two powershell scripts from the GitHub link below, place them together in any directory. In both files the code is explained through comments.…