[Solution] How to rejoin computer in domain remotely

Basically, there are different ways to rejoin computers in the domain. You have to be physically in front of it to make changes as in general when you simply rename the computer name, it will start giving an issue

The trust relationship between this workstation and the primary domain failed to fix remotely“.

I couldn’t get the solution in one place, so I thought to share my solution in the blog after googling different alternatives for a couple of days.

Continue reading “[Solution] How to rejoin computer in domain remotely”

Advertisement

How to upgrade PHP version 5.XX to 7.XX version in XAMPP for Windows Server

There is always an open issue on the older version of the tool, so it is best to upgrade your tool if it is going to be compatible. Similarly in PHP also, the older version that I had was 5.5.15 and figure out that it might breach our security with SQL Injection. Thus, I was forced to upgrade our XAMPP server with the latest PHP version 7.1.

Continue reading “How to upgrade PHP version 5.XX to 7.XX version in XAMPP for Windows Server”

Enable Terminal Server/Multiple RDP Sessions on Windows 10

I got up a requirement to setup Windows 10 in a cloud from where we want to have concurrent users on it at the same time. It is an easy step for System Administrator on Windows Server, however, as being the normal operating system,  it wasn’t easy to fulfill this requirement on Windows 10.

I googled and tried to come up with a solution. I have seen few tools on the internet too but they are not working properly with the latest Windows update too.

In the end, I manage to get it done and thought to share my step on my blog. Hereby, I modify the termsrv.dll file from the System32 folder to get it done. Continue reading “Enable Terminal Server/Multiple RDP Sessions on Windows 10”

[Solved] .Net Framework Data Provider. It may not be installed. (MySQL Database)

While I was upgrading .Net Framework in our IIS server which was connected to MySQL Database, I started getting an issue:

“Unable to find the requested .Net Framework Data Provider. It may not be installed.”

Continue reading “[Solved] .Net Framework Data Provider. It may not be installed. (MySQL Database)”

[Solved] Couldn’t verify Office 365 Subscription.

I have faced a quite weird issue where Office package (O365) gives an error as “Couldn’t verify subscription Excel/Word couldn’t verify your Office 365 subscription. Please make sure that you’re connected to the Internet.”, even though I have an appropriate license for Office 365.

Capture

I got some solution on it and fixed my issue. So I thought to share this info in my blog.

Solution: Continue reading “[Solved] Couldn’t verify Office 365 Subscription.”