Start Managed Folder Assistant for a single mailbox
When testing Managed Folder Mailbox Policy settings in Exchange Server 2007, you may need to frequently run the Managed Folder Assistant (MFA)) to process a…
When testing Managed Folder Mailbox Policy settings in Exchange Server 2007, you may need to frequently run the Managed Folder Assistant (MFA)) to process a…
Exchange 2007’s antispam agents are enabled for all Receive Connectors on a transport server. Is there a way to disable the agents on a particular…
Have you been using the Set-MailboxCalendarSettings cmdlet to configure scheduling settings for resource mailboxes? Wish there was a graphical interface to configure these settings? [PS]…
After a user empties the Deleted Items folder, although these items disappear from the view of the mailbox, they are not completely deleted. They are…
Exchange 2007 Mailbox Databases expose backup-related properties using the Get-MailboxDatabase cmdlet: Get-MailboxDatabase “My Database” -status | select *backup* | fl What you get back:BackupInProgress :SnapshotLastFullBackup…
One of the more annoying types of spam is the one that seems to be coming from your own domain; or worse— from your own…
Users consider email to be a reliable communication mechanism – not as reliable as the dial tone, but pretty close. Most users expect mail to…
In previous posts, we’ve taken a look at how to update multi-valued attributes and remove values from multi-valued attributes using PowerShell/Exchange Shell (EMS). Multi-valued attributes…
In Exchange Server 2003/2000, expanding a Mailbox Database (MDB) provides information about mailboxes in a database, last logon/logoff times and account(s) that logged on to…
It’s easy to get a list of all members of a Distribution Group. The Exchange shell (EMS) ships with the Get-DistributionGroupMember cmdlet that makes it…