This video outlines the the setup of an end user’s Android phone for work.
Use the following link if you would like to share this video with an end user:
Product and feature videos to get started and go further with NinjaOne.
Videos updated with the latest NinjaOne software release.
Get up and running with NinjaOne.
Manage technicians and end users in NinjaOne.
Get end users set up and familiar with the end user portal.
This video outlines the the setup of an end user’s Android phone for work.
Use the following link if you would like to share this video with an end user:
This video outlines the the setup of an end user’s Apple phone for work.
Use the following link if you would like to share this video with an end user:
This video outlines the end user experience for logging into a remote device from their end user portal.
Use the following link if you would like to share this video with an end user:
This video outlines the end user experience for setting up access to their end user portal.
Use the following link if you would like to share this video with an end user:
This video outlines the end user experience for creating, viewing, and updating tickets via the end user portal.
Use the following link if you would like to share this video with an end user:
This video outlines the end user experience for accessing backup data from their end user portal.
Use the following link if you would like to share this video with an end user:
Set up and explore NinjaOne's Windows, macOS, and Linux patching features.
Hey ninjas. You may want quick access to a list of devices that are not up to date. So lets find out how to audit devices for the latest OS version.
Set up and explore NinjaOne's remote tools and integrations.
Set up and explore NinjaOne's backup solution for Windows and macOS.
Set up and explore NinjaOne's ticketing solution.
Set up an explore NinjaOne's mobile device management solution for Android and iOS devices.
This video outlines the the setup of an end user’s Android phone for work.
Use the following link if you would like to share this video with an end user:
This video outlines the the setup of an end user’s Apple phone for work.
Use the following link if you would like to share this video with an end user:
Set up and explore NinjaOne's documentation solution and features.
Set up and explore NinjaOne's service management solution.
Set up and explore NinjaOne's integrations for antivirus, remote tools, and much more.
Explore various NinjaOne product and feature videos.
Hey ninjas. You may want to ensure all of your managed devices are on the same Windows power plan. So, let’s find out how to document devices’ power plans and settings in a custom field.
Hey ninjas. You may want to be aware of issues that can prevent backups from running on users machines. So lets find out how to monitor disconnected USB drives.
Hey ninjas. You may want to identify whether a particular service is or is not installed on a device. So let’s find out one way to filter devices by installed service.
This video features the use of a custom script submitted by our community:
List Services
$services = Get-Service | Sort-Object -Property Name | select name
$services = $services | Format-Table -HideTableHeaders | Out-String
$services = $services.split("`n").trim()
Ninja-Property-Set services $services
Add it to your Automation Library in NinjaOne to get started!