.Joe
ClioSport Club Member
Good Afternoon There,
I'm having a slight issue setting up a script to produce user mailbox sizes, the command runs fine but for the life of me, i can't seem to get is running as a scheduled task/Powershell script.
the script is as follows:
get-mailbox –resultsize unlimited | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime > mailboxsize.txt
Any help would be greatly appreciated,
Thanks in advance,
Joe
I'm having a slight issue setting up a script to produce user mailbox sizes, the command runs fine but for the life of me, i can't seem to get is running as a scheduled task/Powershell script.
the script is as follows:
get-mailbox –resultsize unlimited | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime > mailboxsize.txt
Any help would be greatly appreciated,
Thanks in advance,
Joe