Hello Cara, thank you for the clarification, as you can see, I don't know how to use powershell, which I need to learn.
So I ran the command, and it worked, everything was set to "unlimited", excel 4 folders.
Everything for "prohibitpostquota" is set to unlimited.
There are 4 folders for "issuewarningquota" that are set to 0B.
How do I fix this, as this might be my problem?
Now for your second command, I'm not doing something right, as it's still giving me errors:
[PS] C:\Windows\system32>Get-PublicFolder -Identity "\Public Folders" -Recurse | fl *quota |more
Couldn't find public folder "\Public Folders". Please make sure you typed the name correctly. Reason: The opera
couldn't be performed because '\Public Folders' couldn't be found.
+ CategoryInfo : NotSpecified: (:) [Get-PublicFolder], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 5420A01C,Microsoft.Exchange.Management.MapiTasks.GetPublicFolder
+ PSComputerName :exchangeserver.mydomain.org
[PS] C:\Windows\system32>Get-PublicFolder -Identity "\Mailboxdb1" -Recurse | fl *quota |more
Couldn't find public folder "\Mailboxdb1". Please make sure you typed the name correctly. Reason: The operation
couldn't be performed because '\Mailboxdb1' couldn't be found.
+ CategoryInfo : NotSpecified: (:) [Get-PublicFolder], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 1334C86E,Microsoft.Exchange.Management.MapiTasks.GetPublicFolder
+ PSComputerName : exchangeserver.mydomain.org
The name of my main folder, is called Public Folders. So what am I doing wrong?
The name of my mailbox Database is mailboxdb1. Looks like it doesn't like both commands.