Category: Exchange
-
+
+
+
+
+
+
Display the list of mailbox actions that are currently being for a mailbox for each logon type: Get-Mailbox <username> | Select-Object -ExpandProperty AuditOwner Get-Mailbox <username> | Select-Object -ExpandProperty AuditAdmin Get-Mailbox <username> | Select-Object -ExpandProperty AuditDelegate Enable rest of the auditing actions get-mailbox elau | set-mailbox -auditowner @{Add=”create”,”softdelete”,”harddelete”,”update”,”move”,”movetodeleteditems”,”mailboxlogin”,”updatefolderpermissions”} get-mailbox elau |…
-
Synopsis: Enumerates all Exchange Services, UI allows selection for restarting selected services, and reloads UI to ensure services are back running. Change Log 1.00: 3/17/2019 – Inital pre-flight version 3/18/2019 – Added GUI, selection process, and progress bar
-
+
+
+
+
+
+
Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | Select DisplayName, ItemCount, TotalItemSize | Export-CSV C:\temp\results.csv
-
OPUtil.vbs Issue: “Error code is 2771,1635,1603″ popping up when installing SP3 Rollup 17 on Exchange 2010. Cause: Generally this issue is caused by the Rollup installation searching and failing to find the previous rollups or missing components. Troubleshooting: Clear the data in the “%SystemDrive%\Windows\TEMP”folder. Try to re-install the update…