-
Categories
-
Latest Posts
Category Archives: Microsoft
How to Manage DelegateWastebasketStyle in Outlook for Shared Mailboxes
Managing shared mailboxes in Outlook can be challenging, especially when it comes to controlling where deleted items go. The DelegateWastebasketStyle setting in Outlook shared mailboxes plays a crucial role in determining whether deleted emails are stored in the delegate’s Deleted … Continue reading
Microsoft Teams Lifecycle Management: Key Governance Tips
Getting Started: Microsoft Teams Lifecycle Management and Governance Effectively managing the lifecycle of teams within Microsoft Teams is crucial for preventing uncontrolled growth and ensuring the orderly management of your tenant. By setting clear governance policies, users can understand when … Continue reading
New Teams client pre-installation script
Microsoft has a pre-installation check script designed to identify why devices can’t be updated to the new Teams client. The script also suggests solutions to any problems it finds. Administrators can save time moving to new Teams by running the … Continue reading
Posted in Teams
Leave a comment
Remove certificate from a Single Sign-On Enterprise Application
SAML certificates are an important part of Single Sign-On (SSO) in a Security Assertion Markup Language (SAML) environment. SAML certificates are used to establish trust between the identity provider (IdP) and the service provider (SP) in a SAML-based SSO scenario. … Continue reading
How to disable MFA for all users except the admins in the M365
For a number of reasons, I am often asked how to disable MFA for all users except the administrator in M365 , for example for: educational institutions like schools, etc… If you don’t want to do it, you can still … Continue reading
Can I set up recurring access reviews for different Azure AD roles
Here is how you can set up recurring access reviews for different Azure AD roles using. Azure AD Privileged Identity Management (PIM): Create an Access Review: In the Microsoft Entra admin center, go to Identity governance > Privileged Identity … Continue reading
Posted in Entra ID (Azure)
Leave a comment
How to create custom roles with specific permissions in Azure AD
Creating Custom Roles with Specific Permissions in Azure AD Creating custom roles with specific permissions in Azure Active Directory (Azure AD) can be a useful way to grant users the exact level of access they need, without giving them unnecessary … Continue reading
Posted in Entra ID (Azure)
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