PowerShell_Scripts
PowerShell_Scripts copied to clipboard
Get-LocalGroupMembership.ps1 error when piping to Export-csv
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.