Blog
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.
Categories: Pester, Powershell
Create Pester HTML report
Post date:
Author: admin
Install ReportUnit from Nuget.
Categories: Pester, Powershell
Validate Powershell Code with Pester
Post date:
Author: admin
Example on how you can verify that code in a Powershell script is valid Powershell code using Pester
Categories: Powershell
Copy group membership
Post date:
Author: admin
Short script to copy group membership from one account to another.
Categories: Powershell
Break/continue in a foreach loop Powershell
Post date:
Author: admin
How to use break and continue in a foreach loop in Powershell
Categories: Powershell
While/Until Powershell
Post date:
Author: admin
Usage example for while and until in Powershell
Categories: Powershell
String operators -like and -match
Post date:
Author: admin
Some short examples on how you can use string operators -like and -match