Skip to content

Instantly share code, notes, and snippets.

@dfinke
Last active July 15, 2024 06:19
Show Gist options
  • Save dfinke/fc8c01af12bb47897335 to your computer and use it in GitHub Desktop.
Save dfinke/fc8c01af12bb47897335 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
@dfinke
Copy link
Author

dfinke commented Jan 3, 2016

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment