Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

I'm trying to write script that can tell me the last login of all users. Also I'm trying to see what the how much mail space each in my organization is using.

$
0
0

I'm trying to write script that can tell me the last login of all users. Also I'm trying to see what the how much mail space each in my organization is using.  I wrote a script that looks like this.... Get-Mailbox |Get-MailboxStatistics.  The Storage Limit column is empty and I'm going to need information there 


Viewing all articles
Browse latest Browse all 6937

Trending Articles