$NinitePath = "C:\Tools\NinitePro.exe" # Where you keep the executable $AppList = "Chrome Firefox 7zip VLC AdobeReader" # Space separated
This script runs Ninite, waits for it to finish, and outputs the result to the RMM log.
NinitePro.exe /select Chrome Firefox Reader Java /cachepath "\\Server\Share\NiniteCache" /silent /disableautoupdate
If you are deploying via Group Policy (Computer Startup Script), use this text inside your .bat or .ps1 file.
$NinitePath = "C:\Tools\NinitePro.exe" # Where you keep the executable $AppList = "Chrome Firefox 7zip VLC AdobeReader" # Space separated
This script runs Ninite, waits for it to finish, and outputs the result to the RMM log. ninite pro integrations
NinitePro.exe /select Chrome Firefox Reader Java /cachepath "\\Server\Share\NiniteCache" /silent /disableautoupdate $NinitePath = "C:\Tools\NinitePro
If you are deploying via Group Policy (Computer Startup Script), use this text inside your .bat or .ps1 file. waits for it to finish