I want to get all users in FIM with home addresses longer than 30 characters. Does anoyone know a good way to that without first getting all user?
I'm using the Quest Powershell module for FIM and I tried to do it like this but it seems like you cannot use greater than in the filter.
Get-FIMResource
-Filter"/Person[HomePostalAddress-gt'30']"-ComputerName$FIMServer