Powershell to Word Table alignment query

Hi all, hope you can help…
Organisational obligations require a Word document generated. This I can do with Powershell (for server service visits), giving disk data info etc…but I’d like to know how to align the text within specific cells…If anyone could point me in the right direction, that’d be great.

Thanks

Jason

Why not just send your data to Excel with your data then insert that in to Word using PowerShell and the Office DOM for both?