Active Directory Activities for Windows Workflow Foundation posted
My Active Directory activities have been published to the .NET 3.0 web site. They are available here: https://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!
Comments
Anonymous
January 07, 2007
Hello Suman, do You create WWF activities for getting example computers from Active Directory? Can You sugegst any idea? AndrzejAnonymous
January 08, 2007
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.aspxAnonymous
January 10, 2007
Thank You, very auxiliary.Anonymous
April 11, 2007
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.Anonymous
April 16, 2007
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.Anonymous
March 14, 2014
The files are here now: archive.msdn.microsoft.com/.../ProjectReleases.aspx