Powershell – exporting multivalued properties (Draft) - Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple - Site Home - TechNet Blogs

Microsoft Exchange pour Tous V2 - Microsoft Exchange made simple

Nouveautés, principes, évolution, trucs et astuces - News, principles, evolution, tips and tricks

Powershell – exporting multivalued properties (Draft)

Powershell – exporting multivalued properties (Draft)

  • Comments 1
  • Likes

This one is just for me to remember; more explanations later on

get-service | `
select name,@{Name='ServicesDependedOn';Expression={[string]::join(";",($_.ServicesDEpendedOn.name))}} | export-csv $env:userprofile\desktop\testExport.csv

Comments
  • Thanks

Your comment has been posted.   Close
Thank you, your comment requires moderation so it may take a while to appear.   Close
Leave a Comment
Search Blogs