spjeff / spbestwarmup

Tired of waiting for SharePoint pages to load? Want something easy to support? That works on all versions? This warmup script is for you!
2 stars 0 forks source link

OOS Services #38

Closed mdroschak-CP closed 1 year ago

mdroschak-CP commented 1 year ago

In the foreach loop for the OOS services on lines 475 and 476 there are trailing forward slashes at the end of the string that is causing an error in my environment. I removed the slashes to prevent the errors in my SharePoint 2019 environment.

foreach ($s in $services) {
            NavigateTo ("http://$w"+":809/$s")
            NavigateTo ("https://$w"+":810/$s")
        }
spjeff commented 1 year ago

Thank you. Updated and resolved.

https://github.com/spjeff/spbestwarmup/commit/48fe31247a60643359f7a4f14d00a9a429ef9c75