PowerShell Array Table

I have following array

ServerName DBName AppName
ServerA DB1 App1
ServerA DB2 App2
ServerB DB3 App3

I want something like this:
ServerA DB1;DB2 App1;App2
ServerB DB3 App3

Regards
Zerge

angryserch,
Welcome to the forum. :wave:t4:

This forum is for scripting questions rather than script requests. We do not write customized and ready to use scripts or solutions on request.

What have you tried so far? We expect you to make an own attempt to get your task done or to solve your problem. If you have done so already please document here what exactly you have done and show your code. Then we probably might be able to help you step further.