🤠
Yeehaw
IT professional with interests in firstly Microsoft technologies, like AD and Exchange, Microsoft 365, Azure, and PowerShell with all of it.
- Canada
-
00:28
(UTC -12:00) - @JeremyTBradshaw
Pinned Loading
-
MSGraphPSEssentials
MSGraphPSEssentials PublicA collection of functions enabling easier consumption of Microsoft Graph using just PowerShell (Desktop/Core).
PowerShell 7
-
-
Quick fake certificate thumbprints (...
Quick fake certificate thumbprints (and Guid's) 1# For documentation purposes, sometimes I need fake thumbprints (and Guid's).
2function New-FakeThumbprint ([ValidateRange(1, 10)][int]$Count = 1) {
341..$Count | ForEach-Object {
5(
-
LeanChoicePrompt.ps1
LeanChoicePrompt.ps1 1#Requires -Version 5.1
2using namespace System.Management.Automation.Host
34switch (
5$host.UI.PromptForChoice(
-
Convert between Guid and ImmutableId...
Convert between Guid and ImmutableId (for Azure AD / Office 365 customers) 1#Requires -Version 3
23function ConvertFrom-GuidToImmutableId ([Guid]$Guid){
45[System.Convert]::ToBase64String([Guid]::Parse($Guid).ToByteArray())
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.