So I am running a Powershell script that will return the ALL the Users and their Access Permissions for all Shared Folders with in a Specified Folder. My problem is, I am trying to get Powershell to dump the info directly into an open excel file. So far the script runs outputs to a CSV file with the correct info, but when when I try to get it to dump into the excel it doesn't work. his is because I can not figure out how to set the cell value to the Object property value.So I am running a Powershell script that will r