CreateComputer
CreateComputer
Creates a new Active Directory computer account.
Properties
DisplayName
Type: System.String
Specifies the name of the computer account to be created.
SAMName
Type: System.String
Generated computer name used to support pre-Windows 2000 clients and servers. Must be less than 20 characters to support older clients.
TargetOU
Type: System.String
Specifies the LDAP path to the Active Directory container where the computer will be created. For example, LDAP://CN=Computers,DC=company,DC=com.
OutputComp
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the created computer. This is a read-only output parameter.
Add Comment