Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spchester/LabTech-Powershell-Module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LabtechConsulting/LabTech-Powershell-Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 2, 2026

  1. Implement cleanup for Uninstall.exe before download

    Added logic to Uninstall-LTService to clean up old Uninstall.exe file before downloading a new one.
    
    Added 
    #Cleanup old Uninstall.exe file. Agent_Uninstall.exe will ask to overwrite if Uninstall.exe file is present.
    
    Remove-Item "$UninstallBase\$UninstallEXEExtracted" -ErrorAction SilentlyContinue -Force -Confirm:$False
    powersolutioncom authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    d8c103b View commit details
    Browse the repository at this point in the history
  2. Add Uninstall.exe.config extraction

    Needed to cleanup Uninstall.exe.config as well.
    powersolutioncom authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    713e6a9 View commit details
    Browse the repository at this point in the history
  3. Cleanup old uninstall files before execution

    Added the same code to the $GoodServer section. You could probably streamline this by trying to delete the files at the beginning of the uninstall process.
    powersolutioncom authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    0010074 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Incorporated changes from Comment

    Incorporated the changes made by Darren.
    powersolutioncom authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    02ad192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6683544 View commit details
    Browse the repository at this point in the history
  3. Merge pull request LabtechConsulting#68 from powersolutioncom/Fix-Uni…

    …nstall-LtService
    
    Fix Uninstall-LTService due to changes in Agent_Uninstall.exe operation in Automate 2025.
    DarrenWhite99 authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    9b7e6e3 View commit details
    Browse the repository at this point in the history
Loading