This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MDT customsettings.ini for one touch image deployment | |
by Sam Schoeller <https://github.com/samuelschoe> | |
[Settings] | |
Priority=Default | |
Properties=MyCustomProperty | |
[Default] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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): |