ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
551 stars 320 forks source link

FIX: Cannot bind parameter NewerThan #17

Closed ZanzyTHEbar closed 1 year ago

ZanzyTHEbar commented 1 year ago

issues:

Showing Error after entering One Line Install Cannot bind parameter 'NewerThan'

@ChrisTitusTech the -ne "True" is not required at all and breaks on most peoples setups (including mine)

So, instead, you should remove those args and then do a boolean negation with the ! operator.

You should also lowercase the If to if. Then, your logic will work flawlessly on all machines :)