Report Active Directory Accounts that are Synchronized with Azure AD

2 lata ago

I was scrolling X (aka Twitter) today and saw this blog post, "PowerShell: Report On-Premises Active Directory Accounts that are…

Function cannot be created because function capacity 4096 has been exceeded for this scope

2 lata ago

I had a long day today when my long-running script (10 hours) gave me weird errors with Microsoft Graph for…

Connect-MgGraph: Keyset does not exist

2 lata ago

I had this little issue today when I tried to schedule the Microsoft Graph script to run as a service…

Strengthening Password Security in Active Directory: A PowerShell-Powered Approach

2 lata ago

PasswordSolution uses the DSInternals PowerShell module to gather Active Directory hashes and then combines that data into a prettified report.…

Track Ubiquiti Unifi Stock, and get notified of changes

2 lata ago

I am a pretty big fan of Ubiquiti and their Unifi products line. Whether it's network equipment or their camera…

Free Microsoft Azure/Office365 Fundamentals Training starting February 6th 2023

2 lata ago

Being a Microsoft MVP has quite a few benefits. You get to be part of unique offers that help you…

Upload and Download files from Azure Blob Storage using Connection String

2 lata ago

They say there is a first time for everything. For me, it's how to download and upload files to Azure…

PowerBGInfo – PowerShell alternative to Sysinternals BGInfo

2 lata ago

When I created ImagePlayground, I thought about how to show its usefulness to the general community. On how to deliver…

Image Manipulation, Image Resize, Image Combine and more with PowerShell

2 lata ago

ImagePlayground is a PowerShell module that works in PowerShell 5.1 and PowerShell 7+. It works partially on Linux and should…

Easy way to send emails using Microsoft Graph API (Office 365) with PowerShell

2 lata ago

When you're using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API,…