-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Get-HotFix doesn't take ComputerName via Pipeline #7640
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Managementcmdlets in the Microsoft.PowerShell.Management modulecmdlets in the Microsoft.PowerShell.Management module
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Managementcmdlets in the Microsoft.PowerShell.Management modulecmdlets in the Microsoft.PowerShell.Management module
