Contents tagged with windows server 2012
-
Scheduled Task that runs a PowerShell script returning 0x80070001
I've recently migrated several scheduled tasks from one machine to another as part of a rationalisation process. A couple of these tasks were ones that can only be run at a certain time, so were …
-
"unable to load certificates" when using openssl to generate a PFX
If you've tried to follow the instructions in my Generating an SSL certificate with SANs via a Windows Certificate Authority post and have run a command to combine the certificate and private key: …
-
Generating an SSL certificate with SANs via a Windows Certificate Authority
There are doubtless other ways to generate an SSL certificate through a Windows Certificate Authority which have associated SANs (Subject Alternative Names), but one way I've found is particularly …
-
The curious case of IIS that wouldn't serve content from a drive other than C:
In this case, it was with a Windows Server 2012 installation on a VMWare guest. The setup was quite unexciting:
Freshly installed Windows Server 2012 box
IIS installed
A second site configured …