diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs index 8c4aeb99e..6cfd0662d 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs @@ -25,6 +25,7 @@ namespace Microsoft.PowerShell.Commands [Cmdlet(VerbsCommon.Get, "ComputerInfo", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=799466")] [Alias("gin")] + [OutputType(typeof(ComputerInfo), typeof(PSObject))] public class GetComputerInfoCommand : PSCmdlet { #region Inner Types