I use this one quite a lot because people always want to know who all is in an Active Directory Group. Here is my quick and ugly Powershell script to find this info.
Posts Tagged ‘Active Directory’
Get Members of an Active Directory Group Using Powershell
Posted in Programming, Script, tagged Active Directory, Powershell on August 11, 2008 | 4 Comments »
Memory leak in VB findone() method
Posted in Programming, tagged .net, Active Directory, Directory Searcher, VB on June 12, 2008 | Leave a Comment »
I know the title is fascinating but this little nugget of knowledge came in extremely useful. I was writing an web application that talked to Active Directory (using VB .net) for some of it’s info and found that there was a gigantic memory leak occurring.