How to Run PowerShell as Administrator
There are times we should have opened PowerShell with ‘Run as administrator‘ to execute commands which require elevated privileges. There …
There are times we should have opened PowerShell with ‘Run as administrator‘ to execute commands which require elevated privileges. There …
We can logoff a remote desktop user session by using the command line tool Logoff. Logoff command syntax: LOGOFF [sessionname …
We can list all the Remote Desktop sessions by using the command line tool QWinsta and we can disconnect RDP …
We can resolve hostname from ip address using ping command in cmd (command prompt) and we can also get ip …
Running a program as different user is one of the easiest way to impersonate a Program/Application with some other user’s …
Problem Unfortunately, today I have executed a time consuming powershell script through Windows Powershell Command utility. I have waited so …
We can get computer name/machine name from ip address using either ping command or tracert and we can get ip …
You can find Process Name from Process ID (PID) using the command tasklist in command line windows, apart from command …
We can easily find whether a computer is joined to an Active Directory domain or not by various methods. In …
There are many ways and more tools find which process is using specific TCP port. In this article, I am …