Recently, I needed to access an SQL database from PowerShell . There are no cmdlets to help you, but with a bunch of helper functions, it is easy and straightforward to access databases (including Microsoft Access files), retrieve data using SQL and even...