#TodayILearned that you can use -lt and -gt with letters.
i.e. to get names in the first half of the alphabet
$x | where name -lt ‘N’
(via @Idera_software)
#TodayILearned that you can use -lt and -gt with letters.
i.e. to get names in the first half of the alphabet
$x | where name -lt ‘N’
(via @Idera_software)