One of my customers asked for an overview of the UPNs of all users in a specific OU. Having become fairly familiar with the Get-ADUser command, I decided to see if I couldn’t make it do this, too.
(more…)Blog
-
PowerShell: Find all enabled user accounts
Some time ago, I was asked to provide a list of all enabled user accounts in Active Directory. My thoughts immediately went to PowerShell, assuming that there would be tools available to achieve that task. I knew that the
(more…)Get-ADUser
query, combined with a parameter, would likely be the ticket. -
Ask open-ended questions to better understand your context
When coming to a new position, whether in a position of leadership or not, one of your first priorities should be to gain an understanding of your context. You need to learn who your colleagues are, what they value, where they see threats, and where they see opportunities.
(more…) -
WordPress: Remove broken links
As a general rule, I don’t do much in the way of SEO (search engine optimization) on this blog. I’m not trying to sell anything, readership numbers are largely irrelevant to me, and I am not serving any ads. While I wouldn’t mind having a readership in the tens or hundreds of thousands, the fact is I have neither the time nor the inclination to spend money on increasing readership numbers.
(more…) -
Identifying the version of a Windows client
Back in December, I showed you how to install RSAT on a Windows client. As you will have seen, the method depends on what version of Windows the client is running, which means that correctly identifying the version running is somewhat important (although trial and error does work – eventually).
(more…) -
Reviewed: the Unicorn project
A much-anticipated sequel to the Phoenix project, the Unicorn project was launched late last year. Here are my thoughts:
(more…) -
(Re-)Reviewed: the Phoenix project
With the launch of the Unicorn project, I revisited the Phoenix project. Seeing as my previous review was a mite lackluster, I decided to revisit that, too.
(more…) -
Evolution – a critical part of technical support
Improvise, adapt, overcome has for a long time been a mantra within armed forces around the world who, when faced with gruelling challenges and little or no epuipment, have improvised to face the challenge, adapted to the challenge and lastly overcome the challenge.
(more…) -
2019 roundup
As has become my tradition, I would like to invite you to take a look at the year which is about to end with me, as it pertains to me, my life, and the blog.
(more…) -
Favorite things in 2019
For the fourth year running, I am writing a favorite things post. This time around, I’ll highlight things that have made my life better in some way. The red thread here is information management, and each and every one of these has been featured at some point through the year.
(more…) -
AD: Inspecting object attributes
A little while ago, I was asked about when a specific user last logged in with their active directory (AD) user account. While looking up that information was easily done, finding out how to look up the information was a mite more challenging. There are a number of ways of achieving it; including command line and Powershell commands. My preferred way of doing it is using the Attribute Editor in Active Directory Users and Computers (ADUC). Here’s how:
(more…)