Skip to content

Instantly share code, notes, and snippets.

View derekschauland's full-sized avatar
💭
Learning Azure

Derek Schauland derekschauland

💭
Learning Azure
View GitHub Profile
@derekschauland
derekschauland / visitors.md
Created August 14, 2020 19:31
The Prairie Home Assisted Living Outdoor visitation policy
  • No more than 2 family members at a time
  • Must be 18 or older (though I saw visitors under 18 when I was tere)
  • Everyone must wear a mask - must bring mask of your own
  • Screening for temperature and Symptoms of covid will be checked at sign in
  • You will need to bring your own beverages if needed
  • 6ft Social Distancing is required during visit
  • Must call/text building director to schedule visit - during business hours (M-F 8a-5p)
  • Absolutely no Physical Contact
  • Outdoor visitation in designated areas only
  • all seating will be sanitized befoe visit - bringing your own chairs encouraged
@derekschauland
derekschauland / chocolatey_vm_config.ps1
Last active August 24, 2016 17:32
Script to install chocolatey packages using choco or PowerShell. The next two files are ouputs of verbose runs of the script output-posh.txt does not use choco.exe and output-choco.txt does.
# .ExternalHelp configure-vm.ps1-help.xml
[cmdletbinding()]
param (
[Parameter(Valuefrompipeline = $true)]
[string[]]$packages,
[Parameter(Mandatory = $true)]
[switch]$choco,
[switch]$test