Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done alot of stuff #55

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft

Done alot of stuff #55

wants to merge 37 commits into from

Commits on Jun 1, 2023

  1. Fixed damienvanrobaeys#18

    Joly0 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    dc28467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118faa8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Joly0 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e567254 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fixed damienvanrobaeys#18

    Joly0 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fa4bc80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c6b19 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Joly0 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3679810 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Fixed various bugs and adjusted formatting

    - Finally fixed running intunewin with serviceUI and psexec
    - Fixed damienvanrobaeys#40
    - Fixed damienvanrobaeys#41
    ### Changed
    - Changed formatting to OTBS using "Invoke-Formatter" cmdlet in "Script-Analyzer" module (On-going discussion damienvanrobaeys#44) and applied some powershell best-pratices
    Joly0 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b3f30c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    0b291c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fixed some bugs and introduces new feature

    Introduces new functionality/feature to make the powershell window that is shown for varius tasks visible instead of hidden by default
    Joly0 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0760e18 View commit details
    Browse the repository at this point in the history
  2. Some Fixes

    Joly0 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b6572e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Change install logic for intunewin in sandbox

    Changed the logic, so psexec directly launches serviceui which launches cmd which runs the provided command.
    
    Had too many issues with powershell and all those nested shells. This approach should run smoother
    Joly0 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c431456 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    da2fb6c View commit details
    Browse the repository at this point in the history
  2. RunInSandbox.ps1: fixed bug with Expand-Archive command not handling …

    …paths containing spaces
    samnorr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7914db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9570e14 View commit details
    Browse the repository at this point in the history
  4. RunInSandbox.ps1: changed Add-Content calls to use LiteralPath argume…

    …nt for $Sandbox_File_Path, to prevent character escaping issues
    samnorr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    33b7f95 View commit details
    Browse the repository at this point in the history
  5. RunInSandbox.ps1: adjusted Expand-Archive command for ZIP handling to…

    … use Base64 encoding, in order to avoid character escaping issues
    samnorr committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fa63363 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cfbe4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21f95b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. RunInSandbox.ps1: revert to directly including command for ZIP files …

    …(but with addition of LiteralPath argument and single-quoting)
    samnorr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    816f9d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    e2abf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9256ba0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from samnorr/master

    Bugfixes and tweaks
    Joly0 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    717e443 View commit details
    Browse the repository at this point in the history
  4. Formating fixes

    Joly0 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9812c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update RunInSandbox.ps1

    Joly0 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dfd7935 View commit details
    Browse the repository at this point in the history
  2. Update RunInSandbox.ps1

    Joly0 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    229763b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update EXE_Install.ps1

    Joly0 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0063f61 View commit details
    Browse the repository at this point in the history
  2. Update RunInSandbox.ps1

    Joly0 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f6772db View commit details
    Browse the repository at this point in the history
  3. Updated Add_Structure.ps1

    Fixed some bugs with the install script and improved running it. Added some better error handling and checking for needed features.
    Joly0 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    06169be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2921ada View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    420e340 View commit details
    Browse the repository at this point in the history
  2. Improved Script Output

    Added coloring for output
    Joly0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    be4cc05 View commit details
    Browse the repository at this point in the history
  3. Add easier install script

    Joly0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2a9c1f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8be6d60 View commit details
    Browse the repository at this point in the history
  5. Fixed issue creating the checkpoint

    Also Updated readme and changelog
    Joly0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cec4ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Rewritten install and uninstall script and exported common functions …

    …to separate file
    
    Added common functions script
    Added deep-clean option for uninstalling Run-in-Sandbox
    Joly0 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9994327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f49b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    546afe0 View commit details
    Browse the repository at this point in the history