Excluding OU's from a Report
I have a report that shows us low diskspace which works but I want to exclude certain machines based on their OU or lack of being in certain OU's. The issues is the Not In does not seem to work as I want.Select Top (1000000) tblAssets.AssetID,tblAsse...