I have some old Powershell scripts that use the v1.7 driver. I am trying to move them to v4 but cannot seem to get the synchronous classes.
When I call Session() I am hitting the the Async implementation instead of the synchronous, even though I ha...