theQ23
theQ23
> Same problem. Though to me, the provided binaries for version 4.2.4 didn't give me this error (I was overwhelmed with errors even though password was successfully changed -same issues...
i'm on version 1.42.0 and not all the url's are getting rewritten with base url The URL for Inter-Variable.woff2 doesn't get rewritten This results in a blank page. 
In the CSS for the font-face declaration url("Inter-Variable.woff2") format("woff2"); needs to be change to url("./Inter-Variable.woff2") format("woff2"); 
what happens if you have the intermediate and root in the same cer file? with the intermediate being first. I put my local root and sub ca in the same...
you are correct it only looks at the first cert in the chain. you are looking for "function Import-PSDCertificate" in the code based. Maybe AI can write a drop in...
Hello, I made a pull request with my changes for approval. I didn't make any other changes than what was covered in the wiki's and youtube videos. I will say...
It has to do with the versin of Windows 11 you are working with. Regardless it is the recommendation from Microsoft. NTLM is going away.
I don't change anything in the PSDWindowsUpdate.ps1 but always have used these registry keys for internal WSUS. ``` Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" -Value 1 Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" -Name WUServer...