Hello,
i am running the following script for logging the import-request:
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | Format-List > "d:\importrequest.txt"
This is working well, but this file is overwritten at every new task.
How can i change this so every new task will create a new logfile?
Thx