I\'m trying to connect to a remote PostgreSql database using powershell. This is my first time using powershell so I\'m sorry if this is a noob question. This is my Code:<
You actually have a typo in your connection string after Driver declaration. There is a double colon instead of a semicolon :)
Wrong:
{PostgreSQL UNICODE} : Server
Correct:
{PostgreSQL UNICODE} ; Server