Monitor a Log File While It Is Being Written To Using The PowerShell Tail Parameter
Recently, I had a client with a process that was out of control. The logs kept getting too large, too quickly and I wasn't able...
Server Manager Agent Not Connecting To SMC
After a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security file. To resolve this, comment...
Find Windows Server Uptime Using Net Statistics Server
If you are an administrator on a Windows Server, one question that needs to be answered quite often is "How long has that server been...
Quick Tip: Use netstat To Find What Is Blocking Your Port
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...
Securing Oracle JD Edwards EnterpriseOne with Windows Firewall
On one of the Oracle JD Edwards EnterpriseOne installations that I manage, we have a few Windows 2003 Servers. Yeah, I know, it's no longer...