Add Bulk Remote Import feature via WinRM (v0.5.0)#1
Open
kbaker827 wants to merge 1 commit intotugich:mainfrom
Open
Add Bulk Remote Import feature via WinRM (v0.5.0)#1kbaker827 wants to merge 1 commit intotugich:mainfrom
kbaker827 wants to merge 1 commit intotugich:mainfrom
Conversation
- New 'Bulk Remote Import' frame in the GUI (window expanded to 620px) - Multi-line editor to type/paste machine names (one per line) - Browse button to load machine names from a .txt or .csv file - Per-machine live status ListView that updates every 250ms during collection - New Scripts/BulkRemote-Collect.ps1: collects hardware hashes from remote machines via Invoke-Command (WinRM), no module pre-install needed on targets - Merges all results into C:\HWID\BulkAutopilotHWID.csv - 'Collect & Save CSV' and 'Collect & Import to Intune' buttons - Errors on individual machines are reported but do not abort the run - README updated with WinRM prerequisites - Version bumped to 0.5.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
.txtor.csvfileScripts/BulkRemote-Collect.ps1: collects hardware hashes from remote machines viaInvoke-Command(WinRM) — no module pre-installation needed on target machinesC:\HWID\BulkAutopilotHWID.csvTest plan
C:\HWID\BulkAutopilotHWID.csvis created.txtfile — verify editor populates correctly🤖 Generated with Claude Code