-
-
Save pa-0/2e8854e240b30e4d52406220d33bd24c to your computer and use it in GitHub Desktop.
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment