by George Chrysovaladis Grammatikos | Dec 8, 2020 | DevOps, Identity, IT, IT-Troubleshooting
Reading Time: < 1 minuteIn Visual Studio 2015, when you check for an updated license, you might see the error message below. This problem caused because of the MFA feature. To get troubleshoot this problem you have to follow the steps below : Solution 1 (Check for...
by George Chrysovaladis Grammatikos | Nov 20, 2020 | DevOps, IT, IT-Troubleshooting
Reading Time: 2 minutesError message When you try to open a web page you get the following error message, This page can’t be displayed “Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to https://www.mywebsite.com” again....
by George Chrysovaladis Grammatikos | Sep 27, 2020 | Azure, Identity, IT-Troubleshooting, Troubleshooting
Reading Time: 2 minutesIn this post, I would like to show how you can troubleshoot AIP (Azure Information Protection) known error messages. The Problem Sometimes while configuring the AIP you may encounter several of issues, two of the most well know are :...
by George Chrysovaladis Grammatikos | Apr 22, 2020 | Azure, DevOps, IT-Troubleshooting, Powershell
Reading Time: < 1 minuteIn this post, you can read the steps you need to follow to delete an Azure DataFactory. Specifically, the steps below apply to the error code “DeleteFactoryBlockedByIR”. The Problem When we try to delete the Azure Data factory...
by George Chrysovaladis Grammatikos | Apr 2, 2020 | IT, IT-Troubleshooting
Reading Time: < 1 minuteProblem: While trying to refresh a Visual Studio license return the following error message: Solution: To solve the problem we must execute the steps below. Close down Visual Studio Go to...
by George Chrysovaladis Grammatikos | Jun 27, 2017 | IT, IT-Troubleshooting
Reading Time: < 1 minuteTo access a VM from a Remote Server you must follow the next steps : 1. Download psexec 2. Run CMD with Administrative privileges 3. Execute the following command : psexec \\ 10.x.x.x cmd -u “USERNAME” -p...