Windows Server 2012 R2 – Deploying Remote Desktop Services
KB ID 0001136 Problem I’ve had to do a rollout of Remote Desktop Services on Server 2012 R2, and publish it with Active Directory Federation Services and Web Application Proxy. I’m a little rusty on RDS and needed to deploy a few roles, so for my proof of concept I deployed RDS on TWO servers. Below is a run though and my notes on deploying RDS ONLY (I’ll put the links to other articles at the bottom of this post as...
Publish CRL Error – Access Denied 0x80070005
KB ID 0001135 Problem Seen when attempting to publish a CRL on a Windows Certificate Services Server. Access is denied. 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED) Solution The problem is the COMPUTER ACCOUNT attempting to publish the CRL, (i.e. the Windows Certificate Services Server), needs rights to the physical folder the CRL files live in, like so; Related Articles, References, Credits, or External Links...
Event ID 27 – “The description for Event ID 27 from source e1iexpress cannot be found”
KB ID 0001130 Problem I was seeing intermittent network drops on my Server 2012 R2 servers, so when I took a lot in the logs this was what I found; Log Name: System Source: e1iexpress Date: {time} Event ID: 27 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: {host-name} Description: The description for Event ID 27 from source e1iexpress cannot be found....
Active Directory Federation Services – Certificate Error ‘CNG Key’
KB ID 0001129 Problem When installing the Active Directory Federation Services Role, you need to supply a certificate. I was running this up using a self signed wildcard certificate when this happened; The certificate with the specified thumbprint {thumbprint} has a Cryptographic Next Generation (CNG) private key. The certificates with the CNG private key are not supported. Use a certificate based on a key pair generated by a legacy...
Certificate Services – Create a ‘Wildcard Certificate’
KB ID 0001128 Problem Now you may be thinking, “If you have your own CA/PKI solution why would you need to create a Wildcard Certificate”? If you can generate as many certificates as you want whats the point? Well today I need to setup ADFS, WAG (Web Application Gateway), and Remote Desktop Services Gateway Server. To make the whole thing wok on my test bench would be a lot less hassle if I could just use one certificate...
Windows – ‘Sorry, there was a problem mounting the file’ With ISO Files
KB ID 0001122 Problem Seen on Windows 10, and Server 2012, when attempting to open or mount an ISO file, (even downloaded direct from Microsoft). You get the following error; Note: Can also been seen with .VHD files. Couldn’t Mount File Sorry, there was a problem mounting the file. Solution Before you try anything else simply COPY the iso file to the root of your C: drive, and try again. 99% of the time simply copying the file...
Windows Server 2012 – Add Role Error 0x800f0902
KB ID 0001120 Problem I was setting up a print server yesterday, when I tried to add the print server role it failed with this error; Unable to obtain feature list error 0x800f0902 Solution Internet searching was pointing to a problem with the ‘Task Scheduler Service’ and suggested stopping that, which I was unable to do. It turns out my server had just finished Windows updates, and needed to reboot, (it was a new...
Windows Server 2012 R2 – Stop IE Opening ‘In Metro’
KB ID 0001119 Problem I was working on some Server 2012 R2 servers this morning, and every time I tried to launch IE, instead of the normal IE 11, it stubbornly kept opening the the IE App. Solution Hit the Windows key > Type in ‘internet options’ > make the following changes; Programs Tab > Opening Internet Explorer > Select ‘Always in Internet Explorer on the desktop’ > Apply > OK. Related...
Event ID 1030 and 1058
Event ID 1030 KB ID 0000119 Problem Event ID 1030 and 1058, Windows cannot query for the list of Group Policy objects. A message that describes the reason for this was previously logged by the policy engine. and Windows cannot access the file gpt.ini for GPO CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=<domain name>,DC=com. The file must be present at the location <<domain name>sysvol<domain...
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...