This commit is contained in:
2021-06-07 08:13:30 -04:00
parent dfda2a6ae1
commit 584fbbc40d
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Try { Start-Process "gpupdate" -ArgumentList '/force' -Wait }
Catch { LogErr $_.Exception.Message }
+1
View File
@@ -0,0 +1 @@
Control-Service -Name 'QuickBooksDB31' -Restart
+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-GroupPolicyUpdate
+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-Service-QuickBooksDB31