Is there something that will let me remove a member from an object?
For example, I'm importing a CSV using Import-Csv and I'd like to
remove one of the columns of data before I process the file. Obviously
I could set the value to null for the column, but I want to remove the
column of data completely. Any ideas?



