RDP ( Your Credentials did not work !!)

Issues observed :

I came across a new issue recently in which I could not direct RDP to a freshly installed Windows Server 2019 Standard edtion and face this funny error “Your Credentials did not work ” from a existing active directory domain ( not matter which version) . I was sure the credential was correct since could easily login via console without any error .This turns to be an issue with below policies which prevents any Windows machine in AD unable to RDP to standalone Windows server 2019.

Workaround :

Solution is to perform the below to let yourself in temporarly :

  • Here is your friend “gpedit.msc
  • Dig in to the following path : “Computer Configuration\Administrative Templates\System\Credentials Delegation”

1 Allow delegating default credentials

2 Allow delegating saved credentials

3 Computer Configuration > Administrative Templates > System > Credentials Delegation

4 Allow delegating saved credentials with NTLM-only server authentication

Do change each of the above policy per below example :

Modify policy : Add “TERMSRV/*” to the Value textbox


Last but not least edit the following registry key “Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\LMCompatibilityLevelLevel” and set the value to “1” . note the key type is “REG_DWORD“. Having done the above you you will be able to RDP to server . This solution should be done as temportarlity fix since you can RDP to the server by rolling back the changes once the server joined to the Active Directory domain.

Cheers 🙂

Multi Site Site to Site VPN ( Juniper SRX and ScreenOS)

We will configure multi site classic IPSEC VPN for a fictional company called mysillylab.com . this will include a HQ site consisting of Juniper SRX 210HE2 , vMX ( partitioned via Logical Systems) and Windows Server 2022 as Active Directory domain controller . similarly there will be a Disaster recovery site equipped with similar equipment without redundant ISP connectivity per below topology . (Stay Tuned). 🙂

Topology Diagram