adsi
Active directory logonCount is 0, though the user has logged in
For a user in active directory, the properties hold values for lastlogontime & lastlogontimestamp but the logoncount is 0. I am having only one domain controller in that domain.[详细]
2022-12-26 13:22 分类:问答With ADSI SetPassword method how a password is transmited to AD Server
My question is how ADSI performs SetPassword operation. According to what I have read ADSI is a COM interface and it has more capabilities than AD provides through LDAP. While you are suppose to updat[详细]
2022-12-23 08:53 分类:问答Which is better for IIS administration in ASP.Net : WMI or ADSI or Managed API? and what's the difference?
I am working on Configuring and manipulating and controlling IIS 6.0 and later versions using ASP.Net based web appl开发者_运维技巧ication. I am considering WMI, ADSI, Managed API as my options.[详细]
2022-12-19 19:46 分类:问答Updating Active Directory user properties in Active Directory using Powershell
In a Windows Server 2003 R2 environment, using Powershell v2.0, how would one duplicate the functionality of Set-QADUser to update user properties in Active Directory, like their phone number and titl[详细]
2022-12-19 11:08 分类:问答VBScript Error when calling GetObject("WinNT://JohnDoe,User")
I have code that hasn\'t been touched in over a year, but the DCs were upgraded from 2008 to 2008 R2. The AD folks claim it’s not the DC upgrade but the issue started promptly after that went in.[详细]
2022-12-19 07:05 分类:问答Unable to use IIS ADSI Provider after IIS installation if ADsOpenObject was called before install
My .Net application actively uses Active Directory and installs IIS if its absent. If IIS wasn\'t installed on application startup and any of Active Directory-related methods were called then IIS ADSI[详细]
2022-12-15 21:49 分类:问答ADSI Query against IIS does not agree with IIS Manager, on Vista
Using Vista... I have a script that uses ADSI to set ScriptMaps on an IIS Website. It\'s javascript, run within cscript.exe, and the code looks something like this:[详细]
2022-12-12 11:03 分类:问答Starting application pools with WMI\ADSI (C#) hangs immediately after reboot
I have encountered a strange situation where starting an application pool from a windows service (written in C#, set to \"Automatic\" startup) using WMI or ADSI immediately after the server reboots ha[详细]
2022-12-12 06:23 分类:问答