Hi all Hope this post finds you in good health and spirit. Recently, I got opportunity to do few OS troubleshooting trainings and realized that some of the participant were not well aware of windows booting process which indeed helps a lot in different troubleshooting especially startup ones. So, I thought to compile these steps … Continue reading Insight of Operating System booting process – Windows 10
Tag: WIndows 2008
Hi Friends This is going to be short blog about how we can change the color of error messages in PowerShell. By default its in "Red" and at least to me its scary. This is how it looks: Good news is that we can change this color and not only error but we can change … Continue reading Changing color of error messages in PowerShell “Red is scary”
Hi Friends Hope you all are enjoying life at the fullest at the time while this post reached you. I am going to use this post to compile some handy scripts which may be used by admins in day to day activities. This is first tool in the series. Information about this tool (not tested) … Continue reading PowerShell script for domain join remotely
Hello friends Hope this post finds you in good health and spirit. This is post is about how "Windows Deployment Service" works. I was planning to write about it since long as its an important concept with roots in Windows server and used often by other technologies like SCCM for OSD ( Operating System Deployment). … Continue reading How WDS works – Inside Story
Hi All Hope this post finds you in good health and spirit. Today we are going to discuss IP address conflict detection by DHCP server and process to configure it. Two machines should not have same address within network and it can lead to address conflict. To solve this problem DHCP has built-in mechanism that … Continue reading IP conflict detection by DHCP server