• 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

GetComputers

GetComputers

Retrieves a collection of all the computers in the specified Active Directory domain.

Properties

ComputerOS
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.ComputerOSType
Specifies the type of computer to retrieve.

TargetOUPath
Type: System.String
Specifies the LDAP path to the Active Directory container to be searched for computers. For example, LDAP://CN=Computers,DN=company,DN=com.

ComputerName
Type: System.String
Specifies the CN (common name) of the computer(s) to be retrieved. Wildcards are supported.

TargetDomain
Type: System.String
Specifies the DNS name of the domain to be searched for computers. If this parameter is not provided, the activity uses the root domain in the forest in which the computer running the workflow resides.

OutputComputers
Type: System.Object
Contains the collection of retrieved AD computer objects. 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