minor fixes and added 2 new rmm launcher scripts
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user