Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\windows\system32> Get-MailboxStatistics -Identity <User> |FL displayname,totalitemsize
At line:1 char:36
- Get-MailboxStatistics -Identity <User> |FL displayname,totalitemsi ...
-
~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
PS C:\windows\system32> Get-MailboxStatistics -Identity <User> | FL displayname,totalitemsize
At line:1 char:36
- Get-MailboxStatistics -Identity <User> | FL displayname,totalitems ...
-
~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
PS C:\windows\system32> Get-MailboxStatistics -Identity <User>
At line:1 char:36
- Get-MailboxStatistics -Identity <User>
-
~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
PS C:\windows\system32> Get-MailboxStatistics -Identity layto
Get-MailboxStatistics : The term 'Get-MailboxStatistics' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:4
- Get-MailboxStatistics -Identity layto
-
+ CategoryInfo : ObjectNotFound: (Get-MailboxStatistics:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\windows\system32>
PS C:\windows\system32>
PS C:\windows\system32>
PS C:\windows\system32> Get-MailboxStatistics
Get-MailboxStatistics : The term 'Get-MailboxStatistics' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:4
+ CategoryInfo : ObjectNotFound: (Get-MailboxStatistics:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\windows\system32> Get-MailboxStatistics -Identity
Get-MailboxStatistics : The term 'Get-MailboxStatistics' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:4
- Get-MailboxStatistics -Identity
-
+ CategoryInfo : ObjectNotFound: (Get-MailboxStatistics:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException