Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.08 KB

Download the script deploy-WebpagetestAgent.ps1

Update the following lines :

[String]$wpt_password = "p@ssword",
[String]$wpt_url = "http://www.webpagetest.org/",
[String]$wpt_location = "wpt_location",
[String]$wpt_key = "wpt_key",
[String]$windows_licenseKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

Run the script as Administrator.

  • Create a shortcut to your Powershell script on your desktop
  • Right-click the shortcut and click Properties
  • Edit the command powershell.exe -NoExit -f deploy-WebpagetestAgent.ps1
  • Click the Shortcut tab
  • Click Advanced
  • Select Run as Administrator

Pitfull/Post manual task

Ref :