WSUS Maintenance and Optimization in ConfigMgr
The Simple Guide to WSUS Maintenance and Optimization in ConfigMgr In this article, we are going to break down the key factors involved in ensuring your WSUS server and software update…
The Simple Guide to WSUS Maintenance and Optimization in ConfigMgr In this article, we are going to break down the key factors involved in ensuring your WSUS server and software update…
CMDeployment_15_SCCM CB Deploy Office 365 update keep failing with error 0x87D0024A(-2016411062) Issue reported: SCCM CB Deploy Office 365 update keep failing with error 0x87D0024A(-2016411062) Below is screen shot fore reference…
Microsofts Edge-Browser enthält seit einiger Zeit einen Reader für ePub, nachdem dieser mit der Umstellung auf Chromium verschwunden war. Dieser ist aber standardmäßig deaktiviert und lässt sich zudem nicht "offiziell"…
Neben der Laufwerke-GUI im Explorer und dem althergebrachten chkdsk.exe kann man auch PowerShell nutzen, um detaillierte Informationen zum Status von Laufwerken und Volumes zu erhalten. Findet man Fehler in einem…
Error: This site can’t provide a secure connection ERR_SSL_VERSION_OR_CIPHER_MISMATCH Solution in fix the Problem in Firefox: Firefox 43 supports TLS 1.0, 1.1, and 1.2 by default. You shouldn't need to…
A problem with the WMI may indicate a wide range of errors: The errors on the WMI queries processing in the system and application logs (0x80041002 - WBEM_E_NOT_FOUND, WMI: Not Found, 0x80041010…
How Fix this error: "Failed to get class "DatabasePropreties" from WMI namespace. Error 0x80041002" needed to recompile the MOF's in the ccm dir. Open CMD with Administrator right and insert…
Setup was unable to compile the file DiscoveryStatus.mof Client install fails install fails with error: MSI: Setup was unable to compile the file DiscoveryStatus.mofThe error code is 80041002 File C:\Windows\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi…
So richten Sie einen Schweizer Proxy ein Öffnen Sie die Systemsteuerung mit einem Klick auf das Windows-Symbol unten links und einem weiteren Klick auf "Systemsteuerung". Klicken Sie auf "Netzwerk- und…
SCCM Query To check machine RAM Memory ******************************** select distinct SMS_R_System.NetbiosName, SMS_G_System_PC_BIOS.SerialNumber, SMS_G_System_X86_PC_MEMORY.TotalPhysicalMemory, SMS_R_System.IPAddresses, SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.DNSDomain from SMS_R_System inner join SMS_G_System_PC_BIOS on SMS_G_System_PC_BIOS.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_X86_PC_MEMORY on SMS_G_System_X86_PC_MEMORY.ResourceID =…