Windows Server 2012 – Page 27 – POFTUT

How To Print Current Date and Time In Linux and Windows From Command Line?

Getting current date-time information is very different for different systems and programming languages. We will look at this simple but big issue for the vast majority of operating systems and programming languages. Linux/FreeBSD/Unix We can date information from the GUI panel clock but we will look for the command line. We will issue date command to … Read more

How To Find External or Wan IP Address Without Browser?

Sometimes I need external IP address of system I am logged on. The general solution is to use browser and search for “what is my address” . And magically google shows the external IP. But if you have no chance to use browser or especially GUI there must be an alternative for this. Here is  … Read more

How To Determine Installed Powershell Version?

Powershell provides different features according to its version. Here knowing the version of the PowerShell become a necessity. There are different methods to get version of Powershell from easy to hard. PowerShell Versions Also PowerShell is updated with the Windows Update but following lines provides information about the PowerShell versions and related Windows or Operating … Read more

How To Prevent Security Policy Enforced Screen Lock in Windows

We are all believe security. But sometimes security become a bottleneck for our productivity. Enterprises generally put automatic screen lock after idle time for windows operating systems by using security policy. I think this is very good enforcement because I see a lot of workers do not mind this type of security measures. But when … Read more

How To Find Out Which Proccess is Listening On A Port for Windows?

System or Network administrators looks ports and applications to solve problems. Getting port and application info in Linux can be done lsof command. But in Windows? netstat is a very popular and useful tool used to get network and port-related information. List Listening Port with netstat Command We will use <a href=”https://www.poftut.com/how-to-check-and-list-listening-ports-with-netstat-in-linux/” target=”_blank” rel=”noopener noreferrer”>netstat</a> … Read more