Posts

Showing posts with the label windows server 2016

WSUS Client Not Showing in Target Group – Troubleshooting Guide

  When a client machine does not appear in the correct WSUS target group , it is usually due to delayed policy application or the client not reporting to the WSUS server. 🔍 Issue The client system is not visible under the expected target group in the WSUS console. ⚙️ Root Cause (Common) Group Policy not applied properly Client not reporting to WSUS server Detection cycle not triggered Delay in synchronization/reporting 🛠️ Steps to Fix Perform the following steps on the client machine : 1. Force Group Policy Update gpupdate /force 2. Trigger Windows Update Detection wuauclt /detectnow 3. Force Reporting to WSUS Server wuauclt /reportnow 4. Optional – Check for Updates (GUI) Go to Settings → Windows Update Click Check for Updates ✅ Result After running the above commands, the client successfully reported to the WSUS server and appeared in the correct target group in the WSUS console. 📌 Additional Checks (If Issue Persists) Verify WSUS GPO ...

MDT custom rule, MDT task sequence rule

 ------------------------------------------------------------------------- [Settings] Priority=Default Properties=MyCustomProperty [Default] ; OverrideProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ; Set Windows product key TaskSequenceID=EX01 ; Identifies the operating system task sequence to be deployed to the target computer DoCapture=NO ; Indicator of whether an image of the target computer is to be captured. OSInstall=Y ; Indicates whether the target computer is authorized to have the target operating system installed. SkipAdminPassword=YES ; Indicates whether the Administrator Password wizard page is skipped SkipApplications=YES ; Indicates whether the Select one or more applications to install wizard page is skipped. SkipBDDWelcome=YES ; Indicates whether the Welcome to Windows Deployment wizard page is skipped. SkipBitLocker=YES ; Indicates whether the Specify the BitLocker configuration wizard page is skipped. SkipCapture=YES ; Indicates whether the Specify whether to capture an...

MDT Stuck on "Microsoft Deployment Toolkit" Screen

Image
 MDT Stuck on "Microsoft Deployment Toolkit" Screen Give permission to deploymentshare folder Read and Execute Share permission Read

How to fix sysprep problem in Windows 10 & 11

 How to fix sysprep problem in Windows 10 & 11 error: sysprep was not able to validate your windows installation review the log file at ... Problem: unable to run sysprep Log 2022-02-09 14:55:38, Error SYSPRP Package Microsoft.OneDriveSync_21220.1024.5.0_neutral__8wekyb3d8bbwe was Solution:  Disable BitLocker.  get-appxpackage -allusers -name "microsoft.Onedrivesync" | Remove-appxpackage Reference: https://learn.microsoft.com/en-us/answers/questions/729350/windows-11-will-not-sysprep-do-to-onedrive How do I fix sysprep error in Windows 10? How to fix sysprep was not able to validate error on Windows 11? Does sysprep work with Windows 11? How do I troubleshoot sysprep?

Disable Delivery Optimization using Group Policy Editor

Image
Disable Delivery Optimization using Group Policy Editor  Create or Update Sysvol policy central store  visit for updated policy defination  Disable Delivery Optimization using Group Policy Editor Check policy is retrieving policies from central store that we have updated through the Microsoft website mentioned above Disable Delivery Optimization using Group Policy Editor Bypass delivery optimization, disable delivery optimization using GPO Try Registry Editor to disable the Delivery Optimization, Computer\HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings\ Set value to 0 of DownloadMode #how to disable Delivery Optimization using Registry Editor