Highlighting words in a Text content or Files in Powershell console

INTRODUCTION :  Hello guys, Today’s blog post is about a quick Function to Highlight a word or a group of words in a content and displaying it on the Powershell console in a visually pleasing way. It can be used for Tracing instances  of words from a log file, highlighting them and grouping same words… Read More Highlighting words in a Text content or Files in Powershell console

8 Ways To Know The Uptime of a Windows Machine

Understanding when your machine was rebooted may assist you in troubleshooting better in case of any Abrupt shutdown or System Crash and in many other scenarios. You can achieve this with the following ways : 1. Use the Uptime utility in cmd prompt. Download it from this Link , extract and copy the uptime.exe to C:\Windows\System32 folder CMD > type ‘uptime’… Read More 8 Ways To Know The Uptime of a Windows Machine

Common Network troubleshooting Utilities

1. HOSTNAME : Displays the host name of the current computer. 2. GETMAC : Discovers the Media Access Control (MAC) address and lists associated network protocols for all network cards in a computer, either locally or across a network. SYNTAX : GETMAC [/S system [/U username [/P [password]]]] [/FO format] [/NH] [/V] OPTIONS : /s system Specifies… Read More Common Network troubleshooting Utilities