Symptoms
I am not using the IIS Default Web Site for the Distribution Point, I am using custom site. OSD (Operation System Deployment) task sequence starts to deploy to my Mac, but fails after a certain point during the TFTP file transfer.
Cause
Custom sites currently are not supported by Parallels Management for Mac.
Workaround
- Run appcmd.exe file (C:\Windows\system32\inetsrv\appcmd.exe)
-
Execute the following commands one-by-one:
appcmd add vdir "/app.name:SMSWEB/" /path:/pmmimages /physicalPath:c:\pmmimages
NOTE:(Сhange c:\pmmimages to the path to pmmimages that you have specified when you configured Netboot Server. (default value is c:\pmmimages ))
appcmd set config "SMSWEB/pmmimages" -section:system.webServer/directoryBrowse /enabled:True appcmd set config "SMSWEB/pmmimages" -section:staticContent /+[fileExtension='.dmg',mimeType='application/octet-stream']
- After executing commands above restart IIS Web Server.
Was this article helpful?
Tell us how we can improve it.