licenses

Get disabled Azure ADUsers with an active license

View licensed and unlicensed Microsoft 365 users. ### To view the list of all disabled licensed user accounts in your organization, run the following command: Get-AzureAdUser -All $true -Filter “AccountEnabled …

Add multiple users to WVD App Group

<# Author: Kevin Pas Date: 16-10-2020 Title: Add multiple users to WVD App Group Description: With the script below you can read a txt file with the email addresses of …

Backup Azure SQL Databases

Met dit script kun je een backup maken van de Azure SQL databases. Onderstaand script is gemaakt voor een Octopus deploy. Octopus Deploy is een tool voor het geautomatiseerd deployen …

Check Azure Backup

Op dit moment is er nog geen optie om Azure notificaties te sturen wanneer een backup niet of wel heeft gelopen. Ik heb hier een Powershell script voor geschreven. Dit …

Regex

Regex gebruik ik vooral bij iis rewrite en redirects. Er zijn tig mogelijkheden hoe je een redirect of rewrite op bouwt. Als geheugensteun maak ik regelmatig gebruik van deze pagina. Om te …

New Relic Monitoring

New Relic is application performance management tool waarmee je de performance van een website/applicatie kan monitoren. New Relic zorgt voor een helder inzicht in hoe jouw website presteert en waar …