Unix: Reset a user’s password under any linux.
passwd is the command used to change the password. In order to change your own password use the command passwd $passwd It will prompt you to enter the same password… Read more »
passwd is the command used to change the password. In order to change your own password use the command passwd $passwd It will prompt you to enter the same password… Read more »
PS Command to list Administrators Group of Remote Server Invoke-Command -ComputerName Comp01 -ScriptBlock{net localgroup Administrators} *Replace Comp1 with server/computer name. Thanks, WintelAdmin
When you try to connect to ILO, you get an error message stating “Connection with iLO cannot be established.” If any changes was made to the network configurations, you may… Read more »
How to create a dump of the process on Windows Server to troubleshoot server hung, crash, unresponsive issues? In-order to generate a dump we need to make use of an… Read more »
Winteladmin.com is now running on SSL/HTTPS that encrypts the connection between our webserver and your web browser. It protects your sensitive data as it travels across the internet. If you’ve… Read more »
At times when the servers located remote doesn’t respond, there is a need to restart. Quickest is to reboot the server using command forcefully. Pretty sure this will help sometime…. Read more »
Trick to open a GUI folder from command prompt. In order to to open a GUI folder from command prompt and list all its content you may just enter the… Read more »