Skip to content

Instantly share code, notes, and snippets.

@trescst
trescst / plus-addressing-office-365.md
Created June 23, 2021 05:47
Enable plus addressing in Exchange Online (Office 365)

Run a powershell container

docker run -ti mcr.microsoft.com/powershell:7.1.0-ubuntu-18.04

NOTE: I'm using an older image/tag as the latest image doesn't login due to the following issue (PowerShell/PowerShell-Docker#534)

powershell commands

@trescst
trescst / kube-weave.yml
Last active July 14, 2017 11:48
kube-weave.yml
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: ServiceAccount
metadata:
name: weave-net
labels:
name: weave-net
namespace: kube-system
@trescst
trescst / kube-weave.yml
Created July 12, 2017 15:07
modules/bootkube/resources/kube-weave.yml
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: ServiceAccount
metadata:
name: weave-net
labels:
name: weave-net
namespace: kube-system