-
Jamovi Install Script (2022)
This script outlines how to silently deploy Jamovi via command prompt. For the purpose of this tutorial the install file will be located in C:\Jamovi. You will also need to download the modules to C:\Jamovi\modules. To deploy this script open Notepad and copy this script into it. Save it as a .cmd file then Run…
-
Deploy Wi-Fi Configuration in Jamf (Enterprise)
This document outlines how to deploy an internal enterprise network configuration that is predicated on network authentication. For this document I will refer to My_WiFi. This process relies on acquiring the certificates. They need to be in a .cer format. I will refer to these as Certificate1 and Certificate2. Note: If you authenticate WiFi connections…
-
Microsoft MDT Printer Drivers Deployment
This document outlines how to implement and deploy printer drivers on Windows 10. You must have the printer drivers prior to starting this process. I developed this method after finding users in our environment could not install printers due to the users requiring authentication. You will find the drivers in: C:\Windows\System32\spool\Drivers The folder will populate…
-
Create Custom Packages using Jamf Composer
This document will explain how to create packages for Jamf that install the software with any configurations such as directing to licence servers etc…. This is done through Jamf Composer using snapshots. Taking Snapshots If the files you want to package are not already installed on the drive, Composer can take a snapshot of the…
-
How to Restart a PC from PowerShell
Standalone Command Open PowerShell as an Administrator and type the command to restart a PC: Restart-Computer %PC Name% or Restart-Computer -ComputerName %PC Name% Note: A user cannot be logged in whilst running this command. The output shows an error. From a Text File Create a text file containing a group of PC names. Save it…
