My Active Directory activities have been published to the .NET 3.0 web site. They are available here: http://wf.netfx3.com/files/folders/communications/entry7716.aspx
I've included a simple sample and I will probably tag in an screenshot of a sample workflow.
Enjoy!
Hello Suman, do You create WWF activities for getting example computers from Active Directory?
Can You sugegst any idea?
Andrzej
I believe I have a sample in the code I put on the WF site. It gets a user then extracts the user's first name, last name, and email address. You can get other details using the helper class I put in the mix.
A good addition would be to get the user's manager. To do so, use the GetADPropertyValue activity and set the LdapPropertyName to "manager". To get a list of direct reports, the LdapPropertyName is "directReports".
Here's a list of some available LDAP properties in AD:
http://msdn2.microsoft.com/en-us/library/aa746392.aspx
Thank You, very auxiliary.
Hello Suman,
The download from netfx3 fails with the "file not found" message.
Is there anywhere else where the activities can be found?
Thanks,
Doron.
I've emailed the person in charge of the WF part of the site. Send me an email through the contact page (the EMAIL link) and I'll send them to you.