Monthly Archives: May 2019

move logs file to other location

Move-StorageGroupPath -identity “First Storage Group” -LogFolderPath  “E:\LOGS\First Storage Group” -SystemFolderPath “E:\LOGS\First Storage Group” Move-StorageGroupPath -Identity “Second Storage Group” -LogFolderPath:”D:\Mailbox\Second Storage Group” -SystemFolderPath:”D:\Mailbox\Second Storage Group”

Posted in Exchange | Comments Off on move logs file to other location

How to Enable or Disable Circular Logging for a Storage Group

View to see if “First Storage Group” enable or disable get-StorageGroup -Identity “First Storage Group get-StorageGroup -Identity “Second Storage Group” ——————————————————————- To use the Exchange Management Console to enable or disable circular logging Start the Exchange Management Console. In the console … Continue reading

Posted in Exchange | Comments Off on How to Enable or Disable Circular Logging for a Storage Group

Move Database Path

Need dismount the database frist then from Console Move-DatabasePath -Identity ‘OBERON\Frist Storage Group\Mailbox Database’ -EDBFilePath ‘D:\Third Storage Group\Mailbox Database.edb’

Posted in Exchange | Comments Off on Move Database Path

Testing RPC over HTTP/S Connection

outlook.exe /rpcdiag

Posted in Exchange | Comments Off on Testing RPC over HTTP/S Connection

SELinux blocking

If you see an error like SMTP -> ERROR: Failed to connect to server: Permission denied (13), you may be running into SELinux preventing PHP or the web server from sending email. This is particularly likely on RedHat / Fedora … Continue reading

Posted in Google Cloud | Comments Off on SELinux blocking