paulwetter / DocumentConfigMgrCB

This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
https://wetterssource.com/documentconfigmgrcb
175 stars 45 forks source link

Script stuck at "Writing Cover Page" #101

Open Giagiu90 opened 1 year ago

Giagiu90 commented 1 year ago

Hi, after launching script in powershell, it stays stuck at "Writing Cover Page".

Is there anything I can check?

Thanks

paulwetter commented 1 year ago

Does it actually start writing any of the documentation?Sent from my mobile phone.On Dec 21, 2022, at 7:31 AM, Giagiu90 @.***> wrote: Hi, after launching script in powershell, it stays stuck at "Writing Cover Page". Is there anything I can check? Thanks

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Giagiu90 commented 1 year ago

Hi, thanks for the response.

It actually creates just the HTML file but it's stuck and completely blank.

paulwetter commented 1 year ago

Hmmm. Provide details and screenshot of commands and point where it hangs if possible. Are you using the UI or command line to set params? Maybe its getting stuck on getting the Image for the cover page? provide a local image through the UI.

Giagiu90 commented 1 year ago

Hmmm. Provide details and screenshot of commands and point where it hangs if possible. Are you using the UI or command line to set params? Maybe its getting stuck on getting the Image for the cover page? provide a local image through the UI.

Hi Paul, thanks for the indication. I've tried using a local logo file and the script completed with no issue.

Running the script in Powershell ISE with the -Verbose switch I've noticed that maybe the script stuck when trying to get the default logo through internet -> it's normal because of various firewall/network blocks in our production environment for security purposes, but on other SCCM server where i tried it just skips the logo and continues.

Let me know if you need furter details!

Thanks in advance for your efforts. Gianluca