Skip to content

Instantly share code, notes, and snippets.

View panekj's full-sized avatar
:shipit:
mentally offline

Jakub Panek panekj

:shipit:
mentally offline
View GitHub Profile
@JustinGrote
JustinGrote / ExoHttpClient.ps1
Last active July 10, 2024 18:42
Fetch Exchange mailboxes via REST API in parallel using Async and HttpClient
using namespace Microsoft.Exchange.Management.AdminApiProvider
using namespace Microsoft.Exchange.Management.ExoPowershellSnapin
using namespace System.Collections.Generic
using namespace System.Net.Http
using namespace System.Net.Http.Headers
using namespace System.Threading.
<#
I made this as a way to overcome some limitations with very complicated filter queries that exceed the REST limit, while being able to run them in parallel without resorting to runspaces
#>
package main
import (
"bufio"
"crypto/tls"
"io"
"log"
"net"
"net/url"
"os"
@XVilka
XVilka / TrueColour.md
Last active October 29, 2024 09:43
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!