Update TGBeta.ps1

This commit is contained in:
2025-01-06 17:21:27 -05:00
parent 99086d241d
commit c70a2f9c5d

View File

@@ -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? ### 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) # 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 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) # 2) ALSO STORE THE LOG IN OUR GLOBAL LOG CACHE (NEW)
@@ -165,7 +181,9 @@ function Install-SVSMSP {
"Install-CyberQP", "Install-CyberQP",
"Install-RocketCyber", "Install-RocketCyber",
"Install-Splashtop", "Install-Splashtop",
"Install-ThreatLocker" "Install-ThreatLocker",
"Install-SVSHelpdesk",
"Install-SVSWatchtower"
), ),
# Log file path # Log file path
@@ -372,7 +390,7 @@ function GetHtmlContent {
color: #ffffff; color: #ffffff;
} }
.logo-container { .logo-container {
text-align: center; text-align: left;
padding: 20px; padding: 20px;
background-color: #1e1e1e; /* Matches the background color */ background-color: #1e1e1e; /* Matches the background color */
} }