Skip to content

Instantly share code, notes, and snippets.

Connect-AzureAD
$Groups= Get-AzureADGroup -All $true
$GroupMembership =@()
ForEach ($group in $groups){
$Owners = Get-AzureADGroupOwner -ObjectId $G.Id -All:$true
$Members = Get-AzureADGroupMember -ObjectId $G.ID -All:$true
@LukeEvansTech
LukeEvansTech / ccdl.command
Last active July 20, 2022 10:13 — forked from ayyybe/ccdl.command
Adobe Offline Package Builder v0.1.2 (macOS only) --- No longer being maintained.
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear