An automatic reply feature (Auto-Reply, Out of Office Message/OOF) allows an Exchange user to configure a rule in their mailbox to automatically send a specific message in reply to all incoming e-mails. Usually, an auto-reply is enabled when a user is absent from the office for a long time (vacation, business trip, etc.). A user may configure an automatic reply themselves through Outlook or Outlook on the web graphical interfaces. In this article, we will show how to enable, disable and configure an automatic reply message in Exchange Server 2019/2016/2013/2010 and Exchange Online (Microsoft 365) from the Exchange Admin Center (EAC) or using PowerShell.
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Add/Remove Drivers to a Windows WIM/ISO Install Image
June 8, 2023You can simplify the deployment of the operating system on typical workstations (servers) if you add all the necessary drivers to the Drive Store of your Windows install image. In…
- Windows 10Windows 11Windows Server 2019
Configuring RDP/RDS Sessions Limits (Timeouts) on Windows
February 27, 2023When a user closes the RDP/RDS session window in a terminal client (mstsc.exe, RDCMan or Remote Desktop HTML5 web client) by simply clicking the cross in the top right corner…
- PowerShellWindows 10Windows Server 2019
How to Check Who Restarted (Shutdown) Windows Server
June 8, 2023If your company has several system administrators, sometimes you may want to know who rebooted the server. In this article. I will show you how to identify a user who…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Find Duplicate Files Using PowerShell
June 8, 2023For one of the projects, I needed a PowerShell script to find duplicate files in the shared network folder of a file server. There are a number of third-party tools…
PostgreSQL is a free object-relational database management system able to compete with proprietary databases, like Microsoft SQL Server or Oracle. PostgreSQL supports user data, functions, operations, domains, and indexes. In…
A symbolic link (symlink) is a special file on a file system that doesn’t contain any data but is actually a shortcut pointing to another object (file or folder). When…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
Configuring Windows Firewall Rules Using Group Policy
March 15, 2024The Microsoft Defender Firewall is built into all modern versions of Windows and Windows Server and allows you to configure rules for filtering incoming and/or outgoing network traffic on your…
- Microsoft OfficeWindows 10Windows 11
Fix: Signature Button Not Working in Outlook 2019/2016/365
March 11, 2024In different versions of Outlook (2019/2016/2013/Microsoft 365 Apps), a bug occurs periodically when the create signature button stops working. When the user clicks the Signature button in the Outlook settings,…
- Azure and Microsoft 365PowerShell
How to Send a Message to Teams Channel with PowerShell
March 13, 2024You can send messages to Teams channels from PowerShell using webhook or Microsoft Graph API calls. Let’s see how to send and read messages in Microsoft Teams channels using PowerShell.…