Author Archives: Armend
How do DKIM, DMARC, and SPF work together to secure email
DKIM, DMARC, and SPF work together to provide a comprehensive email authentication and security framework: Sender Policy Framework (SPF): SPF is an email authentication protocol that allows the owner of a domain to specify which mail servers … Continue reading
Posted in Generally
Leave a comment
How can I automate the revocation of privileged roles in Azure AD
Here are the key steps to automate the revocation of privileged roles in Azure AD: Use Azure AD Privileged Identity Management (PIM): PIM provides the ability to create access reviews for Azure AD roles. This allows you … Continue reading
Posted in Entra ID (Azure)
Leave a comment
How can I automate the reporting of Azure AD role assignments
Here are a few ways to automate the reporting of Azure AD role assignments: Use PowerShell scripts: The Get-AzRoleAssignmentReport.ps1 script fetches role assignments and compiles them into a comprehensive report sent via email. It requires the managed … Continue reading
Posted in Entra ID (Azure)
Leave a comment