Hi,
Thanks for your question.
((description -notlike 'System Administrator') -or (description -notlike 'IT Manager'))
You need to replace the "-or" with "-and".
If you use "-or", it will only match one of two conditions.
Best regards,
Young Yang