Open
Conversation
* Changed the VB script that is uploaded to the remote system so it will download any updates that are not already downloaded. * Enhanced the VB script so that it uses stdout to write status information. This can be picked up through psexec. * Edited Install-Patches to accept the uiHash as a parameter and it now updates the Notes field with the current line of output of the VB patch script. If not passed, the Notes field will not be updated. As a side effect, the running VB script will no longer be visible on the remote computer. * Edited Start-PoshPAIG.ps1 to pass uiHash to Install-Patches. Signed-off-by: Michael Wilmes <mwilmes@avc.edu>
|
Will this pull be accepted? |
Owner
|
Yes, it will be once I get a little more time to review everything. It's been busy so I haven't had the time to look everything over yet. |
|
Do you already use those added features in your environment? Is it possible to get a copy of the updated VB script and all other neccessary files? |
Author
|
@22harle I must confess that I use a different set of scripts in my environment. All files including the files I edited are available from my repository, which is linked at the top of this page. |
# Conflicts: # Start-PoshPAIG.ps1
Author
|
I have merged all changes to Start-PoshPAIG into my branch. There should be no problems if the repository owner wants to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Michael Wilmes mwilmes@avc.edu