Select SQL Table with PowerShell
I needed to query a database table with PowerShell and manipulate the results, preferably in a data table. I found querying this information was possible, but the results would be… Read more »
I needed to query a database table with PowerShell and manipulate the results, preferably in a data table. I found querying this information was possible, but the results would be… Read more »
Sometimes you will find a “time” value in an application or database (normally on the back-end of an application) that is really a Unix Timestamp. Also known as “EPOCH,” the… Read more »
Find the Row Index of a PowerShell Array Here’s a function that will find the index of a Powershell array row, when the column you specify is also the value you’re… Read more »