image-1

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

image-1

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

image-1

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

image-1

How to Send Ctrl+Alt+Del to Remote Desktop?

Method 1 – Ctrl+Alt+End on an On-Screen Keyboard: The on-screen keyboard approach, a popular method, is to use the On-Screen Keyboard of the remote device. Of course you have to previously enable remote connections and create a remote user. Once you have opened the remote session, the utility for this method can be accessed by Read More

image-1

How to Backup and Restore PatchMyPC Publisher Settings

In this article, we are going to review the options available to backup and restore the settings in the Patch My PC Publisher. The publisher’s settings are stored in the %InstallDir%\Settings.xml file. Backup the Publisher Settings By default, the Publisher will automatically store the last 50 settings .cab files in the %InstallDir%\Backup directory. The automatic local backup of the Publishers settings to a local .cab file can be Read More

image-1

How to Add Company Templates for All Users on Microsoft 365

Create a SharePoint site. We have no need for an M365 group and we only want a few editors but all users must have read rights. With this as a background, I usually prefer to create a Communication site. Give the site an intuitive and logical name. (If you have a naming standard, you must Read More