Reading the otherWellKnownObjects attribute with PowerShell
I wanted to read the otherWellKnownObjects attribute from an Active Directory object. In my case this was the …
I wanted to read the otherWellKnownObjects attribute from an Active Directory object. In my case this was the …
In Exchange it’s possible to hide a Mailbox from the (Global) Address List. You can do that in the …
In my previous post I explained how to get the recursive group membership with a very simple Powershell …
In this post I will show an easy way to get the recursive group membership for the current user. I use this in …
I was creating an unattended Exchange 2007 install job today and while testing it, it failed with the …
I was trying to install HP Insight Control server deployment (previously called HP Rapid Deployment Pack) on …
I have written a small commandline tool that shows the Active Directory Property Sheet for a given account. …
I needed to obtain the Fully Qualified Domain Name (FQDN) for a given NetBios domain name. Eg from MYDOMAIN to …
Previously I discussed IDirectoryObject, today I will show how to change a user’s password with …
Today I reused a unit I wrote a long time ago for TSAdminEx that shows Resource Dialogs from DLL’s or …