Even though this cmdlet is not available in corecli now, observed a problem in it, -ComputerName parameter accepts value from pipeline by property name as per the definition, but there is no ProcessRecord() method, iterating through collection is handled via a foreach statement in BeginProcessing() method.

Even though this cmdlet is not available in corecli now, observed a problem in it,
-ComputerNameparameter accepts value from pipeline by property name as per the definition, but there is noProcessRecord()method, iterating through collection is handled via aforeachstatement inBeginProcessing()method.