Active Directory Services Interfaces
I currently have ADSI code to get the groups a user is a part of: $searcher = [adsisearcher]"(samaccountname=$env:USERNAME)" $…
powershell adsiWe currently have a View that queries active directory info. I was wondering if there was a good reference as …
sql-server active-directory reference view adsiThe following method I created seem does not work. An error always happens on foreach loop. NotSupportedException was unhandled...The …
c# .net directoryservices adsi directorysearcherI have a long running process that needs to do a lot of queries on Active Directory quite often. For …
c# .net memory-leaks directoryservices adsiI am trying to create a powershell script to automate user creation which is working great using ADSI. However I …
powershell adsiI have code that hasn't been touched in over a year, but the DCs were upgraded from 2008 to 2008 R2. The …
vbscript active-directory activex adsiWe have a large Transaction Processing System (batch processing) ERP Solution for large Healthcare claims processing organizations and businesses. We …
delphi active-directory ldap delphi-2010 adsiWhen adding a domain user to the local administrators group I receive an access denied, this worked before and now …
powershell adsiSo I have a SQL query that pulls data from our Active Directory without any issues (slimmed way down for …
sql sql-server active-directory adsiIn a Windows Server 2003 R2 environment, using Powershell v2.0, how would one duplicate the functionality of Set-QADUser to update user …
windows powershell active-directory adsi