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

Option to run update on another user account #252

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2019

  1. Option to run updater on another user account

    Added option to run the updater on another user account (flag to indicate if want to run as another user and NetworkCredential object for obtaining another user credentials)
    sarul84 authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    560bf57 View commit details
    Browse the repository at this point in the history
  2. Logic to set run as user credentials

    Added logic for setting user credential to process if "RunUpdateAsUser" flag is true
    sarul84 authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    2d05dfe View commit details
    Browse the repository at this point in the history
  3. fixed issue with secure pwd

    sarul84 authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    9326a64 View commit details
    Browse the repository at this point in the history