Hello,
I am having trouble getting my head around what is the best way to manipulate a table in Powershell.
e.g. If I have a table such as:
Count, FirstName , Lastname , Age
1,John,Doe,21
2,Jane,Doe,23
3,Jack,Smith,27
Can you please point me towards good documentation to create the table, insert, update , delete rows in the table?
Thank you,
Ali.