Blog

Send WordPress emails from Microsoft365 or Google Workspace

In an attempt to enhance the detection of scams, there are both stricter email delivery requirements and a reduction in the number of reliable email sending options. The most significant impact is on email addresses that are not associated with a specific individual, which usually includes printers, scanners, and websites. For WordPress websites, the most effective solution is to switch to a secure connection with your cloud email provider. Microsoft365 and Google Workspace are [...]

October 15th, 2024|Tags: , , |

Introduction to Proofpoint Essentials

What is Proofpoint Essentials? Proofpoint Essentials is Rocky Mountain Tech Team’s partner provider of anti-spam, antivirus and anti-phishing filtering of your 365 Email Platform. All email data flows through Proofpoint before arriving at the 365 servers, and outbound email flows through Proofpoint after sending from 365 on its way to the recipient. Your organization has signed up for this service through RMTT. How does it work? By now you will have noticed new emails [...]

August 23rd, 2024|Tags: |

RMTT Maintenance Windows

What are RMTT maintenance windows? When time sensitive security updates or configuration changes require a reboot, RMTT schedules those to occur during maintenance windows.  This is a notification letting you know that reboot is happening in 5 minutes What are the default maintenance windows? Workstations:  Wednesdays between 2:00AM and 3:00AM Servers:  Tuesdays between 2:00AM and 3:00AM Why am I seeing this outside of that time? If your computer is powered off, asleep, or in a hibernated [...]

February 21st, 2024|

Enabling Email Encryption in M365 (S/MIME ERROR)

If you have a client that is attempting to encrypt emails using the built in Office365 email encryption but users are getting an error about now having an S/Mime certificate, please follow the steps below. First, you want to make sure the users have the correct license. This license is included in E3 and above. Alternatively, you can purchase the Azure Information Protection Premium P1 license for $2/user/mo. Next we need to enable it in [...]

May 8th, 2023|Tags: |

DFS Replication (DFSR) Fix

Sample Event Log Entry Source: DFSR Date: 2/25/2016 3:14:40 PM Event ID: 4012 Task Category: None Level: Error Keywords: Classic User: N/A Computer: TTLCloudDC01.ttlcloud.local Description: The DFS Replication service stopped replication on the folder with the following local path: C:WindowsSYSVOLdomain. This server has been disconnected from other partners for 107 days, which is longer than the time allowed by the MaxOfflineTimeInDays parameter (60). DFS Replication considers the data in this folder to be stale, and [...]

January 12th, 2023|Tags: |

Connecting to SimpleHelp with Your Mac

1 | Navigate to help.rmtt.com 2 | Click the blue "download remote support" button 3 | Once downloaded, open the downloads and open the "RMTT Remote Support-macos-online.dmg" file 4 | Double click the blue Remote Support icon 5 | Click "Open" on the downloaded content warning 6 | Click "Accept" on the disclaimer window 7 | [...]

December 15th, 2022|

Microsoft 365 – Adding user access to mailbox via PowerShell

This will enable you to open shared mailboxes using the Open Another Mailbox option in Outlook Web App Run PowerShell as Admin Connect to Exchange Online Install-Module -Name ExchangeOnlineManagement -Force Connect-MsolService Connect-ExchangeOnline -UserPrincipalName [admin email address] -ShowProgress $true Add-MailboxPermission -Identity [user mailbox to share] -User '[user account]' -AccessRights FullAccess -InheritanceType All -AutoMapping $true

November 2nd, 2022|Tags: |

SOPRO Imaging Install

You are going to want to run the installer for SOPRO, typically located in the \\server1\Sopro Imaging\Sopro Imaging Installer\Sopro Imaging setup.exe Follow all the steps for the installer. Run SOPRO imaging. Click new Add a name like Dr Wrong Database Double click the new doctor that you created (might also see one titled demo) Top left > File> Setup Change the images folder path to the correct one In this case, it was \\server1\Sopro Imaging\Images [...]

October 12th, 2022|Tags: |

Outlook not loading, connecting or logging in

If you run into a weird issue where Microsoft Outlook is not fully loading, logging in or refusing to connect—here is the fix: Start menu > Access school or work (type school) Disconnect email address Open Microsoft Word, go to account, sign out of email Close and reopen Word, log in like normal, should be good If this doesn't resolve the issue, sometimes you need to delete all Office-related credentials from Credential Manager too. [...]

September 6th, 2022|Tags: , |

Eaglesoft not connecting to database

We recently replaced a workstation at a local dentist office. We were able to ping the server by both IP and hostname, same version of Eaglesoft running on the server and the workstation, we can access the DATA file. However we constantly received the following error: “Database server not found” We uninstalled and reinstalled EagleSoft, rebooted server, rebooted workstation, uninstalled bitdefender, disabled firewall, ensured all updates are done ... contacted EagleSoft support and were still not able to get [...]

July 6th, 2022|Tags: |

pfSense — Disable TCP timestamps to pass PCI compliance scan

We were working with a client to disable TCP timestamps (RFC1323) on pfSense to pass their PCI compliance scans. Referencing this thread ( Pfsense disable tcp timestamps RFC1323 ), it should be in system tunables but it was not present. To make this happen, go in through ssh and use sysctl to change it, it's not listed in the gui. Command is sysctl net.inet.tcp.rfc1323=0 you can also use sysctl -a to list all system [...]

May 22nd, 2022|Tags: |

Bridging Softdent and PlanMeca

We couldn't find much of a solid guide out there for the right process connecting Softdent to PlanMeca. Call PlanMeca, they will tell you call Softdent. Call Softdent, they tell you call PlanMeca. Sharing this in case anyone else needs to integrate PlanMeca as their primary imaging software. You need to install the planmeca "PMBridge" this should be included with your Romexis software. If you have the original USB flash drive it's in the [...]

April 11th, 2022|Tags: , |
Go to Top