sync: Auto-sync from ACG-M-L5090 at 2026-02-01 21:15:00

Synced files:
- Glaztech PDF preview fix script updated
- MSP pricing marketing collateral work

Machine: ACG-M-L5090
Timestamp: 2026-02-01 21:15:00

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 19:27:19 -07:00
parent 5b26d94518
commit 306506ad26

View File

@@ -26,7 +26,7 @@
Company: Glaztech Industries
Domain: glaztech.com
Network: 192.168.0.0/24 through 192.168.9.0/24 (10 sites)
File Server: \\192.168.8.62\
File Server: \\192.168.6.1\
Issue: Windows 10/11 security updates block PDF preview from network shares
Version: 1.1
@@ -39,7 +39,7 @@ param(
[string[]]$UnblockPaths = @(),
[string[]]$ServerNames = @(
"192.168.8.62" # Glaztech main file server
"192.168.6.1" # Glaztech main file server
)
)
@@ -204,27 +204,27 @@ Write-Log "========================================"
# Glaztech file server paths
$GlaztechPaths = @(
"\\192.168.8.62\alb_patterns",
"\\192.168.8.62\boi_patterns",
"\\192.168.8.62\brl_patterns",
"\\192.168.8.62\den_patterns",
"\\192.168.8.62\elp_patterns",
"\\192.168.8.62\emails",
"\\192.168.8.62\ftp_brl",
"\\192.168.8.62\ftp_shp",
"\\192.168.8.62\ftp_slc",
"\\192.168.8.62\GeneReport",
"\\192.168.8.62\Graphics",
"\\192.168.8.62\gt_invoice",
"\\192.168.8.62\Logistics",
"\\192.168.8.62\phx_patterns",
"\\192.168.8.62\reports",
"\\192.168.8.62\shp_patterns",
"\\192.168.8.62\slc_patterns",
"\\192.168.8.62\sql_backup",
"\\192.168.8.62\sql_jobs",
"\\192.168.8.62\tuc_patterns",
"\\192.168.8.62\vs_code"
"\\192.168.6.1\alb_patterns",
"\\192.168.6.1\boi_patterns",
"\\192.168.6.1\brl_patterns",
"\\192.168.6.1\den_patterns",
"\\192.168.6.1\elp_patterns",
"\\192.168.6.1\emails",
"\\192.168.6.1\ftp_brl",
"\\192.168.6.1\ftp_shp",
"\\192.168.6.1\ftp_slc",
"\\192.168.6.1\GeneReport",
"\\192.168.6.1\Graphics",
"\\192.168.6.1\gt_invoice",
"\\192.168.6.1\Logistics",
"\\192.168.6.1\phx_patterns",
"\\192.168.6.1\reports",
"\\192.168.6.1\shp_patterns",
"\\192.168.6.1\slc_patterns",
"\\192.168.6.1\sql_backup",
"\\192.168.6.1\sql_jobs",
"\\192.168.6.1\tuc_patterns",
"\\192.168.6.1\vs_code"
)
# Default local paths
@@ -302,7 +302,7 @@ Write-Log "SUMMARY"
Write-Log "========================================"
Write-Log "PDFs Unblocked: $TotalUnblocked"
Write-Log "Configuration Changes: $Script:ChangesMade"
Write-Log "File Server: \\192.168.8.62\ (added to trusted zone)"
Write-Log "File Server: \\192.168.6.1\ (added to trusted zone)"
Write-Log ""
if ($Script:ChangesMade -gt 0 -or $TotalUnblocked -gt 0) {
@@ -341,7 +341,7 @@ Write-Log "========================================"
ComputerName = $env:COMPUTERNAME
PDFsUnblocked = $TotalUnblocked
ConfigChanges = $Script:ChangesMade
FileServer = "\\192.168.8.62\"
FileServer = "\\192.168.6.1\"
Success = ($TotalUnblocked -gt 0 -or $Script:ChangesMade -gt 0)
LogPath = "C:\Temp\Glaztech-PDF-Fix.log"
}