Author Archives: feadmin

wbadmin.msc snap-in missing after installing Windows Server Backup feature

Had a weird one earlier today.  I installed the Windows Server Backup feature on two Windows Server 2012 R2 servers in the same VMware farm.  On one server I could start the wbadmin.msc snap-in immediately, but on the other I couldn’t find it at all.  I couldn’t find anything in the event logs to explain… Read More: wbadmin.msc snap-in missing after installing Windows Server Backup feature »

Nokia Lumia 930 Review

The first thing that struck me after lifting the phone out of the box was how heavy it was. My Samsung S3 (the sole victim of a fatal hit-and-run incident recently) was much lighter. It feels substantial, solid and it definitely won’t bend in your pocket! I wouldn’t want to drop it though. The brushed… Read More: Nokia Lumia 930 Review »

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 old is my Active Directory Forest? »

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: How to change the Exchange 2013 OAB Generation Schedule »

How to send from a different address using Exchange 2013 Outlook Web App (OWA)

If you have Send As permissions on another recipient object (e.g. mailbox, distribution group) you have the ability to specify that object’s primary SMTP address as your “From” address when sending from Outlook and Outlook Web App (OWA).  How you achieve this in OWA is not immediately obvious, so here are some (hopefully helpful) screenshots. … Read More: How to send from a different address using Exchange 2013… »

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: Find Windows XP machines in your AD Domain »

Multivalued attribute limits in Active Directory

There was in interesting discussion the other day on the ActiveDir.org mailing list. Someone asked how many values can be stored within the proxyAddresses mutlivalued attribute in Active Directory. The responses were reasonably consistent, with most people indicating that in Windows 2000 the number was in the range of approximately 800 to 850 and from… Read More: Multivalued attribute limits in Active Directory »