Skip to content

Instantly share code, notes, and snippets.

View heinrich-ulbricht's full-sized avatar
🎯
Building WikiTraccs - Confluence to SharePoint migrations

Heinrich Ulbricht heinrich-ulbricht

🎯
Building WikiTraccs - Confluence to SharePoint migrations
View GitHub Profile
@heinrich-ulbricht
heinrich-ulbricht / install-docker-deb9.sh
Created February 23, 2020 20:29 — forked from EsEnZeT/install-docker-deb9.sh
Install Docker In Debian 9 (Stretch)
#!/bin/bash
#
# -----------------------
#
# This is a script that installs docker-ce (Docker Community Edition) on Debian 9
# Inspired by https://gist.github.com/frgomes/a6f889583860f5b330c06c8b46fa0f42
#
# -----------------------
# Pre-requesite
@heinrich-ulbricht
heinrich-ulbricht / Manage-AzureADPSAppRoleAssignments.ps1
Created July 16, 2019 07:25 — forked from psignoret/Manage-AzureADPSAppRoleAssignments.ps1
Add or remove application permissions to a client application.
<#
.SYNOPSIS
Grants (or removes) application permissions (app role assignments) to a client application.
.PARAMETER ClientId
The AppId or one of the ServicePrincipalNames of the client service principal.
.PARAMETER Permissions
A hashtable where the key is an identifier for the resource (either the AppId or one of the
ServicePrincipalNames) and the value is the space-separated list of app roles desired.