sample csv file

How to Disable POP and IMAP for All Mailboxes in Office 365

First of all, why disable IMAP or POP? Two reasons: IMAP and POP are less secure mail protocols that are now around 30 years old. In our experience, IMAP and POP is seldom used for legitimate purposes. In almost every breach we’ve discovered, the attackers have used IMAP or POP protocols to download user mailboxes Read More

sample csv file

How to Enable Azure Active Directory Self-Service Password Reset Writeback to an On-Premises Environment

With Azure Active Directory (Azure AD) self-service password reset (SSPR), users can update their password or unlock their account using a web browser. We recommend this video on How to enable and configure SSPR in Azure AD. In a hybrid environment where Azure AD is connected to an on-premises Active Directory Domain Services (AD DS) environment, Read More

sample csv file

How to Migrate On-Premise TrendMicro OfficeScan to Apex One as a Service

Step 0: Migration Planning Check your OfficeScan server configuration and see if the following functions/features were used: Virtual Desktop Support (VDI) for non-persistent VDI environment Open the ..\Trend Micro\OfficeScan\PCCSRV\ofcscan.ini file. Check if EnableCheckClientMacAddress exists under [INI_SERVER_SECTION] and is equal to 1. If EnableCheckClientMacAddress does not exist or is equal to 0, manually change it to Read More

sample csv file

How to Run FTK Imager from a Flash Drive (FTK Imager Lite)

Question How can I run Imager from a portable drive? Answer Prerequisites: A computer other than the target system Procedure: On a machine other than the system to be imaged, install FTK Imager Insert a flash drive formatted with either the FAT32 or NTFS file system Copy the entire “FTK Imager” installation folder (typically “C:\Program Read More

sample csv file

How to Delete and recover files in Teams

Microsoft Teams Use Teams on the desktop or web to delete files. Use SharePoint or OneDrive to recover them. Delete a file from a channel Go to the Files tab in a channel. Select More options    next to the file and then select Delete. To delete several files at once, select each file by clicking the left side of its row, Read More

sample csv file

Remove Unwanted HTTP Response Headers on IIS Server

The purpose of this blog post is to discuss how to remove unwanted HTTP response headers from the response. Typically we have 3 response headers which many people want to remove for security reasons. Server – Specifies web server version. X-Powered-By – Indicates that the website is “powered by ASP.NET.” X-AspNet-Version – Specifies the version of ASP.NET used. Read More