PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

Invoke-HuntSQLServers - Standardize output file naming, improve shared SQL account handling

Open missing0x00 opened this issue 7 months ago • 1 comments

Console output and actual file name did not align.

Possibly, theoretically, someone could spend way too much time hunting a bug that was more about searching for the wrong file name... 🙃

missing0x00 avatar Jul 11 '25 03:07 missing0x00

Copying the more substantial changes out of the commit message for visibility:

  1. Create summary report even if no instances are accessible
  2. Deduplicate SPNs by ComputerName,DomainAccount (should also avoid issues from instances run using Machine$ accounts)
  3. Move Shared Account processing into Instance Discovery section (summary adjusted to match)

missing0x00 avatar Jul 19 '25 02:07 missing0x00