• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

CreateGroup

CreateGroup

Creates a new Active Directory group account.

Properties

GroupName
Type: System.String
Specifies the name of the group to be created.

SAMName
Type: System.String
Generated sAMAccountName (group name) of the group to support pre-Windows 2000 clients and servers.

TargetOU
Type: System.String
Specifies the LDAP path to the Active Directory container where the group will be created. For example, LDAP://CN=Users,DN=company,DN=com.

GroupType
Type: System.Object
Specifies the type of the group to be created.

GroupScope
Type: System.Object
Specifies the scope of the group to be created. Defaults to 'Global'.

OutputGroup
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the created group. This is a read-only output parameter.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links