CSPS-EFPC-DAAN / Data-AI-Workstation-Config

Workstation configuration files used for Data and AI streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation Configuration for Data and AI/ML Learning

These configuration files are in support of the Data and AI/ML training courses the Canada School of Public Service (CSPS) Digital Academy (DA) / École de la fonction publique du Canada (EFPC) Académie du numérique (AN), are hosting starting January 31, 2019.

These instructions and scripts have been updated for Cohort 2 starting November 2019.

Acknowledgements

Script template from 9to5IT/PS_Script_Template_V2_Logs.ps1. This README.md was created using dillinger.io

Files

  • DigitalAcademy-Installation.ps1
    • Sets: Power Plan, Time Zone, Desktop Wallpaper
    • Installs: R, RStudio, sqlite, SQLite Studio, Power BI Desktop, Chrome, Slack Desktop, Github Desktop, Desktop shortcuts
    • Adds Path Environment variables
    • Disables Power BI Registration Sceeen
  • Commands.txt : List of commands I used to do the installs
  • PowerPlan.pow : Windows Power Plan applied as part of the configuration
  • background.png : Desktop wallpaper
  • *.lnk : Desktop shortcuts added

How to use the scripts

The Powershell scripts were designed on laptops running Windows 10 build 1903.

Set-ExecutionPolicy Unrestricted
select [A] Yes to All 
  • Install PSLogging
Install-Module PSLogging
select [Y] Yes
select [A] Yes to All
  • Launch installation script
C:\DigitalAcademy\InstallFiles\DigitalAcademy-Installation.ps1 -InstallFiles "c:\DigitalAcademy\InstallFiles"
  • Restart workstation once complete
  • DONE!

About

Workstation configuration files used for Data and AI streams


Languages

Language:PowerShell 100.0%