- Add New Server
- Add Server To Job
- Baramundi disconnect
- Connect To Baramundi
- Get Clients List
- Get Group Info
- Get Group Job Info
- Remove Server From Job
Connect To Baramundi
This activity connects to Baramundi.
...
- Output status (type: string): outputs the baramundi status.
Remove
...
Server From Job
This activity removes a user from a membership collectionserver from job.
Activity Parameters
The Remove User from CollectionServer From Job 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 Baramundi connection string. The Output from Connect to SCCM acitivity Baramundi activity should be used as Input here.
- QueryID Job Name (text box editor box editor type) (type: string): enter the query ID. Can be retrieved by using 13669699530 acitivy.
The Read Only Output variable are the possible output values that the activity will provide:
...
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 (Job Name.
- Machine GUID (text box editor type) (type: string): enter the collection ID. This parameter can be retrived using 13669699530 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.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 result status (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
...
- outputs the baramundi status.
Get Clients List
This activity retrieves a list of Baramundi clients.
Activity Parameters
The Install Software Package activity Get Clients List 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 Baramundi connection string. The Output from Connect to SCCM acitivity Baramundi activity should be used as Input here.New Package Description
- Group GUID (text box editor box 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:\\MyNewSourcePackageenter the Group GUID. Use the output from Get Group Info activity to bind to Group GUID parameter.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result Output (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:
...
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
...
- list<keyvaluepair<string,string>>): outputs the list of clients(devices). The output format is keyvaluepair where key→GUID and value → DisplayName. In order to extract a specific client, use Get KeyValuePair activity.
Get Group Info
This activity retrieves information about a group.
Activity Parameters
The Get Computer Collection Group 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 Baramundi connection string. The Output from Connect to SCCM acitivity Baramundi activity should be used as Input here.
- Computer ID Group Name (text box type) (type: string): enter the computer ID ( Resource ID) e.g. 1985471Group name from Baramundi server.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Output GUID (type: objectstring): 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) Group GUID.
- Output GUID List (type: list<string>): outputs the complete list of Group GUIDs from the response.
- Output Parent Group GUID (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
...
- outputs the Parent Group GUID.
- Output Parent Group GUID List (type: list<string>): outputs the complete list of Parent Group GUIDs from the response.
Get Group Job Info
This activity retrieves information about a group.
Activity Parameters
The Get User Group Job 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 Baramundi connection string. The Output from Connect to SCCM acitivity Baramundi activity should be used as Input here.
- User ID Group Name (text box type) (type: string): enter the User ID ( Resource ID)Group name from Baramundi server.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Output Group Job GUID (type: string): outputs the Group GUID.
- Output Jobs (type: objectlist<keyvaluepair<string,string>>): outputs the SCCM results - list of KeyValuePairs. To access the values use as key: FullUserNAme, Name, NetworkOperatingSystem, UniqueUserName, UserNamejobs under the given group. The output format is keyvaluepair where key→GUID and value → DisplayName. In order to extract a specific client, use Get KeyValuePair activity.