Monthly Archives: February 2021

Allow anonymous users to send email to a mail-enabled public folde

You can use either Outlook or Exchange Online PowerShell to set permissions on a public folder’s Anonymous account. You can’t use the EAC to set permissions on the Anonymous account. Use Outlook to set permissions for the Anonymous account Open … Continue reading

Posted in 365 | Comments Off on Allow anonymous users to send email to a mail-enabled public folde

Exchange PowerShell Command Line

Check the free space available in the database Get-MailboxDatabase -Status | select Name, DatabaseSize, AvailableNewMailboxSpace Check for the stopped Exchange Server services Get-Service | Where-Object {$_.Name -Like ‘MSExchange*’ -and $_.Status -eq ‘Stopped’} Check mail flow –> Get-Queue

Posted in Exchange, PowerShell | Comments Off on Exchange PowerShell Command Line

Windows Server 2008 time sync

First, locate your PDC Server. Open the command prompt and type: C:\\>netdom /query fsmo Log in to your PDC Server and open the command prompt. Stop the W32Time service: C:\\>net stop w32time Configure the external time sources, type: C:\\> w32tm … Continue reading

Posted in My Windows, tricks & tips, windows | Comments Off on Windows Server 2008 time sync