A collection or an array does not expose methods of the contained object. You must enumerate the objects in the array and handle them one at a time.
Yes. I know. The notation enumerates for "properties" of objects in a collection. It does not enumerate for methods.
Use ForEach-Object to enumerate the array.
\_(ツ)_/