Archive for May, 2018

Slow Outlook 2016 Autodiscover with Office 365 or Internal Exchange Server

In case you run into slow account setup with Outlook 2016, which can take up to 10 mins or more. To workaround this issue, you may use the following Registry settings to force Outlook to bypass the root domain discovery and redirect to the autodiscover CNAME or A record to resolve the address for autodiscover […]

PowerShell to FIX: the trust relationship between this workstation and the primary domain failed

Open PowerShell as administrator. Run this command sequence: $credential = Get-Credential  (enter domain admin account when prompted) Reset-ComputerMachinePassword -Server ClosestDomainControllerNameHere    

Powered by WordPress and Bootstrap4