Password Does Not Meet Complexity Requirements
Nov17

Password Does Not Meet Complexity Requirements

KB ID 0000229  Problem Windows Server has a password complexity requirement to make sure passwords are strong. Yes it can be disabled, but while it is in place you need your passwords to confirm to the following. Error within AD Error at Logon Note: To disable password complexity click here.   Solution To meet the policy your password MUST, 1. Passwords cannot contain the user’s account name or parts of the user’s...

Read More
IIS: How to Create a Certificate Request
Nov17

IIS: How to Create a Certificate Request

KB ID 0000840  Problem If you would like to obtain a digital certificate either from your own CA, or from a public certificate vendor, you need to submit a certificate signing request (csr) first. Solution Note: I’m making the assumption you have already installed the Web Server (IIS) role on your server. 1. Windows Key+R > iis.msc {Enter} > Select the servername > Server Certificates. 2. Create Certificate Request >...

Read More
Windows Server – Secure RDP Access with Certificates
Nov17

Windows Server – Secure RDP Access with Certificates

KB ID 0000944 Problem This ensures that traffic that is sent over an RDP connection to a server is protected by TLS/SSL Encryption. IT DOES NOT stop clients connecting to an RDP server if they do not have a trusted certificate. If you need that level of security, that should already be done by 802.1x. Solution Create an RDP Certificate Template 1. On the domain CA Launch the Certification Authority Management Console > Certificates...

Read More
Windows Server – Stop Server Manager from Launching
Nov17

Windows Server – Stop Server Manager from Launching

KB ID 0000042 Dtd 04/08/15 Problem Server Manager on Windows Server 2008 and Server 2012, launches every time you log on, (with administrative access). After a while this can get very annoying, if you log into a lot of servers for example. So I tend to stop it auto-launching (it’s still on the taskbar if you need it!) Solution Disable Server Manager Opening on Startup 1. With Server Manager Open > Manage > Server Manager...

Read More
Windows Server – Migrating DHCP Scopes
Nov17

Windows Server – Migrating DHCP Scopes

KB ID 0000447 Problem Normally you can just create a new scope on your new DHCP server, but if you have a lot of reservations that you don’t want to have to recreate (for printers network devices etc), then it’s a better option to migrate/copy the scope to the new server. Solution 1. Copy all the DHCP settings to a text file with the following command; netsh dhcp server export C:\dhcp.txt all 2. Stop and disable the DHCP...

Read More
Add a URL to Clients “Trusted Sites” with Group Policy
Nov17

Add a URL to Clients “Trusted Sites” with Group Policy

KB ID 0000146  Problem You want to have a URL added to everyone’s “Trusted Sites” list, and to avoid visiting each machine you want to use Group Policy, Or users don’t have the rights to do this themselves and you want to add one for them, i.e. the URL of your corporate CRM System. Solution The Group Policy you need to edit is, Computer Configuration > Policies (This level is on Server 2008 only) >...

Read More
Enable RDP via Group Policy
Nov17

Enable RDP via Group Policy

KB ID 0000043 Problem Rather than enabling on an ad-hoc basis, you want to turn on RDP for multiple machines via Group Policy. Solution Group Policy Location To simply enable RDP, change the following policy; Computer Configuration > Admin Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections Locate and change the “Allow users to connect remotely using Remote Desktop...

Read More