I have got a case recently: “Can we check an email status (read/unread) regardless of whether the Read Receipt is being enabled or disabled in Outlook, or if a user checked the read receipt?” In this article, we’ll talk about how to track email read status in on-premises Exchange Server and a few words about this feature in Exchange Online (Microsoft 365).
- Windows 10Windows 11Windows Server 2019
“Could Not Find This Item” While Deleting a File/Folder in Windows
February 7, 2022I’ve come across an interesting error when trying to delete or rename a folder in Windows. When trying to remove a local folder using File Explorer, an error appears:
- Windows 11
How to Install Windows 11 on Unsupported Hardware (Without TPM & Secure Boot)
June 8, 2023To install Windows 11 (or upgrade from Windows 10), your computer must meet certain minimum system requirements: TPM 2.0 chip (Trusted Platform Module), UEFI + Secure Boot mode enabled, 3+…
- PowerShellWindows 10Windows Server 2019
Configuring PowerShell Remoting (WinRM) over HTTPS
September 9, 2022By default, traffic in a PowerShell Remoting session is encrypted no matter whether HTTP (TCP/5985) or HTTPS (TCP/5986) transport protocol is used. Anyway, all traffic is encrypted using AES-256 key.…
- Group PoliciesWindows 10Windows Server 2019
The Sign-in Method Isn’t Allowed to Logon Windows
May 10, 2023If you see The sign-in method is not allowed error when trying to logon Windows, it means that the resulting Group Policy settings prevent local sign-in for a current user…
I saw a strange error: Errno 28 “No space left on device” when trying to manually update a VMWare ESXi version on a standalone host:
- PowerShellWindows 10Windows Server 2019
Grep in PowerShell Using the Select-String Cmdlet
April 5, 2022In Linux/Unix, the grep command is used to find a text (string) or errors in a log file. Grep allows you to find/select any data in the output of another…
- Windows 10Windows 11Windows Server 2019
Can’t Access Shared Folders or Map Network Drives from Windows 10 and 11
May 10, 2023If you cannot open or map network shared folders on your NAS, Samba Linux server, computers with legacy Windows versions (Windows 7/XP/Server 2003) from Windows 10 or 11, most likely…
- PowerShellWindows 10Windows 11Windows 7Windows Server 2019
How to Clean Up or Reset COM Port Numbers in Windows
June 8, 2023When you connect a new COM device or a USB device to your computer (USB modem, mobile phone, Bluetooth adapter, serial to USB converters, etc.), Windows detects it using Plug-n-Play…
- ExchangeMicrosoft 365PowerShell
Mailbox Size and Quotas in Exchange 2019/2016 and Microsoft 365
February 20, 2023An on-prem Exchange or cloud Exchange Online (Microsoft 365) administrator must control user mailbox sizes. In this article, we’ll show how to get current mailbox sizes and set mailbox quotas…