Last active
July 15, 2024 06:19
-
-
Save dfinke/fc8c01af12bb47897335 to your computer and use it in GitHub Desktop.
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
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 |
Author
dfinke
commented
Jan 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment