Skip to content

Commit 9eacd14

Browse files
Update script paths and version information
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent bb005c4 commit 9eacd14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SysAdmin-Tools/SystemConfiguration-and-Deployment/Baseline-Maintenance-Server.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $LogDir = 'C:\Scripts-LOGS'
4040
$ScriptName = [System.IO.Path]::GetFileNameWithoutExtension($MyInvocation.MyCommand.Name)
4141
$ScriptVersion = '2026.04.28-SVR-v1.2.6-REBOOT-FIXED-GITHUB-ENGLISH-PS51'
4242
$script:ExecutionSource = $MyInvocation.MyCommand.Path
43-
$script:ExpectedUncSource = '\\sede.tjap\NETLOGON\system-maintenance-servers\system-maintenance-servers.ps1'
44-
$script:LocalScriptRoot = 'C:\ProgramData\TJAP\Maintenance-Servers'
43+
$script:ExpectedUncSource = '\\headq.scriptguy\netlogon\system-maintenance-servers\system-maintenance-servers.ps1'
44+
$script:LocalScriptRoot = 'C:\ProgramData\SCRIPTGUY\Maintenance-Servers'
4545
$script:LocalScriptPath = Join-Path $script:LocalScriptRoot 'system-maintenance-servers.ps1'
4646
$script:StateRoot = $script:LocalScriptRoot
4747
$script:StateFilePath = Join-Path $script:StateRoot 'restart-state.json'

0 commit comments

Comments
 (0)