February 2019
Intermediate to advanced
626 pages
15h 51m
English
The -not (or !) operator may be used to negate the expression that follows it.
For example, each of the following returns true:
-not $false -not (Test-Path X:\) -not ($true -and $false) !($true -and $false)
Read now
Unlock full access