I have been tasked to create a component that will access the Active Directory and obtain certain information from it, namely the password expiration date.
I have already created a simple loop that iterates through all the users on the AD domain and prints out certain properties of the Directory Entry. However, I am not able to access many of the other properties even though I am calling them in my procedure. I don't get any error messages, they just don't display.
I'm assuming this is because I would need to become a domain-wide admin to access these properties?
I have already created a simple loop that iterates through all the users on the AD domain and prints out certain properties of the Directory Entry. However, I am not able to access many of the other properties even though I am calling them in my procedure. I don't get any error messages, they just don't display.
I'm assuming this is because I would need to become a domain-wide admin to access these properties?