Feature Name: (fill me in with a unique identity, myawesomefeature)
Type: (feature, enhancement)
Start Date: (fill me in with today's date, YYYY-MM-DD)
Author: (your names)
| <# | |
| .SYNOPSIS | |
| Update your desktop wallpaper from Windows Spotlight using PowerShell | |
| .NOTES | |
| Author: Shannon Graybrook | |
| Github: github.com/realslacker | |
| #> | |
| #requires -version 5.1 |
| Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco install chocolatey -y | |
| choco install sql-server-2017 -y #developer edition | |
| choco install sql-server-management-studio -y | |
| choco install azure-data-studio -y | |
| choco install azuredatastudio-powershell -y | |
| choco install git.install -y | |
| choco install poshgit -y |
| enum SyslogSeverity | |
| { | |
| Emergency = 0 | |
| Alert = 1 | |
| Critical = 2 | |
| Error = 3 | |
| Warning = 4 | |
| Notice = 5 | |
| Informational = 6 | |
| Debug = 7 |
| Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco install chocolatey -y | |
| choco install sql-server-management-studio -y | |
| choco install azure-data-studio -y | |
| choco install azuredatastudio-powershell -y | |
| choco install git.install -y | |
| choco install vscode -y | |
| choco install vscode-powershell -y | |
| choco install powerbi -y |