#WhatILearnedToday PoSh -not needs brackets if (-not 1 -gt 2 ) {Write “2 not gt 1”}

if (-not (1 -gt 2 )) {Write “2 not gt 1”} 2 not gt 1