remote – POFTUT

Run Commands In Local and Remote System With Powershell Invoke-Command Cmdlet

Running commands in local and remote systems have different methods. We can use psexec , commands own feature or Invoke-Command cmdlet. In this tutorial we will look how to use Invoke-Command in powershell. Invoke-Command runs commands remotely and returns the output like success or error messages. Help Detailed help about the Invoke-Command can be get like below. PS> Run Powershell Script … Read more

Remote Desktop Connection Manager (RDCMan) Tutorial

Windows system administrators generally prefer RDP for server management. Management some servers with Remote Desktop Tool is easy and practical. But If we have 50-100 or more servers it may become a nightmare. We have to remember their IP address or Hostnames and write to them every time we want to connect. There is a … Read more

How To Logoff From Command Line In Windows?

Windows operating system is GUI based but provides some commands for administrative jobs. logoff command is one of them and used with the command line. The logoff command has very few options and features. We will look at these usage types of logoff command below. logoff Command Help Help about logoff command can be listed with … Read more

How To Use Psexec Tools To Run Commands and Get Shell Remote Windows Systems?

Windows operating system provides different ways to manage remote systems. Telnet, RDP, VNC are some of them. But these options are generally bound to a graphical user interface. If we prefer a command-line interface there is an alternative named Psexec. Psexec is actually a toolset consisting of following tools. PSexec used to execute commands at remote … Read more

Teamviewer Installation and Remote Desktop Connection

Teamviewer is a remote desktop tool used to connect systems remotely. Teamviewer requires internet connection. Also some times firewalls or similar security systems can prevent TeamViewer. If there is problem check internet and security system. In this tutorial we will install and run team viewer to connect remote system. Download Teamviewer can be downloaded with the … Read more