Forum Discussion
JFM_12
Feb 20, 2025Iron Contributor
CQ - Powershell for Output
Hi
I have a Powershell that outputs the data.
The output of "DistributionLists" is on screen correct.
If exported on the File it is "System.Guid[]"
How can the "System.Guid[]" be translated in a real Guid and not "System.Guid[]".
Thanks for your answer
JFM_12
If it work it would be good if you click on 'accept as response'
- JFM_12Iron Contributor
Luis-Ramos
Thank you very much
I will try it. Helps also for other scripts
Juan- Luis-RamosBrass Contributor
If it work it would be good if you click on 'accept as response'
- Luis-RamosBrass Contributor
Have you successfully tried?
- Luis-RamosBrass Contributor
have you tried to use the toString Method ?
$DistributionLists | ForEach-Object { $_.ToString() }