Changing user password from command line in Windows

If you search the Internet how to change the password in Windows using command line you’ll easily find command like one below: DO NOT USE IT! It doesn’t change the password, it resets it. When you reset the password this way, all things encrypted with user password are no longer accessible (unless you have the … Continue reading Changing user password from command line in Windows

Availability Anywhere Part 8 — Running interactive application on a remote server from shell

This is the eighth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Imagine that you’d like to run an interactive application on some remote server. This application should have access to UI and … Continue reading Availability Anywhere Part 8 — Running interactive application on a remote server from shell

Availability Anywhere Part 3 — How to enable PowerShell remoting in Windows

This is the third part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Today we will enable PowerShell Remoting in Windows. This sounds like a trivial task (you can google up an “easy” solution) … Continue reading Availability Anywhere Part 3 — How to enable PowerShell remoting in Windows