HP ILO Port numbers
If you are trying to access an iLO behind a firewall, there are some TCP ports that need to be opened on the firewall. Here is a list of the… Read more »
If you are trying to access an iLO behind a firewall, there are some TCP ports that need to be opened on the firewall. Here is a list of the… Read more »
Send-MailMessage -to “[email protected]” -from “[email protected]” -Subject “Subject Info” -Body “Content” -SmtpServer “Server Name” Was not able to send mail from a Windows 2008 server and the error message displayed is… Read more »
PowerShell essentials for administrators coming soon on WintelAdmin to help with your daily operations. Stay Tuned….. WintelAdmin.com
I had to connect to a SQL server to provide access to a domain account. Unfortunately, I had no access to the DB/SQL Server. However, I had local admin access… Read more »
Batch script to delete X days old file from specified location. Where is X is number of days. @echo off REM Remove files backup older than X days Echo Deleting… Read more »
This script will ping multiple server available in servers.txt and display IP with status. Copy below contents and save as filename.vbs and create a servers.txt will all server names one… Read more »
VMware tools 10.0.0 is now no more dependent on vSphere release/Esxi builds. I think this is the first time when VMware released VMware Tools separately. As per release note its… Read more »
Unable to connect to the Remote Desktop. Server operating system is Windows Server 2012 Standard R2. When we try to RDP, we get the below error message: The connection cannot… Read more »
Recently, I was installing Windows 2008 R2 on a HP ProLiant DL380 Gen9 server. Found that the server was throwing an error message stating “Windows could not finish configuring the… Read more »
VB Script to collect Windows server hardware details. Script will Collect Serial Number, Make, Model, OS, CPU, RAM, Drive details on multiple servers remotely. Copy below contents and save as… Read more »