-
Automating Software Installs with PowerShell: Part 2 – Sandboxing and Verifying Installs
The second entry into the automating software installs series. In this video we cover Sandboxing, Uncovering Installers and their parameters/strings, and Verifying installations. Windows Sandbox https://learn.microsoft.com/en-us/win… Process Explorer https://learn.microsoft.com/en-us/sys… Orca https://learn.microsoft.com/en-us/win… Blog about WIN32 Product https://xkln.net/blog/please-stop-usi… SID Cheat Sheet https://github.com/Integration-IT/Act…
-
External Email Warnings with Office 365
Today we’re going to setup two types of external email warnings. The first is setup natively for use with Microsoft Outlook, and the second is through Exchange’s mail flow. Step 1: Native External Banner Open up a PowerShell window Connect to Exchange Online with the desired tenant’s Global Admin Account using the command below Connect-ExchangeOnline…
-
Setting up DUO Authentication for SonicWALL SSL VPN
Today we’re going to setup DUO Authentication for the SonicWALL SSL, this will allow users to use 2FA when connecting to the VPN. When they are prompted, it’ll look like the image below. Before you proceed, make sure you have the SSL VPN setup, you can set that up using the SonicWALL guide found below…
-
Automating Software Installs with PowerShell: Part 1 – Installing MSI And EXE With PowerShell
I created a short basic video tutorial for how to install MSI and EXE installers with PowerShell, this merely covers the basic installation of both and logging of an MSI install. In a future video I will cover things such as verifying the install has completed successfully and implementing it into ImmyBot.
-
Datto Cloud Continuity Installation and Configuration with ImmyBot
Github Repo: https://github.com/malachicorrigan/DattoCloudContinuity_ImmyBot Today we’re going to create a software package within ImmyBot for Datto Cloud Continuity. This allows us to deploy Datto Cloud Continuity remotely, in the background, and automatically register the client to the desired customer. First let’s create a new piece of software within ImmyBot, naming it Datto Cloud Continuity…