LEEEJEFFRIES.COM

Recent Posts

Unattended Citrix VDA Install using Powershell

I recently completed some work to spin up an entire Citrix Virtual Apps and Desktop testing environment in Azure with LoginVSI and FSLogix all installed automatically. I decided to write this blog post as I stumbled across a thread on twitter about people having some issues deploying the VDA with SCCM due to the multiple reboot issue. Below are two powershell scripts which I’ve uploaded which...

I recently completed some work to spin up an entire Citrix Virtual Apps and Desktop testing environment in Azure with LoginVSI and FSLogix all installed automatically. I decided to write this blog post as I stumbled across a thread on twitter about people having some issues deploying the VDA wit...

Request an SSL Certificate from a Windows CA without Web Enrolment

I was in a situation with a client where we did not have access directly to the certificate authority and web enrolment was not available. I used this process to request a wildcard certificate that I could use for the duration of my project. I’m covering here, how to use certreq and certutil to request, generate and accept the certificate from the CA. This is done using a custom .ini file th...

I was in a situation with a client where we did not have access directly to the certificate authority and web enrolment was not available. I used this process to request a wildcard certificate that I could use for the duration of my project. I’m covering here, how to use certreq and certutil t...

The New LoginPI – What’s New?

So today the new version of LoginPI is released, personally I loved LoginPI2 and thought that the proactive monitoring aspect had a lot of scope for businesses running Virtual Desktops, helping to ensure up-time, performance and availability was maintained. We all know, you build your nice new desktop image; its quick and fast and you’re proud. After a good few months of updates and changes i...

So today the new version of LoginPI is released, personally I loved LoginPI2 and thought that the proactive monitoring aspect had a lot of scope for businesses running Virtual Desktops, helping to ensure up-time, performance and availability was maintained. We all know, you build your nice new ...

Migrating AD Integrated DNS Zones between DNS Servers

So you’ve got some DNS Zones on your Domain Controllers and you’re building a test lab or another domain that you want to copy these to. Easy right – not so easy if they are AD integrated zones. This means the files for these zones are not stored in C:\Windows\System32\dns an normal, they are actually stored and replicated to all DCs inside AD. I had a requirement to move an integrated forwa...

So you’ve got some DNS Zones on your Domain Controllers and you’re building a test lab or another domain that you want to copy these to. Easy right – not so easy if they are AD integrated zones. This means the files for these zones are not stored in C:\Windows\System32\dns an normal, they are a...