diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 5d66404..e06996b 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -1,7 +1,23 @@ -### Known issues as of January 5 2025 - +### To Modify of January 5 2025 +### set the priority in the js code so it waits for one function to complete before starting the next one +### let's start thinking about the write-log -TaskCategory "On-boarding" or "Off-boarding" +### need new logo and the RGB color codes form john ### add tweak to set default provider, add to toolkit? +### fix the selec all checkbox on the on-board and off-board tab like the tweaks tab +### add an "off board" button +### add "run tweaks" button +### add the .net silent install tweaks to toolkit + + +############################################################# + +### Changes done + +### minor change the the param of install-svsmsp +### commented out line 64 +### moved logo to the left in line 384 + # --------------------------------------------------------------------------- # 1) CREATE A GLOBAL LOG CACHE (NEW) @@ -54,7 +70,7 @@ if (-not (Get-Command -Name Write-Log -CommandType Function -ErrorAction Silentl } # Write to the PowerShell console - Write-Host "$Icon [$Level] [$TaskCategory] $Message (Event ID: $EventID)" -ForegroundColor $Color + # Write-Host "$Icon [$Level] [$TaskCategory] $Message (Event ID: $EventID)" -ForegroundColor $Color # ------------------------------------------------------------------- # 2) ALSO STORE THE LOG IN OUR GLOBAL LOG CACHE (NEW) @@ -165,7 +181,9 @@ function Install-SVSMSP { "Install-CyberQP", "Install-RocketCyber", "Install-Splashtop", - "Install-ThreatLocker" + "Install-ThreatLocker", + "Install-SVSHelpdesk", + "Install-SVSWatchtower" ), # Log file path @@ -372,7 +390,7 @@ function GetHtmlContent { color: #ffffff; } .logo-container { - text-align: center; + text-align: left; padding: 20px; background-color: #1e1e1e; /* Matches the background color */ }