PowerShell_Scripts icon indicating copy to clipboard operation
PowerShell_Scripts copied to clipboard

Get-LocalGroupMembership.ps1 error when piping to Export-csv

Open mjh101 opened this issue 5 years ago • 0 comments

The following error pops up several times while the script is processing: Export-Csv : Cannot bind argument to parameter 'InputObject' because it is null.

Yet it seems like it's exporting to a CSV ok despite the above error.

mjh101 avatar Apr 28 '20 20:04 mjh101