Suman Chakrabarti - SharePoint and ASP.NET blog

SharePoint, .NET, Social Computing and random bits of goodness

WinWF Active Directory Activities

WinWF Active Directory Activities

  • Comments 4

I've been working on building out some AD activities for Windows Workflow Foundation. A few months ago, I put together activities for the following retrieval activities:

  • GetUserActivity
  • GetManagerActivity
  • ChangePassword
  • CreateUser

Anyone have ideas on anything else? I'd like to just make a little framework of AD components for the WinWF site when I finally upload it.

  • Hi,

    great thing!

    I think a generic GetADPropertyValueActivity would be fine!

    best regards,

    Thomas

  • WFでAD操作するアクティビティ

  • I've got them built, I just have to clean them up before I push them to the WinWF site. Right now, I've put together the following:

    • GetUserByLogonName
    • GetADPropertyValue
    • GetGroupByAlias
    • GetDirectoryEntry
    • SetPassword

    I've also got an object called ActiveDirectoryUserInfo that gets more information about a user. I see this being used for future activities that would help with rules processing.

  • I'm trying to get the AD workflow activities I put together on the http://wf.netfx3.com site, but they seem to be backlogged. My upload is currently awaiting approval.

Page 1 of 1 (4 items)
Leave a Comment
  • Please add 2 and 5 and type the answer here:
  • Post