From 072b660fe9e756a5c2c7b63366e28711c33df808 Mon Sep 17 00:00:00 2001 From: dyoder Date: Fri, 19 Mar 2021 11:47:25 -0400 Subject: [PATCH] minor fixes and added 2 new rmm launcher scripts --- Install-LiquidFilesOutlookAgent.ps1 | 2 +- rmm/Fix-SystemPrintQueue.ps1 | 2 ++ rmm/Fix-WindowsHealth.ps1 | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 rmm/Fix-SystemPrintQueue.ps1 create mode 100644 rmm/Fix-WindowsHealth.ps1 diff --git a/Install-LiquidFilesOutlookAgent.ps1 b/Install-LiquidFilesOutlookAgent.ps1 index b6f84bc..738a0f4 100644 --- a/Install-LiquidFilesOutlookAgent.ps1 +++ b/Install-LiquidFilesOutlookAgent.ps1 @@ -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}" diff --git a/rmm/Fix-SystemPrintQueue.ps1 b/rmm/Fix-SystemPrintQueue.ps1 new file mode 100644 index 0000000..32911d6 --- /dev/null +++ b/rmm/Fix-SystemPrintQueue.ps1 @@ -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 \ No newline at end of file diff --git a/rmm/Fix-WindowsHealth.ps1 b/rmm/Fix-WindowsHealth.ps1 new file mode 100644 index 0000000..2258212 --- /dev/null +++ b/rmm/Fix-WindowsHealth.ps1 @@ -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 \ No newline at end of file