Migrating Arbitration Mailbox To New Exchange Server
In Exchange Server environments, the Arbitration Mailbox is a special system mailbox used to store system-related data such as approval workflows, moderation data, and audit-related information. After a new Exchange Server installation, these system mailboxes must also be moved to the new server. Otherwise, arbitration and related system processes will continue to rely on the […]
Migrating Audit Log Mailbox To New Exchange Server
In Exchange Server environments, the Audit Log mailbox is a special system mailbox where administrative and audit records are stored. After a new Exchange Server installation, this mailbox must also be moved to the new server. Otherwise, the audit log records will remain on the old server. The process of moving the Audit Log mailbox […]
Exchange Server Disable POP3 or IMAP4 Services
You can shut down services using PowerShell with the following commands.
Change password for Entra seamless SSO account
When configuring Entra Seamless SSO, a computer account is created in Active Directory, AZUREADSSOACC. The password for the Azure SSO computer account is not automatically changed by default every 30 days. This computer account password used as a shared secret between AD end Entra, allowing Entra to decrypt Kerberos tickets that are used as part […]
Exchange Server – Test SMTP Connection Without SSL Using PowerShell
PowerShell can be used to quickly check the functionality of the SMTP service in Exchange Server environments. Connections made without SSL/TLS, especially over port 25, can be easily tested using this method. The following PowerShell script allows you to send a test email to the specified SMTP server without using SSL.
Microsoft Entra Connect Sync PowerShell
At this point, two fundamental commands of critical operational importance come into play.When a change is made to the structure, it is expected that the change will take effect without delay. Two different approaches are offered to meet this need: The delta approach ensures that only the most recent change is transferred to the system. […]
Advanced Hunting URL Click Query
Microsoft Defender for Endpoint’s Advanced Hunting feature enables in-depth analysis of security incidents within organizations. One of the most frequently used tables in this context is the UrlClickEvents table. This table records in detail the URLs that users click on via email, Teams, or other Microsoft 365 components. The following query example is used to […]