feat(net-assessment): zero-interaction NA collector for SOP 1536 Section 5.2 A-G#107
Open
AlrightLad wants to merge 1 commit into
Open
feat(net-assessment): zero-interaction NA collector for SOP 1536 Section 5.2 A-G#107AlrightLad wants to merge 1 commit into
AlrightLad wants to merge 1 commit into
Conversation
…ion 5.2 A-G Role-aware (DC/server/workstation), ADSI fallback for domain data when no server access or RSAT, Section 6 gap flags inline, artifacts to C:\DTC + stdout for NinjaOne activity log. Field-validated on a live prospect workstation. Interim tool pending Nate's Rust assessment toolkit (SOP 1536 Section 9).
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
Zero-interaction network assessment collector for new-client onboarding — first script in the
net-*category. Automates the server-side collection steps of Network Assessment & Technology Evaluation SOP v3.1 (KB 1536 §5.2 A–G) and pre-fills the Environment Snapshot of the NA Review template (KB 3333).Behavior
Win32_ComputerSystem.DomainRole: full domain-wide AD on a DC; per-machine collection on member servers/workstations; workgroup degrades gracefullyCollectDomain=1collects domain-wide AD from any domain-joined machine — RSAT if present, native ADSI/DirectorySearcher fallback (no installs). Documented ADSI limits: no computer IPv4, Domain Admins direct members onlyC:\DTC(created if missing) + full report on stdout for NinjaOne activity log;WriteFiles=0for log-only$env:per repo standard:WriteFiles,OutputPath,CollectDomain,SubnetSweep,StaleDays,WanLookupValidation
PSAvoidUsingWriteHost(inherited from script-template-powershell.ps1 pattern)Notes