minor fixes and added 2 new rmm launcher scripts

This commit is contained in:
2021-03-19 11:47:25 -04:00
parent 22d74a95d5
commit 072b660fe9
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ If ( $URL )
Else { $INSTALLER_ARGS = '' }
## Run the installer
Install-Program -Path "msiexec.exe" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}"
Install-Program -Path "msiexec" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}"
+2
View File
@@ -0,0 +1,2 @@
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
Run-Script -LivePSScript Fix-SystemPrintQueue
+2
View File
@@ -0,0 +1,2 @@
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
Run-Script -LivePSScript Fix-WindowsHealth