'Powershell Export - string showing as numbers
Back with a basic PowerShell question but to stupid to figure out myself. Trying to export data out to a csv or xlsx and the information is exporting as numbers instead of names and dates. What am I missing?
get-publicfolderitemstatistics -identity "\Public Folder\Contacts" | select-object subject | format-list | export-excel c:\contacts.xlsx
Example results 27c87ef9bbda4f709f6b4002fa4af63c 27c87ef9bbda4f709f6b4002fa4af63c 27c87ef9bbda4f709f6b4002fa4af63c
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
