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
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
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
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
How to Change the ADSync Service Account Password
If you change the ADSync service account password, the Synchronization Service doesn’t start correctly until you abandon the encryption key and reinitialized the ADSync service account password. Abandoning the ADSync service account encryption key The following procedures only apply to Microsoft Entra Connect build 1.1.443.0 or older. This can’t be used for newer versions of Read More