PSDStart.ps1 - Get-PSDConnection (Line 599) fails if computer time is incorrect for HTTPS connections. The NTP Time sync which is called directly after Get-PSDConnection to solve this issue never runs. Get-PSDConnection needs to be excuted after the NTP Time sync and not before.
Continuing on from my other issue over here https://github.com/FriendsOfMDT/PSD/issues/158
PSDStart.ps1 - Get-PSDConnection (Line 599) fails if computer time is incorrect for HTTPS connections. The NTP Time sync which is called directly after Get-PSDConnection to solve this issue never runs. Get-PSDConnection needs to be excuted after the NTP Time sync and not before.