

+ FullyQualifiedErrorId : InputObjectNotBound. PowerShell includes a command-line shell, object-oriented scripting language, and a set of tools for executing scripts/cmdlets and managing modules. + CategoryInfo : InvalidArgument: (VYTAUTO-PC1,Computer,:PSObject), ParameterBindingE

+ Get-Content comps.csv | Get-ChildItem <<<< 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | Ot take pipeline input or the input and its properties do not match any of the parameters that take pipeline input. Get-ChildItem : The input object cannot be bound to any parameters for the command either because the command does n I got that message for each object in csv: Get-Content comps.csv | Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | Get-ItemProperty -name Version,Release -EA 0 | Where | Select PSChildName, Version, Release
