Search password in configuration and log files of Linux server December 13, 2023 Use below command in linux servers to find the static password used in any of the configuration files or logs grep --color=auto -rnw '/' -ie "Password" --color=always 2 > /dev/ null Read more
Enable WinRm (port 5985) on windows December 05, 2023 run below commands: winrm quickconfig Enable-PSRemoting Read more