-
Fix trust relationship at sites with smart card restrictions
So I know there are lots of articles out there which tell you how to fix the trust relationship between a machine and AD. However, in sites where smart cart authentication is enforced for admin accounts, it is very difficult to do that easily. I tried many methods and this is the one which works quickest for me: This assumes that you have two accounts. one admin and one non admin. Delete AD computer account of that machine Add AD account for the machine, let your non admin account be able add machine to domain Go to the machine and on an “administrative command prompt” type this command: netdom resetpwd…
-
Find account’s disable date and more in AD
First of all, please note that there is no disabled time stamp attribute in AD. Having said that, here are some tips to find when an account was disabled in Active directory: You can use ADSIedit to look at an account’s properties. Scroll all the way down and look at the Attribute called “whenChanged”. This will tell you when the account was disabled.