This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: | |
- destroy | |
Terraform planned the following actions, but then encountered a problem: | |
# azurerm_monitor_diagnostic_setting.app_insights_storage_backup_setting will be destroyed | |
# (because azurerm_monitor_diagnostic_setting.app_insights_storage_backup_setting is not in configuration) | |
- resource "azurerm_monitor_diagnostic_setting" "app_insights_storage_backup_setting" { | |
- id = "/subscriptions/28e9195c-7e02-4d17-ad13-bd7347767a81/resourceGroups/rg-svh-emr-dev-westus3/providers/Microsoft.Insights/components/appi-svh-dev-westus3-001|appi-bak-blob-storage-dev" -> null | |
- name = "appi-bak-blob-storage-dev" -> null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoke using following syntax into IE: | |
# http://boxstarter.org/package/url?https://gist.githubusercontent.com/ZinkNotTheMetal/5f4dc93b316138ea6da81fe5fdd437e6/raw/3b4a9c48bea2e8e62f270e39ff1fc81558d6bb20/mam-boxstarter.ps1 | |
try { | |
# Boxstarter options | |
$Boxstarter.RebootOk =$true | |
$Boxstarter.NoPassword =$false # Is this a machine with no logon password? | |
$Boxstarter.AutoLogin =$true | |
# --- TEMPORARILY DISABLE --- # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoke using following syntax into IE: | |
# http://boxstarter.org/package/url?[raw link to this gist] | |
try { | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true | |
$Boxstarter.NoPassword=$false # Is this a machine with no logon password? | |
$Boxstarter.AutoLogin=$true | |
# Set Windows variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoke using following syntax: | |
# http://boxstarter.org/package/url?[raw link to this gist] | |
$Boxstarter.AutoLogin=$false | |
$Boxstarter.NoPassword=$true | |
$Boxstarter.RebootOk=$false | |
########################################################### | |
# Phase 2 items | |
########################################################### | |
# invoke reboot to try |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoke using following syntax: | |
# http://boxstarter.org/package/url?[raw link to this gist] | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true | |
$Boxstarter.NoPassword=$false # Is this a machine with no logon password? | |
$Boxstarter.AutoLogin=$true | |
# Install games | |
cinst leagueoflegends |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Invoke using following syntax into IE: | |
# http://boxstarter.org/package/url?[raw link to this gist] | |
try { | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true | |
$Boxstarter.NoPassword=$false # Is this a machine with no logon password? | |
$Boxstarter.AutoLogin=$true | |
# Set Windows variables | |
Enable-RemoteDesktop |