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
Author: Summa Lai
Where is the New Outlook & New Teams EXE Location?
They’re indeed Store-style apps the path is going to be changing and is pretty well locked down. C:\Program Files\WindowsApps\Microsoft.OutlookForWindows_1.2023.1011.100_x64__8wekyb3d8bbwe\olk.exe C:\Program Files\WindowsApps\MSTeams_23272.2707.2453.769_x64__8wekyb3d8bbwe\ms-teams.exe
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
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
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
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