New-MoveRequest -Identity "PUBLIC FOLDER" -TargetDatabase Public_Folders -NotificationEmails "MyEmail@domain.com"
Get-MoveRequestStatistics -IncludeReport -Identity "PUBLIC FOLDER" >>C:\status.txt
Hi guys. Does anyone know how could I "parse" a script which would sent me mail every hour and inserted the attachment of command (Get-MoveRequestStatistics -IncludeReport -Identity "PUBLIC FOLDER" >>C:\status.txt) ?
With best regards
bostjanc