Guest Rohit Posted January 30 Share Posted January 30 I wanted to understand if device is getting patch either through Intune or through WSUS. What is the easiest way to check it. Quote Link to comment Share on other sites More sharing options...
Manish Bangia Posted March 2 Share Posted March 2 Run the following PowerShell command: (New-Object -ComObject "Microsoft.Update.ServiceManager").Services | Select Name, IsDefaultAUService, IsRegisteredWithAU If it shows Windows Server Update Service's IsDefaultAUService as True then device is getting updates from WSUS. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.