powershell-intune-samples
powershell-intune-samples copied to clipboard
wrong URL in Verify-NDESConfiguration script
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
you are correct, but this still seems to work with the partial URL.