Create account
Login
English
English
Ja - 日本語
Getting Started
Product
Datasheet
Blogs
ebook
Android Management
Windows Management
How to Videos
Android
Windows
Scripting
Glossary
Contents
x
Getting started
Android Device Management
Windows Device Management
iOS Device Management
macOS Device Management
Linux Device Management
ChromeOS Device Management
OneIdP
Veltar
Dashboard
Reports & Workflows
Content Management
Integrations
Universal Features
Account Management
OS Update & Third Party App Patch Management
Scalefusion Releases
Alerts
Powered by
Policies and Scripts
29 Articles
in this category
Share this
Print
Share
Contents
Policies and Scripts
29 Articles
in this category
Share
Password Policy for Linux Devices
It is very important for companies and IT Admins to make sure that the users are not using a weak passwords on their devices and also change their passwords periodically. Scalefusion offers the option of configuring a password policy and applying it...
Updated on : 28 Sep 2023
Deploy Linux Shell scripts using Scalefusion
Shell scripts are a powerful tool for automating tasks and simplifying configuration and can be used to automate almost any task in the Windows ecosystem. With a carefully designed script, you can automate various administrative tasks like adding us...
Updated on : 05 Jan 2025
Create a Local Standard User
The following script helps IT Admins to create a local user with standard privileges on their Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are u...
Updated on : 10 Oct 2024
Change Password for a User
The following script helps IT Admins to change the password for a local user on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad+...
Updated on : 10 Oct 2024
Install Google Chrome
Use this script to install Google Chrome on Linux machine. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel to...
Updated on : 10 Oct 2024
Install Any App using Flatpack
Use this script to install flatpack and install any application on Linux machine. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use th...
Updated on : 10 Oct 2024
Block URLs/Websites
Use this script to block the websites defined in the script on the Linux machine. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use th...
Updated on : 10 Oct 2024
Unblock Websites
Use this script to unblock the websites defined in the script, that may have been blocked using the block websites script. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. ...
Updated on : 10 Oct 2024
Lock active user session on the Linux device
The following script locks the currently active user session on a Linux system. This might be used to quickly secure a session, such as when stepping away from the computer. Note: Repeat execution of scripts is not supported, hence please delet...
Updated on : 10 Oct 2024
Temporary Sudo access for specific user
Use this script to give temporary Sudo access to specific user on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use th...
Updated on : 10 Oct 2024
Block Multiple apps
Use this script to block multiple apps from launching on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom ...
Updated on : 10 Oct 2024
Allow selected applications
Use this script to allow selected applications on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right p...
Updated on : 10 Oct 2024
Enable Bluetooth
Use this script to enable Bluetooth on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel to cha...
Updated on : 10 Oct 2024
Disable Bluetooth
Use this script to disable Bluetooth on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel to ch...
Updated on : 10 Oct 2024
Lock User account
Use this script to lock a user account on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel to ...
Updated on : 10 Oct 2024
Unlock User account
Use this script to unlock a user account on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel t...
Updated on : 10 Oct 2024
Delete User account
Use this script to delete a user account on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right panel t...
Updated on : 10 Oct 2024
Check System service
Use this script to check system service of the device(s) on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bott...
Updated on : 10 Oct 2024
Start System Service
Use this script to start the System services on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom right pan...
Updated on : 10 Oct 2024
Download and set wallpaper
Use this script to download an image from a Google Drive and automatically set it as desktop wallpaper on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. ...
Updated on : 10 Oct 2024
Lock Folders
Use this script to lock the following folders: Documents, Downloads, Music, Pictures, Videos, snap, Public, Templates for both Standard and Sudo Users on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Su...
Updated on : 10 Oct 2024
Unlock Folders
Use this script to lock the following folders: Documents, Downloads, Music, Pictures, Videos, snap, Public, Templates for both Standard and Sudo Users on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Su...
Updated on : 10 Oct 2024
Update Host names
Use this script to remotely update the Host names on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the bottom righ...
Updated on : 10 Oct 2024
Delete Files/Folders
Use this script to remotely delete files and/or folders on Linux machines. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the botto...
Updated on : 10 Oct 2024
Install All Updates Silently
Use this script to install all available updates silently on the Linux machine. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then use the ...
Updated on : 10 Oct 2024
List All users
The following script helps IT Admins to retrieve the list of users on each Linux device. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then...
Updated on : 10 Oct 2024
Create a Local Sudo/Root User
The following script helps IT Admins to create a local user with sudo/root privileges. Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then u...
Updated on : 10 Oct 2024
Allow Keyboard & Mouse
The following script allow input devices when you choose to block the USB devices via the device profile. Prerequisites: Enable block with USB policy from Device Profile. Keep the Mouse and Keyboard Connected to Machine. Steps: Copy and...
Updated on : 10 Oct 2024
List available Updates
The following script lists available OS and app updates on the Linux devices. Steps: Copy and save the contents below to a UTF-8 editor like notepad++ OR Sublime Text in Windows or gedit in Ubuntu. If you are using notepad++ then us...
Updated on : 10 Oct 2024