CiscoDevNet / learning-labs-issues

Defects and bugs in learning lab content and project management
4 stars 0 forks source link

Steps need added to prevent an error from occurring => collab-spark-extensibility-itp #238

Closed ntruncik closed 4 years ago

ntruncik commented 4 years ago

From the Collab DNE track:

Lab: Explore Webex Teams Extensibility Approaches and Platforms Lab ID: collab-spark-extensibility-itp Page: Page 3 – ‘Push’ apps

Steps need added to the lab guide to prevent an error from occurring.

The error "cannot be loaded because running scripts is disabled on this system" comes up when users try to run the up_ps.ps1 PowerShell script. This will happen to all Windows users who have not done the following workaround.

In order to run the up_ps.ps1 PowerShell script, users need to first enable running unsigned scripts by entering (from an Administrator-level terminal window): set-executionpolicy remotesigned.

Picture7

This only ever needs done once on a workstation, but it's very possible users haven't done this prior, so instructions should be added.

https://developer.cisco.com/learning/devnet-express/devnet-express-cloud-collab-it-pro/spark-extensibility-itp/collab-spark-extensibility-itp/step/3

dongosselin commented 4 years ago

I've updated the page with a note.