Skip to main content

Is there a way with the out of the box smart objects to determine if an AD account is disabled? The Account Management Service has an AccountDisabled property, but only methods for updating data, not retrieving data. The  Active Directory Service2 service has get methods, but does not have a property for enabled/disabled.

Oremac,

 

I don't think there are any out of the box smart object available for some of the extended features in AD.  I went out and looked up some methods and built a web service to handle some of the ones your talking about:

 

11858i5AD4E98D72713A4E.png


These are some pretty basic functions that anyone creating solutions to manage AD User accounts would need. I am amazed that these are not included out of the box.


Is this still not available?? Need to get a account status


As far as I know this is still not available. I ended up creating my own WCF web service and then generated custom endpoint SmartObjects from it.


Reply