Recently I was trying to use Item Level targeting on some group polices using just NOT statements ( so it should apply to anything that isn’t NOT )
NOT UserA OR NOT User3
However it was not working , Turns out your statement cannot be all NOT’s it has to have a IS in it as well
So it needs to look something like
User IS in Domain Users and NOT UserA or NOT User3