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

Elevation fixes for start.ps1 #2913

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    6a871b1 View commit details
    Browse the repository at this point in the history
  2. Change irm to Invoke-RestMethod

    When scripting it's best to use the full function in Powershell.
    ruxunderscore committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1bc32e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Fixes for start.ps1

    - Rollback changes from ChrisTitusTech#2648
    - Create Variable for script location.
    - irm -> Invoke-RestMethod, for Powershell standard coding practices.
    - iex -> Invoke-Expression, for Powershell standard coding practices.
    ruxunderscore committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a9a6d7c View commit details
    Browse the repository at this point in the history
  2. Added comments.

    ruxunderscore committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    31be3b0 View commit details
    Browse the repository at this point in the history