October 2017
Intermediate to advanced
440 pages
11h 47m
English
The -not (or !) operator may be used to negate the expression which follows.
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