Categories: Powershell
Retry loop
Post date:
Author: admin
Example on how you can create a Powershell loop in scripts using do/while and try/catch.
Example on how you can create a Powershell loop in scripts using do/while and try/catch.
Install ReportUnit from Nuget.
Example on how you can verify that code in a Powershell script is valid Powershell code using Pester
Short script to copy group membership from one account to another.
How to use break and continue in a foreach loop in Powershell
Usage example for while and until in Powershell
Some short examples on how you can use string operators -like and -match
Examples on how you can format string in Powershell