At the moment it isn’t necessary to run your script to give a vote.
Probably the quickest way to lose points is have an obvious and glaring error in your script such as
. . . | where {$_.LastWriteTime –lt (date).ADDdays(-90)} | . . .
or
. . . | where {$_.LastWriteTime –lt (get-date).ADDseconds(-90)} | . . .
Both of which I’ve seen today.
Please make sure your script syntax is correct before you submit otherwise all your hard work will be for nothing