Skip to content

Instantly share code, notes, and snippets.

View stealthgerbil's full-sized avatar

stealthgerbil

View GitHub Profile
@stealthgerbil
stealthgerbil / gist:a2f6d3d40ae06969b2faaeb49a57b385
Created June 4, 2024 15:10 — forked from samuelschoe/gist:9fee58a6510e64607111
MDT customsettings.ini file for one touch deployments
MDT customsettings.ini for one touch image deployment
by Sam Schoeller <https://github.com/samuelschoe>
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
@grintor
grintor / deploy_ninja.ps1
Last active February 6, 2024 20:41
A script for migrating to NinjaOne RMM from other RMMs
# deploy_ninja.ps1: A script for migrating to NinjaOne RMM from other RMMs
#
# This script will silently download and install NinjaOne and place the endpoint into the provided organization/location
# If the location does not exist within the organization in NinjaOne, this script will create it.
# If the organization does not exist in NinjaOne, this script will create it.
# If an installer for the provided organization/location has not yet been built in NinjaOne, this script will build it.
#
# USAGE
# -------
# powershell.exe -file auto_ninja.ps1 "organization name" "location name"
@stealthgerbil
stealthgerbil / post2call.php
Created November 16, 2023 19:20 — forked from grintor/post2call.php
A freepbx click to call api
<?php
$trunk = 'trunk_name';
/*
This post2call.php creates a json rest api for connecting two phones together with freepbx
append this to extensions_custom.conf (same trunk name as above):
@grintor
grintor / post2call.php
Created October 11, 2022 20:09
A freepbx click to call api
<?php
$trunk = 'trunk_name';
/*
This post2call.php creates a json rest api for connecting two phones together with freepbx
append this to extensions_custom.conf (same trunk name as above):