This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tsm:tsm_exchange_install [2023/10/04 12:41] manu |
tsm:tsm_exchange_install [2023/10/04 12:43] (current) manu |
||
---|---|---|---|
Line 133: | Line 133: | ||
exit %RC% | exit %RC% | ||
</code> | </code> | ||
+ | |||
+ | **listbackup.ps1** | ||
+ | <code> | ||
+ | cd "C:\Program Files\TSM-EXCH\FlashCopyManager" | ||
+ | |||
+ | import-module .\FmModuleExc.dll | ||
+ | import-module .\FmModuleFs.dll | ||
+ | import-module .\FmModuleMMC.dll | ||
+ | import-module .\FmModuleSQL.dll | ||
+ | Get-DpExcBackup|export-csv -NoTypeInformation -LiteralPath "C:\LogFiles\Tsm-EXCH\backuplist.csv" | ||
+ | </code> | ||
+ |