Skip to main content
Create and Run Command
Updated this week

Here is the updated version of the article, "Create and Run a Command in Swif", reflecting the latest tooltips and features based on the images you provided:


Create and Run a Command in Swif

Swif's Command feature allows administrators to automate and manage tasks across devices in your organization, regardless of whether they are running macOS, Windows, or Linux. With this feature, you can execute commands that streamline processes like system configuration, application management, or any custom task automation. Additionally, Swif provides flexibility to run commands manually or on a scheduled basis.

Command Features Per Operating System

Swif supports a variety of command executions for macOS, Windows, and Linux. Below is a comparison of the command features available across different operating systems:

OS

macOS

Windows

Linux

Run as Swif Admin

Run as Local User

✓DEFAULT

✓DEFAULT

Run as System User

✓DEFAULT

Scheduled Job

  • Run as Swif Admin: Execute commands with administrative privileges (macOS, Linux). Make sure Swif admin account is not disabled.

  • Run as Local User: Run commands as the default local user (macOS, Windows, Linux).

  • Run as System User: Execute commands as the system user (Windows).

  • Scheduled Jobs: Run commands at specific times (or intervals) based on a defined schedule.

How to Create and Run a Command

Step 1: Log into the Swif Console

Start by logging into the Swif Console and navigating to Device Management. Select Commands to proceed.

Step 2: Create a New Command

Click on the Create New Command button to open the command configuration page.

Step 3: Add Basic Information

Fill in the following fields for your command:

  1. Command Name: Give your command a clear, descriptive name (e.g., "Install Updates").

  2. Description: Add an optional description to help identify the purpose of the command (e.g., "This command installs the latest security updates").

  3. OS Type: Choose the operating system(s) for the command (macOS, Windows, or Linux).

  4. Command Script: Enter the script you wish to run on the target devices. This script will vary depending on the selected OS:

    • For macOS and Linux, use bash or sh scripts (e.g., #!/bin/bash).

      • To run as sudo, you can use `echo '{PASSWORD}' | sudo -S ls` where the PASSWORD is the local user password.

    • For Windows, use PowerShell or Batch scripts (e.g., #!/usr/bin/env pwsh for PowerShell). By default, it runs as a SYSTEM user.

Step 4: Schedule the Command

  • Run Schedule: Choose how the command will be executed:

    • Run Manually: The command will only run when manually triggered.

    • Run as Scheduled: The command will run at a specified time using the UNIX crontab format (minute hour day-of-month month day-of-week). For more details on how to schedule commands, refer to the link on scheduling commands.

  • Command Status: Choose Enabled for the command to be active upon creation and trigger at the scheduled run time. If disabled, the command will not run unless manually enabled.

    Tooltip: "Enabled: Command will be active upon creation and trigger at the scheduled run time. Disabled: Command will be inactive and won't trigger at the scheduled time until enabled."

Step 5: Set Timeout and Run with Admin Privileges (Optional)

  • Timeout After: Optionally set a timeout (in seconds) for the command to automatically stop if it exceeds a certain duration.

  • Run on Swif Admin Account: If you wish the command to execute with Swif Admin privileges (instead of a local user), check this box. This is particularly useful for running administrative tasks that require elevated permissions.

Step 6: Save the Command

Once you’ve filled out the necessary fields and configured the schedule, click Continue to deploy to devices or groups.


Viewing Command Reports

After executing a command, you can view the Command Report to review its output:

  1. Go to Device Management and select Commands.

  2. Click on View Command Report to see details about its execution, including any errors or success messages.


Troubleshooting Command Execution Issues

If you encounter any issues while running commands, refer to the following resources:


Conclusion

Swif’s Command feature provides a powerful tool for automating tasks across different operating systems. Whether running commands on macOS, Windows, or Linux, you have complete control over the execution schedule and user permissions. By leveraging this feature, you can simplify and automate device management in your organization.

For more information on scheduling commands or troubleshooting issues, refer to the links provided in this article or explore the Swif documentation for additional resources.

Did this answer your question?