You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear-Variable Executables,BasePath,reg,regs,installer,installerTest,installerResult,LTSI,uninstaller,uninstallerTest,uninstallerResult,xarg,Svr,SVer,SvrVer,SvrVerCheck,GoodServer,AlternateServer,Item -EA 0-WhatIf:$False-Confirm:$False#Clearing Variables for use
Write-Debug"Starting $($myInvocation.InvocationName) at line $(LINENUM)"
579
577
580
578
If (-not ([bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()|Select-Object-Expand groups -EA 0) -match'S-1-5-32-544'))) {
@@ -992,7 +990,6 @@ Function Install-LTService{
992
990
993
991
Begin{
994
992
Clear-Variable DotNET,OSVersion,PasswordArg,Result,logpath,logfile,curlog,installer,installerTest,installerResult,GoodServer,GoodTrayPort,TestTrayPort,Svr,SVer,SvrVer,SvrVerCheck,iarg,timeout,sw,tmpLTSI -EA 0-WhatIf:$False-Confirm:$False#Clearing Variables for use
Clear-Variable LTServiceSettingsChanged,LTSS,LTServiceRestartNeeded,proxyURL,proxyUser,proxyPass,passwd,Svr -EA 0-WhatIf:$False-Confirm:$False#Clearing Variables for use
0 commit comments