February 2019
Intermediate to advanced
626 pages
15h 51m
English
The -and operator will return true if the values on the left-hand and right-hand side are both true.
For example, each of the following returns true:
$true -and $true1 -lt 2 -and "string" -like 's*'1 -eq 1 -and 2 -eq 2 -and 3 -eq 3(Test-Path C:\Windows) -and (Test-Path 'C:\Program Files')
Read now
Unlock full access