You May Also Enjoy
Azure Key Vault fill, calculate missing Expiration and NotBefore Date Time
less than 1 minute read
Azure Key Vault Azure Key Vault $vaultName = '' $secrets = Get-AzKeyVaultSecret -VaultName $vaultName foreach ($s in $secrets) { if (($null -eq $s.Ex...
Credly extract all badges
less than 1 minute read
How to extract all badges from Credly ?
Get All groups from Azure Active Directory
less than 1 minute read
How to get all group from Azure Active Directory using PowerShell module AzureAD AzureAD and count members.
Microsoft Spring Skills Challenge
1 minute read
This spring, with the goal of boosting your career by adding new skills and certifications, Microsoft invite you to join the Microsoft Spring Skills Challeng...
Comments