Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • AD Path (combo box control) (type: string): the Active Directory connection string, without "LDAP:\\\\" part. Here can be inserted, for example, the name of the Domain Controller server, in full address format: VSRPDC201DEMOSERVER.FMRPdemo.intern intern
  • Logon Provider (combo box control) (type: string): choose from the drop down list the logon provider. Flowster Studio provides the following options:
    • Default: Use the standard logon provider for the system. The default security provider is negotiate, unless you pass NULL for the domain name and the user name is not in UPN format. In this case the default provider is NTLM.
    • WinNT50: Use the negotiate logon provider. This value is not support for Windows NT 4 or earlier.
    • WinNT40Use the NTLM logon provider
    • WinNT35Use the Windows NT 3.5 logon provider
  • Logon Type (combo box control) (type: string): choose from the drop down list the type of logon operation to perform.
    • Interactiveused for a logon at the console of a computer. An Interactive logon is logged when it is attempted to log on at a Windows computer’s local keyboard and screen
    • Networkoccurs when there are accessed remote file shares or printers. Also, most logons to Internet Information Services (IIS) are classified as network logons, other than IIS logons that use the basic authentication protocol (those are logged as logon type Network Clear Text)
    • Batchused for scheduled workflows. When the Windows Scheduler service starts a scheduled workflow, it first creates a new logon session for the workflow, so that it can run in the security context of the account that was specified when the workflow was created
    • Serviceused for services and service accounts that log on to start a service. When a service starts, Windows first creates a logon session for the user account that is specified in the service configuration
    • Unlockused whenever a Windows machine is unlocked
    • Network Clear Textused when log on over a network and the password is sent in clear text. This happens, for example, when basic authentication is used to authenticate to an IIS server
    • New Credentialsused when running an application using the RunAs command and specify the /netonly switch. When you start a program with RunAs using /netonly, the program starts in a new logon session that has the same local identity (this is the identity of the currently logged on user), but uses different credentials (the ones specified in the runas command) for other network connections. Without /netonly, Windows runs the program on the local computer and on the network as the user specified in the runas command, and logs the logon event with type Interactive
  • Password (password editor type) (type: string): the password for the provided username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the connection. (This parameter is used only when the user wants to send an encripted password from outside the workflow, for example Flowster Portal).
  • Root (combo box control) (type: string): the root type: 
    • LDAP: when the scope of a search is the domain or an organizational unit
    • GC: when the scope of a search is the forest
  • Secure Connection (combo box control) (type: string)this can be used as input when you need a secure connection. You can either choose from the drop down list if the connection should be secured or you can bind this parameter to a Variable/Global Variable or IN argument. 
  • Username (text box editor type) (type: string): the username to query and perform Active Directory operations. The accepted format is domain\username

...

  • Connection (type: object): outputs an Active Directory Connection. This parameter should be used as input for all Connection parameters used for activities placed under Active Directory category.
 

Execution:

Image Removed



Disconnect from Active Directory

...

The Create Computer activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Removed

Image AddedParameters:

  • Attributes (text box editor type) (type: string): enter computer specific Attributes for the new created computer. Here can be inserted attributes that would not be created by default with the activity (optional attributes in AD). For example, it can be inserted the displayName attribute. In the Collection editor window, when adding a new member, at Name insert the attribute's name (e.g. displayName) and at Value insert the value that the attribute should take.
  • CN String (text box editor type) (type: string): the CN String value that will be associated with the Canonical Name of the place where the computer will be createdobject. For Example: 'CN=TESTDemoComputer1' . This value will be associated with the CN attributewill create a computer with the Canonical Name: demo.intern/__DEV-Testing/Computers/DemoComputer1.
  • CSV Attributes (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "Attribute1Name,Attribute1Value;Attribute2Name,Attribute2Value". This field can be used in order to provide all the desired attributes and their values on a single field. The example presented in the screenshot can be translated as "displayName,TestingMachine".
  • Parent Entry (text box editor type) (type: string): the parent entry for the new created computer. The parent entry can be linked to a variable outputed by the GetEntry activity (for GetEntry binding usage, see the Add Computer To Group activity) or written by hand. The accepted format should be written as in the given example: "LDAP://VSRPDC201DEMOSERVER.FMRPdemo.intern/OU=Computers,OU=__DEV-Testing,DC=FMRPdemo,DC=intern":Image Removed
  • sAMAccountName (text box editor type) (type: string): the sAMAccountName for the new computer.

...

  • Entry Path (type: string): outputs the path of the new created computer.
 

Execution: the activity will output the result of the computer creation, displaying the newly created machine's Path:

Image Removed

 

Create Group

This activity creates a new entry of class 'Group' in Active Directory.

...