Author Archives: feadmin

How old is my Active Directory Forest?

It’s sometimes interesting to know how old your AD forest is and when the various domains were created.  I recently came across a really useful TechNet Blog with a Powershell snippet to do just this.  My version shown below just has some slightly different formatting. # How old is the forest? Get-ADObject -SearchBase (Get-ADForest).PartitionsContainer `… Read More »

How to change the Exchange 2013 OAB Generation Schedule

To be honest I’m only writing this one because I know I’ll get confused in the future and will want to refer to something authoritative. 🙂 There are two configurable values when considering how to change the Exchange Server 2013 Offline Address Book (OAB) generation schedule from its default of 1 day.  These are: OABGeneratorWorkCycle… Read More »

Apple fans unbent in the face of #bendgate

Let me start out by saying that I am not an Apple-hater. Nor do I have an irrational fear of their products [incredibly, there is a word for a fear of apples: Malusdomesticaphobia]. Generally, I find Apple’s products to be stylish and simple to use. So why would I find myself suffused with a feeling… Read More »

Find Windows XP machines in your AD Domain

If you haven’t heard that extended support for Windows XP ended earlier this year you’ve clearly been in a coma.  There are a number of well-publicised methods for finding out whether you still have XP machines in your environment.  Here is my own humble (and spectacularly over engineered) Powershell offering.   ######################################################### # # Name:… Read More »

The request subject name is invalid or too long

I had an interesting one recently when submitting a certificate request to a Windows Certificate Authority using certreq.exe.  The error that came back was: The disposition message is “Error Parsing Request The request subject name is invalid or too long. 0x80094001 (-2146877439)” I found several links to possible solutions but, as it turns out, the problem in… Read More »