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

Typo error in readme for installing the script #19

Closed jeffangama closed 7 years ago

jeffangama commented 7 years ago

It shall be

SPBestWarmUp.ps1 -i

instead of

SPBestWarmup.ps1 -i (Triggers error in powershell)

Thanks for your great script, been using it multiple times now

spjeff commented 7 years ago

Thanks. Where did you see this? Line number?

In the PS1 file I only see CamelCase ("Up.ps1") everywhere.,

jeffangama commented 7 years ago

On the readme page of the github page

https://github.com/spjeff/spbestwarmup

Currently as Run SPBestWarmup.ps1 -f to install farm wide. Creates Task Scheduler job on every machine. Run SPBestWarmup.ps1 -i to install locally. Creates Task Scheduler job on the local machine. Run SPBestWarmup.ps1 -u to uninstall farm wide. Deletes any Task Scheduler job named "SPBestWarmup"

spjeff commented 7 years ago

Update to Camel Case in Readme