When changing users and groups in applocker policies the mmc crashes. After a lot of investigation a lot of people said that it was a bug and it was fixed in Windows 10. I identified the following .NET updates; KB4024847 KB 4073700 KB 4055001 KB 4054980 I uninstalled all the above .NET and I could …
I went into C:\windows\logs\cbs.log and found the following entry; Store corruption, manifest missing for package: Package_1379_for_KB4025336~31bf3856ad364e35~amd64~~6.3.1.4 Mark store corruption flag because of package: Package_1379_for_KB4025336~31bf3856ad364e35~amd64~~6.3.1.4 After a lot of troubleshooting i found the solution; Go to windows catalogue and download the KB. extract the kb with the following command; After the extraction install with dism;
I’ve experience one time after changing the Service Communication certificate it showed correctly in the adfs console, but when i browsed the site it was still using the old certificate. i did a netsh http show sslcert and it showed a different thumbprint than the new certificate. The solutions was to delete all the bindings …
I ran into below problem – where a single user could not connect to remote desktop through rdgateway I found this article; https://support.microsoft.com/en-us/help/2903333/terminal-services-client-connection-error-0xc000035b-when-you-use-lmco The solution here was method 1 in above article HKLM\SYSTEM\CurrentControlSet\Control\Lsa LmCompatibilityLevel REGDWORD 3 or above. Method 2 is on the server; Set the EnforceChannelBinding registry value to 0 (zero) to ignore missing …
I made some changes to a group policy but couldn’t see that the changes took effect. I couldn’t find any errors so i decided to make a new gpo – also because the old gpo had elements from the old internet explorer maintenance section. When I created the new gpo the changes i’ve made still …
Recently i got this error, AADSTS50008: SAML token is invalid. when signing in to office 365. When i logged in to AD FS Management console i realised that the token signing certificate was renewed and the old certificate was demoted as the secondary certificate Various blog post stated that i should run or I ran the …