sample csv file

How to Configure KnowBe4 with Microsoft Entra ID (Formerly Azure Active Directory)

In this article, you’ll learn how to configure SCIM with Microsoft Entra ID (formerly Azure Active Directory). Configuring SCIM for Microsoft Entra ID will allow you to add and manage users and groups in your KSAT console using Microsoft Entra ID. The instructions in this article are for third-party software. If you experience issues with Read More

sample csv file

How to decommission an AD FS server Correctly

Microsoft Entra ID provides a simple cloud-based sign-in experience to all your resources and apps with strong authentication and real-time, risk-based adaptive access policies to grant access to resources reducing operational costs of managing and maintaining an AD FS environment and increasing IT efficiency. For more info on why you should upgrade from AD FS to Microsoft Read More

sample csv file

How to Troubleshoot Azure VPN Gateway Using Diagnostic Logs

This article helps understand the different logs available for VPN Gateway diagnostics and how to use them to effectively troubleshoot VPN Gateway issues. If your Azure issue is not addressed in this article, visit the Azure forums on Microsoft Q & A and Stack Overflow. You can post your issue in these forums, or post to @AzureSupport Read More

sample csv file

How to Enable or Disable RDP NLA from PowerShell Windows Server 2016/2019/2022

By default, you might find RDP firewall rules disabled, which prevent RDP connections to the server. To enable preset firewall rules of RemoteDesktop, use the following PowerShell command: Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’ or from CMD, append powershell.exe in the beginning: powershell.exe Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’ To disable RDP Network Level Authentication (NLA), use the following Read More

sample csv file

How to Change the TimeZone by Using PowerShell

Azure VM sets it’s time zone as UTC by default. Sometimes, the settings might also grey out, so you cannot modify it from the GUI. So, it follows the time always until you set a different time zone. I am doing the settings in the following way:. I hope this will help you too.The steps Read More