Skip to content

Instantly share code, notes, and snippets.

@poa00
Forked from dfinke/mbsa.ps1
Created July 15, 2024 06:19
Show Gist options
  • Save poa00/2e8854e240b30e4d52406220d33bd24c to your computer and use it in GitHub Desktop.
Save poa00/2e8854e240b30e4d52406220d33bd24c to your computer and use it in GitHub Desktop.
rm srv1.xlsx -ErrorAction Ignore
[xml](gc .\srv1.mbsa) | % secscan |
Export-Excel srv1.xlsx -AutoSize -TableName table -Show
# Read the new spreadsheet
# Import-Excel .\srv1.xlsx
# read, export to csv
# Import-Excel .\srv1.xlsx | Export-Csv -NotType srv1.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment