PowerShell : Continue Keyword

February 24th, 2018|

Continue Keyword in PowerShell One of the things that is a bit confusing for powershell beginner is theย Continueย statement. This is

Power Shell – Containment Operators

February 10th, 2018|

Power Shell Containment Operators The containment operators (-contains and -notcontains) are similar to the equal operators. However, the containment operators

Power Shell – Type comparison

January 22nd, 2018|

What is comparison Operator? Comparison operators let you specify conditions for comparing values and finding values that match specified patterns.