ISHRemote - How do I use a user-defined list in Set-IshMetadataFilterField

Hi,

I want to use a list of usernames in Set-IshMetadataFilterField to filter out those users from the results returned.

I have played around with versions of below but cannot arrive at the correct phrase.


$safelist = @("name1", "name2")

Set-IshMetadataFilterField -Name USERNAME -Level None -FilterOperator IN -Value $safelist

Can anyone advise the structure of filtering out based on USERNAME not appearing in a user-defined list?

Any advice appreciated,

Regards,

Ann

emoji