AzureDiskEncryption via Bicep
This blog post is about using the AzureDiskEncryption VM Extension for Azure via Bicep. I struggled with this for a while. Furthermore, I couldn't find much information about this topic.…
This blog post is about using the AzureDiskEncryption VM Extension for Azure via Bicep. I struggled with this for a while. Furthermore, I couldn't find much information about this topic.…
I wrote a script to gather the Windows 10 AutoPilot hardware hash and receive this via e-mail. The current user's Outlook profile sends the e-mail. The e-mail is available in…
We all know the case where a user is migrated, misses permissions but doesn't know which mailbox it was. I created a script that initiates a search for specific mailbox…
I just finished a tenant to tenant migration where I had to migrate: "Teams, Exchange, OneDrive & SharePoint". Therefore, I added a service account to all teams. After that, I…
Lately, I am playing around with Microsoft Defender for Endpoint and how to add an exclusion in Attack Surface Reduction.Let's first walk through the situation at hand. I am building…
This PowerShell tool helps ServiceDesk employees to do their work. This script creates a menu where you can pick Administrative Tools to elevate on your endpoint.Why do you need this?In…
This post is about creating an Intune backup to a storage account Pt.3. You could use this to create a daily backup or even more frequent. The clarify the above.…
This post is about creating an Intune backup to a storage account Pt.2. You could use this to create a daily backup or even more frequent. The clarify the above.…
This post is about creating an Intune backup to a storage account. You could use this to create a daily backup or even more frequent. The clarify the above. I…
if you import an Intune Backup via the Powershell Module (IntuneBackupAndRestore), it does not assign a group automatically. There is no option in that module. This blog features a script…