Disabling IPv6 on Network Adapters Using PowerShell

Disabling IPv6 on Network Adapters Using PowerShell Disabling IPv6 on Network Adapters Using PowerShell In the world of networking and system administration, there are times when you need to make specific configurations to ensure your network runs smoothly and securely. One such task is disabling IPv6 on network adapters, and PowerShell offers a straightforward way … Read more

AZ-305 Designing Microsoft Azure Infrastructure Solutions Study Guide

AZ-305 Certification Exam AZ-305 Designing Microsoft Azure Infrastructure Solutions Study Guide The AZ-305, Designing Microsoft Azure Infrastructure Solutions, the certification exam is geared towards Azure Solution Architects. The exam includes four study areas. The percentages indicate the relative weight of each area on the exam. The higher the percentage, the more questions the exam will contain. … Read more

Microsoft Intune Training for Beginners Free tutorial Youtube Playlist

Microsoft Intune Training for Beginners Free tutorial Youtube Video I have created a youtube playlist with more than 11 hours 30 Minutes of Intune training. If you are looking for complete Free Intune training     Microsoft Intune Full training Course with 11 hours 40 minutes, You will be learning end to end on Endpoint … Read more

SCCM / Intune / MEM Whatsapp Signal Groups to share knowledge

Hey SCCM/Intune Learners, You can join to SCCM Whatsapp group / Intune Whatsapp Group / Microsoft Endpoint Manager Whatsapp Group. We also have a Signal App Group for SCCM, Intune/MEM Discussions. Please follow group Rules strictly. SCCM Whatsapp group Intune Whatsapp group Intune Whatsapp Microsoft Endpoint Manager Whatsapp Group MEM Whatsapp Group Intune Whatsapp group … Read more

Common WSUS Troubleshooting

Common WSUS Troubleshooting Below are the very common WSUS Client-side commands that we can use. net stop wuauserv net start wuauserv net stop bits net start bits net stop cryptsvc net start cryptsvc wuauclt.exe /detectnow wuauclt.exe /resetauthorization /detectnow Wuauclt.exe /resetauthorization /detectnow net stop bits net stop wuauserv reg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v AccountDomainSid /f reg delete … Read more

Free AZ-303 Exam Recommended Study guide

Hello Azure learners, Since the new release of Azure Exam AZ-303 Microsoft Azure Architect Technologies, there is a huge talk on how to prepare for the AZ 300 exam and here is my AZ 303 study guide. This AZ 303 study guide teach you on how to prepare along with Microsoft links that you can … Read more

54 Free recommended SCCM / MECM OSD interview Questions

Welcome to this article on SCCM / MECM OSD interview Questions And in this article I will show you SCCM / MECM OSD interview Questions OSD – Specific Interview Questions Based on Students request Below are only for OSD Section Interview Questions. SCCM Operating system deployment interview Questions All these questions are covered in SCCM … Read more

Windows 10 Servicing SCCM / MECM Collections

All Windows 10 1507 Version Machines select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.BuildNumber = “10240” All Windows 10 1607 Version Machines select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.BuildNumber = “14393” All Windows10-1709 Version Machines select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId … Read more

Enable Debug View in SCCM Console

Enable Debug View in SCCM Console open sccm console in debug mode When you enable Debug mode in SCCM it helps you to check directly the WMI Class / Properties information. This is usefull when you wanted to work on SMS Provider related or WQL related or SCripting relavent tasks. Please check out my vlog … Read more