==== Silently Install Privatise ==== === Windows Silent Install === You can install Privatise silently by downloading the Windows installer from [[https://privatise-main-storage.s3.us-east-2.amazonaws.com/binaries/RMM/PrivatiseInstaller.exe| here]]. You'll then add two parameters for execution: PARTNERID & TEAMID. PARTNERID should be the license found in the partner portal [[https://partners.privatise.com/rmm-license|here]], and TEAMID should be whatever company you want to create with. When using TEAMID, if the company name doesn't exist, it will create that company. If the company does exist, it will add that device to the company. The TEAMID should also be wrapped in quotes. Example syntax: //PrivatiseInstaller.exe TEAMID="Thomas-Investments" PARTNERID=d28hb /S /noreboot // === MacOS Silent Install === You can install Privatise silently by downloading the MacOS installer from [[https://privatise-main-storage.s3.us-east-2.amazonaws.com/binaries/RMM/Install+Privatise.zip| here]]. Then do the following: 1. Unzip the file so that you should have direct access to Install Privatise.app 2.You'll then add two parameters for execution: partnerID & teamID. partnerID should be the license found in the partner portal [[https://partners.privatise.com/rmm-license|here]], and teamID should be whatever company you want to create with. 3. When using teamID, if the company name doesn't exist, it will create that company. If the company does exist, it will add that device to the company. 4. The teamID should also be wrapped in quotes. 5. Example syntax: //open -a PATH/Install\ Privatise.app --args -partnerID '12345' -teamID 'teamID' //