A quick blogpost to trigger the installation of software updates (missing/failed/available in software Center) remotely from the console using built-in scripts feature. If you have deployed software updates to your clients and during the windows update compliance check, you found that, the clients are still reporting as non-compliance (required). There could be several reasons why the client is still reporting as non-compliance. For more information about the software updates compliance states, please refer https://docs.microsoft.com/en-us/mem/configmgr/sum/understand/software-updates-introduction#software-updates-compliance-states To check if the client has any updates available in software Center but waiting for maintenance window or failed to install or other reason and trigger…
Author: Eswar Koneti
The other day, I have powered ON my Configuration Manager lab after long a time to test something on the reporting and found that, the reporting URL does not work. Browsing the reports URL leads to service unavailable with http error 503, The service unavailable. I have verified that, the SQL server reporting services is running fine and i have restarted the service as well to check if this works or not but no luck. I have realized that, there is something seriously wrong and took sometime to troubleshoot further. The first log to check is srsrp.log (ConfigMgr log) for…
As part of the monthly release updates for Configuration Manager Technical Preview, this month has got Technical preview version 2105 for Configuration Manager is available with some cool features such as enhanced script editing, VM size for CMG, support Center themes (dark and white), client deployment pre-req, powershell release notes. You can Install this version to update your existing lab and add new features to your technical preview site. If you want to install/setup technical preview site in lab, you can download the baseline version of 2103 from https://www.microsoft.com/en-us/evalcenter/evaluate-microsoft-endpoint-configuration-manager-technical-preview and setup the SCCM site. Technical preview 2105: ConfigMgr site version:…
I was recently working on assignment to get the audit logs for list of SharePoint online sites with specific audit activities such as PageViewed, FileAccessed, FileDownloaded,FileDeleted (This can be expanded further based on the needs) and email the data at regular intervals. For list of audited activities in office 365, https://docs.microsoft.com/en-us/microsoft-365/compliance/search-the-audit-log-in-security-and-compliance?view=o365-worldwide#audited-activities For list of page and file activities https://docs.microsoft.com/en-us/microsoft-365/compliance/search-the-audit-log-in-security-and-compliance?view=o365-worldwide#file-and-page-activities If you are looking for audit logs (manual), you can do it using security and compliance center. For more information on how to do it using the security and compliance, refer https://docs.microsoft.com/en-us/microsoft-365/compliance/search-the-audit-log-in-security-and-compliance?view=o365-worldwide#step-1-run-an-audit-log-search If the ask is repeated on daily/weekly/monthly, you would…
I was troubleshooting the client issue for co-management and found that the device was not hybrid Azure AD Joined. Hybrid Azure AD joined (if your devices are on-prem) is one of the pre-requisites for co-management. To check if the devices are hybrid Azure AD joined or not, you can open cmd and run dsregcmd /status If the device is hybrid Azure AD joined, the status for AzureAdJoined=Yes (This field is applicable for both AAD or hybrid AAD). On the problematic machine, there is no data for the dsregcmd. For more information about configuring the Hybrid Azure AD joined and troubleshooting,…
In Microsoft Endpoint Configuration Manager, To monitor infrastructure and operations, we use the Monitoring workspace in the Configuration Manager console. One of the common ask in many forums is that how to find who created or modified or deployed certain tasks to users or devices that caused an issue. when someone deploys something, they would not know it would cause some outage or impact the end-user experience. When such things happen, you always in search of identifying who did that?. In this blog post, we will see how to find who deployed or created an assignment for the software update…
Technet Gallery has been there for almost 15 years for community to share scripts, files, utilities, tools etc for Microsoft Products. With the retirement/closure of Technet Gallery, there are large number of scripts/reports that I have uploaded to Technet for my blog and now am receiving the feedback from the blog readers that they cannot download the files. When you visit any of my blog post and find a link to Technet for sample download, you will be redirected to https://docs.microsoft.com/en-us/samples/browse/?redirectedfrom=TechNet-Gallery which does not help. In this blog post, we will see, how to download the samples from Technet Gallery…
Co-management enables you to concurrently manage Windows 10 devices by using both Configuration Manager and Microsoft Intune. For more information about Co-management, benefits, pre-requisites, licensing, read https://docs.microsoft.com/en-us/mem/configmgr/comanage/overview When you have windows 10 devices that are Azure AD joined, enrolled to Intune, and also co-managed, these devices would appear in Configuration Manager. In this blog post, i will show you how to create a collection for Azure AD joined co-managed devices. When a device is AAD joined and co-managed ( not on-prem domain joined but only the cloud), we will have the tenantID, device ID, domain or group, and other information.…