MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
632 stars 281 forks source link

Error occurred while download package content - line 780 - Access is denied #70

Closed HelenZanderWheels closed 6 years ago

HelenZanderWheels commented 6 years ago

Thank you for the great work on this project. I am excited to get it working. I am getting an access denied error in my log on line 780 that I am unsure how to troubleshoot. It is detecting model, SKU, OS version, OS name, finding the correct package and adding it to list to process. I am assuming that my WebService is working correctly. I am running the invoke-cmapplydriverpackages.ps1 as an account that is both an administrator for SCCM and also is a local admin on the workstation. An error occurred while downloading driver package content (single package match). Error message at line 780: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

I am learning powershell but not sure where to go on this. Is there an additional log that I can look at besides the applydriverspackage.log.
Thanks !

HelenZanderWheels commented 6 years ago

Ignore the above - GPO cert did not match the one that was being used to sign. All is working ok now.