Find unique SamAccountName and UPN for User Onboarding with the Help of AI

Every IT Admin who is responsible for User Onboarding will understand the struggle of finding a unique Login Name and UPN for new Users. Some combinations might also be offensive or embarrassing. Depending on your Name Schema, finding unique Names for “Finn Ucker” or “Peter Immel” could result in some “fun” Usernames, depending on your […]

Find unique SamAccountName and UPN for User Onboarding with the Help of AI Read More »

Using Azure Key Vault to store your Azure Automation Credentials and Secrets

Recently, we successfully conducted a POC for a Customer to migrate away from Azure Automation Credentials and Variables and everything to Azure KeyVault. In this case, the Customer is using Azure Automation for Cloud Automation, an Azure VM as a Hybrid Worker for onPrem Automation, and local PS Script for that VM. So, we have

Using Azure Key Vault to store your Azure Automation Credentials and Secrets Read More »

Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell – now with an Exclude List

Azure App Registrations are a secure way to provide Credentials and Access to the Azure World. The Amount of Azure App Registrations in a Tenant is increasing very fast, so it is not that easy to control and monitor all those Secrets, Zert, and SPN’s Expire Date. So I have written a PowerShell Script to

Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell – now with an Exclude List Read More »

Create an Outlook Appointment with MS GRAPH API and Powershell

Recently, I created an Azure Automation Runbook to keep my Notions Tasks in Sync with my Calendar. I used Graph API to create and update my Outlook Events. So, we need Powershell and the Following GRAPH API Permission for our Script. More Details here: Create event – Microsoft Graph v1.0 | Microsoft Learn The Script

Create an Outlook Appointment with MS GRAPH API and Powershell Read More »