
Getting a list of users in an Active Directory group.
Like the write up I did on how to get a list of users in your domain, there are several ways to do this, but Read More …
Stories, and bit rot, from the IT Support Trenches
Like the write up I did on how to get a list of users in your domain, there are several ways to do this, but Read More …
Update 12/2015: A Powershell version of this article is here. There are several ways to do this, but the method I prefer to use is GET-QADUser Read More …
You take all your computer accounts in Active Directory, filter out the old records (I use a cut-off of 30 days), and then compare it Read More …
Use the LastLogonTimeStamp or the LastLogin Active Directory attribute. If you are on a Windows 2003 Functional Domain or later, use LastLogonTimeStamp. If you are Read More …
In Windows 2000 you could create a shortcut to an Active Directory resource, and turn it into an Windows Explorer view. One of my (now Read More …
We used to hard-code a user’s home directory in a logon script; just like this: net use H: \\NODDY22\%Username%$ Of course, it becomes a problem Read More …
How to Install GPMC on Server 2008, 2008 R2, and Windows 7 (via RSAT) Can You See Me – Open Port Check Tool Is a Read More …
Get-ComputersNearMe Today I learned a little bit about how to get to some of the data stored within special shell folders. You can get a Read More …
W2K3 to W2K8 Active Directory Upgrade Considerations I have collected some upgrade considerations from a couple colleagues of mine and have been sharing them on Read More …