powershell-intune-samples icon indicating copy to clipboard operation
powershell-intune-samples copied to clipboard

wrong URL in Verify-NDESConfiguration script

Open darkoddio opened this issue 4 years ago • 1 comments

hi, on line 1300 file name "/mscep.dll" is missing $CACaps = (Invoke-WebRequest -Uri "https://$hostname/certsrv/mscep?operation=GetCACaps&message=test").content it should be: $CACaps = (Invoke-WebRequest -Uri "https://$hostname/certsrv/mscep/mscep.dll?operation=GetCACaps&message=test").content

darkoddio avatar Feb 09 '21 12:02 darkoddio

you are correct, but this still seems to work with the partial URL.

Paul-Spagnola-Work avatar Mar 14 '22 21:03 Paul-Spagnola-Work