The FileSystemWatcher class has a Filters property allowing to set multiple filters.
https://learn.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher.filters
It would therefore be useful if the New-FileSystemWatcher cmdlet also allowed an array of strings instead of a single string for the -Filter parameter.