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: GMA-MSP/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Braingears/PowerShell
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.
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 22, 2021

  1. Update Automate-Module.ps1

    Get-AdComputerNames add -Server and Workstations parameters
    Braingears authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0f1034b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Add -SystemPassword Parameter

    There are known issues with the MSI's Digital Certificate when the web portal embeds the Server, LocationID, and System Password metadata.
    When you use the -SystemPassword Parameter, a different MSI URL is used (prior to the metadata being embeded into the MSI), and the Server Address, LocationID, and System Password is assigned as paramters in the MSIExec installation string.
    Braingears authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6d7a1ba View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Update Automate-Module.psm1

    There are known issues with the MSI's Digital Certificate when the web portal embeds the Server, LocationID, and System Password metadata.
    When you use the -SystemPassword Parameter, a different MSI URL is used (prior to the metadata being embeded into the MSI), and the Server Address, LocationID, and System Password is assigned as paramters in the MSIExec installation string.
    Braingears authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    34cc722 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    368fa07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1ff0a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Update Automate-Module.ps1

    Added three new functions
    Braingears authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    b6da96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64018cf View commit details
    Browse the repository at this point in the history
  3. Update Automate-Module.psm1

    Add three new functions
    Braingears authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    d1a7647 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    d1d820f View commit details
    Browse the repository at this point in the history
  2. Updates to Uninstaller

    Braingears authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    948d558 View commit details
    Browse the repository at this point in the history
  3. Suppress output during software uninstallation

    Redirect standard output to NUL for uninstall processes.
    Braingears authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    6fc9705 View commit details
    Browse the repository at this point in the history
Loading