Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »




Connect To Baramundi

This activity connects to Baramundi.

Activity Parameters

The Connect To Baramundi activity parameters can be provided by manual inserted values or via IN arguments or variables:


Parameters:

  • 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).
  • URL Service Request (text box type) (type: string): enter the Baramundi URL. E.g. 'http://servername:10081/httpmoc/httpmoc.asmx'.
  • Username(text box type) (type: string): enter the Baramundi username e.g. Domain\Demouser

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: object): outputs a Baramundi connection. The Output of this activity should be used as input for all Connection parameters used for activities placed under Baramundi. 


Baramundi Disconnect

This activity closes the connection to Baramundi.

Activity Parameters

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


Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.


 


Add New Server

This activity adds a new server to Baramundi account. 

Activity Parameters

The Add New Server activity parameters can be provided by manual inserted values or via IN arguments or variables:


Parameters:

  • Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
  • Display Name (text box editor type) (type: string): enter the display name of the new server to be added to Baramundi environment. 
  • Domain (text box editor type) (type: string): enter the domain name. E.g. 'fmrp.net'.
  • Group GUID (text box editor type) (type: string): enter the group GUID. Use the output from Get Group Info activity to bind to Group GUID parameter. 
  • Hostname (text box editor type) (type: string): enter the hostname. 
  • HW Profile GUID (text box editor type) (type: string): enter the HW Profile GUID  (not required).
  • IP (text box editor type) (type: string): enter the IP address (not required). 
  • MAC (text box editor type) (type: string): enter the MAC for the computer you want to add to the collection e.g. 00-14-22-01-23-45

The Read Only Output variable are the possible output values that the activity will provide:

  • Output status (type: string): outputs the baramundi status. 


Add Server To Job

This activity adds server to job in  Baramundi environment. 

Activity Parameters

The Add Server To Job activity parameters can be provided by manual inserted values or via IN arguments or variables:


Parameters:

  • Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
  • Job GUID (text box editor type) (type: string): enter the Job GUID. Use the output from Get Group Job Info activity to bind to Job GUID parameter.  
  • Machine GUID (text box editor type) (type: string): enter the Machine GUID. Use the output from Get Clients List activity to bind to Machine GUID parameter. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output status (type: string): outputs the baramundi status. 

Remove User from Collection

This activity removes a user from a membership collection.

Activity Parameters

The Remove User from Collection activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Collection ID (text box editor type) (type: string): enter the collectionID. This parameter can be retrived using Baramundi#List Collections activity.
  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • QueryID (text box editor type) (type: string): enter the query ID. Can be retrieved by using Baramundi#List Users acitivy.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output result (type: string): activity returns true if user was added and null if not



Remove Computer from Collection

This activity removes a device from a collection.

Activity Parameters

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

All of the input parameters are mandatory.

Parameters:

  • Collection ID (text box editor type) (type: string): enter the collection ID. This parameter can be retrived using Baramundi#List Collections activity.
  • Computer ID (text box editor type) (type: string): enter the computer ID
  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output result (type: string): activity returns true if user was added and null if not




Set Primary Device

This activity sets a primary device (Device Affinity).

Activity Parameters

The Set Primary Device activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • AffinityType (text box editor type) (type: string): enter the affinity type e.g. 2-Administrator defined
  • Machine Resource Id (text box editor type) (type: string): enter the Machine Resource Id e.g. 16777219
  • Site Code (text box editor type) (type: string): enter the Site Code e.g. PS1
  • Site Server (text box editor type) (type: string): enter the Site Server e.g. CM01
  • User (text box editor type) (type: string): enter the username e.g. Domain\DemoUser

The Read Only Output variable are the possible output values that the activity will provide:

  • Output result (type: string): activity returns true if user was added and null if not




Install Software Package

This activity creates a new deployment package Software via SCCM.

Activity Parameters

The Install Software Package activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • New Package Description (text box editor type) (type: string): enter the software package description e,g My new package description
  • New Package Name (text box editor type) (type: string): enter the software package name e.g. C:\\MyNewSourcePackage
  • New Package Source Flag (text box editor type) (type: string): enter the software package source flag e.g. 2
  • New Package Source Path (text box editor type) (type: string): enter the software package source path  e.g. C:\\MyNewSourcePackage

The Read Only Output variable are the possible output values that the activity will provide:

  • Output result (type: string): activity returns true if user was added and null if not





Delete Computer

This activity deletes a computer.

Activity Parameters

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

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • Computer ID (text box type) (type: string): enter the computer ID ( Resource ID)

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: object): outputs a SCCM connection. The Output of this activity should be used as input for all Connection parameters used for activities placed under SCCM. 




Get Computer Collection

This activity get collections assigned to computer.

Activity Parameters

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

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • Computer ID (text box type) (type: string): enter the computer ID ( Resource ID) e.g. 1985471

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: object): outputs the SCCM results - list of SCCM collection IDs and names. Format ID:Name



Get Computer Info

This activity gets computer details.

Activity Parameters

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

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • Computer ID (text box type) (type: string): enter the computer ID ( Resource ID) e.g. 1985471

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: object): outputs the SCCM results - list of KeyValuePairs. To access the values use as key: Active, ADSiteName, AMTFullVersion, Name, NetBiosName, SNMPCommunityName





Get User Info

This activity gets user details.

Activity Parameters

The Get User Info activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
  • User ID (text box type) (type: string): enter the User ID ( Resource ID) 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: object): outputs the SCCM results - list of KeyValuePairs. To access the values use as key: FullUserNAme, Name, NetworkOperatingSystem, UniqueUserName, UserName




  • No labels